1.4 KiB
1.4 KiB
description
| description |
|---|
| Run the full speckit pipeline from specification to analysis in one command. |
Workflow: speckit.all
This meta-workflow orchestrates the complete specification pipeline.
Pipeline Steps
-
Specify (
/speckit.specify):- Use the
view_filetool to read:.agent/skills/speckit.specify/SKILL.md - Execute with user's feature description
- Creates:
spec.md
- Use the
-
Clarify (
/speckit.clarify):- Use the
view_filetool to read:.agent/skills/speckit.clarify/SKILL.md - Execute to resolve ambiguities
- Updates:
spec.md
- Use the
-
Plan (
/speckit.plan):- Use the
view_filetool to read:.agent/skills/speckit.plan/SKILL.md - Execute to create technical design
- Creates:
plan.md
- Use the
-
Tasks (
/speckit.tasks):- Use the
view_filetool to read:.agent/skills/speckit.tasks/SKILL.md - Execute to generate task breakdown
- Creates:
tasks.md
- Use the
-
Analyze (
/speckit.analyze):- Use the
view_filetool to read:.agent/skills/speckit.analyze/SKILL.md - Execute to validate consistency
- Output: Analysis report
- Use the
Usage
/speckit.all "Build a user authentication system with OAuth2 support"
On Error
If any step fails, stop the pipeline and report:
- Which step failed
- The error message
- Suggested remediation (e.g., "Run
/speckit.clarifyto resolve ambiguities before continuing")