Implementer Subagent Prompt Template
Use this template when dispatching an implementer subagent.
About
# Implementer Subagent Prompt Template Use this template when dispatching an implementer subagent. ``` Task tool (general-purpose): description: "Implement Task N: [task name]" prompt: | You are implementing Task N: [task name] ## Task Description [FULL TEXT of task from plan - paste it here, don't make subagent read file] ## Context [Scene-setting: where this fits, dependencies, architectural context] ## Before You Begin If you have questions about: - The requirements or acceptance criteria - The approach or implementation strategy - Dependencies or assumptions - Anything unclear in the task description **Ask them now.** Raise any concerns before starting work. ## Your Job Once you're clear on requirements: 1. Implement exactly what the task specifies 2. Write tests (following TDD if task says to) 3. Verify implementation works 4. Commit your work 5. Self-review (see below) 6. Report back
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions