727 B
727 B
description
| description |
|---|
| Execute the implementation plan by processing and executing all tasks defined in tasks.md |
Workflow: speckit-implement
-
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:.agents/skills/speckit-implement/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
tasks.mdis missing: Run/speckit-tasksfirst - If
plan.mdis missing: Run/speckit-planfirst - If
spec.mdis missing: Run/speckit-specifyfirst
- If