| name | ito-subagent-driven-development |
| description | Use for sequential per-task subagent delegation within one Ito change in the current session. |
Subagent-Driven Development
Use this only when implementing one Ito change in the current session with delegated worker agents.
Steps
- Run
ito agent instruction apply --change <change-id> and follow the rendered apply instruction for task tracking, worktree rules, and testing policy.
- Use
ito tasks ready/start/complete for task state; do not edit tasks.md directly.
- Dispatch one scoped worker per task with the task text, relevant context, expected files, and verification command.
- Review each worker result before moving to the next task.
- Run final verification and then use
ito agent instruction finish --change <change-id> or the ito-finish skill.
Do not duplicate the full apply workflow here; ito agent instruction apply --change <change-id> is the source of truth.