spec:do-all
Installation
SKILL.md
Execute All Tasks
Executes all pending tasks from a specification's tasks document. Major tasks run sequentially. Subtasks within a single major task can run in parallel via concurrent subagents when they are independent.
When to use
Use this skill when the user needs to:
- Implement an entire feature based on the tasks document
- Execute all remaining tasks from a specification
- Complete the full implementation plan
Specification Files Structure
All specification documents are located in .specs/<spec-name>/ directory: