1.1 KiB
1.1 KiB
description
| description |
|---|
| Execute the full preparation pipeline (Specify -> Clarify -> Plan -> Tasks -> Analyze) in sequence. |
Workflow: speckit.prepare
This workflow orchestrates the sequential execution of the Speckit preparation phase skills (02-06).
-
Step 1: Specify (Skill 02)
- Goal: Create or update the
spec.mdbased on user input. - Action: Read and execute
.agents/skills/speckit.specify/SKILL.md.
- Goal: Create or update the
-
Step 2: Clarify (Skill 03)
- Goal: Refine the
spec.mdby identifying and resolving ambiguities. - Action: Read and execute
.agents/skills/speckit.clarify/SKILL.md.
- Goal: Refine the
-
Step 3: Plan (Skill 04)
- Goal: Generate
plan.mdfrom the finalized spec. - Action: Read and execute
.agents/skills/speckit.plan/SKILL.md.
- Goal: Generate
-
Step 4: Tasks (Skill 05)
- Goal: Generate actionable
tasks.mdfrom the plan. - Action: Read and execute
.agents/skills/speckit.tasks/SKILL.md.
- Goal: Generate actionable
-
Step 5: Analyze (Skill 06)
- Goal: Validate consistency across all design artifacts (spec, plan, tasks).
- Action: Read and execute
.agents/skills/speckit.analyze/SKILL.md.