Implementation Workflow
Activation
Use this skill only when one of the following is true:
- An
impl-planrun already produced the task directory and plan artifacts that this workflow will execute - The user explicitly asks to use
impl-do
Do not activate it implicitly for every implementation request, even when the work is large or a plan exists in some other format.
Task Directory
This workflow operates on a task directory at .tasks/{YYYY-MM-DD}-{nn}-{slug}/.
Role-specific instructions define which files under that directory each role may read or write.
Startup Gate
Before reading your role file, do NOT open any task file under .tasks/.
For the orchestrator role, the first allowed read is orchestrator.md only.
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
- Packet generation subagent: Read packet-generator.md
- Implementation subagent: Read implementer.md
- Review subagent: Read reviewer.md