implement-with-subagents
Installation
SKILL.md
Implement with subagents
Keep orchestration and implementation ownership separate: the controller schedules, and one implementation subagent owns each independent work item through completion. Keep changes that cannot validate apart in one item, accept its task-scoped commit before advancing, and return failed acceptance evidence to that same owner rather than repairing it in the controller or reassigning it.
Select the mode
- Use
reviewonly when the user asks to assess supplied orchestration without running it. - Use
implementwhen the user asks to execute the supplied tickets or plan tasks.