781 B
781 B
description
| description |
|---|
| Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation. |
// turbo-all
Workflow: speckit.analyze
-
Context Analysis:
- The user has provided an input prompt. Treat this as the primary input for the skill.
-
Load Skill:
- Use the
view_filetool to read the skill file at:.agent/skills/speckit.analyze/SKILL.md
- Use the
-
Execute:
- Follow the instructions in the
SKILL.mdexactly. - Apply the user's prompt as the input arguments/context for the skill's logic.
- Follow the instructions in the
-
On Error:
- If
spec.mdis missing: Run/speckit.specifyfirst - If
plan.mdis missing: Run/speckit.planfirst - If
tasks.mdis missing: Run/speckit.tasksfirst
- If