Implementation Workflow
Reference
This workflow uses files from the .tasks/{YYYY-MM-DD}-{nn}-{slug}/ directory created by impl-plan:
-
plan.md - Human-readable plan with task descriptions, file paths, and acceptance criteria
-
plan.json - Machine-readable task list and workflow options for tracking progress
-
memory.md - Learnings recorded during task execution (created by this workflow)
-
mail/ - File-based communication between subagents (created by this workflow)
See plan-json-schema.md for:
-
Schema definition of plan.json (including commitPolicy and updateAgentDocs options)
-
yq commands to query next executable task and mark tasks complete
Documentation Language
All documents under .tasks/ must be written in English.
Role Routing
This skill consists of role-specific instruction files. Read only the file for your role:
-
Orchestrator: Read orchestrator.md
-
Implementation subagent: Read implementer.md
-
Review subagent: Read reviewer.md