What problem does it solve? Implementing a large approved plan in one pass often leads to skipped verification, uncontrolled delegation, and subagents making unauthorized git changes. This Skill enforces a disciplined task-by-task execution loop with safe subagent delegation and review gates. ## Core Features & Use Cases - Sequential Task Execution: Works through an approved plan one task at a time, requiring each task to be integrated and checked before starting the next. - Bounded Subagent Delegation: Delegates only independent implementation or investigation work, giving each subagent the task, relevant files, acceptance criteria, and a verification command. - Git Safety Controls: Restricts subagents from git writes so staging, committing, tagging, pushing, and history edits stay with the user-approved coordinator. - Use Case: After approving a multi-task refactoring plan in dsmm deepwork mode, use this Skill to delegate each bounded task to subagents, inspect their changes, run per-task verification, and request final review when all tasks complete. ## Quick Start Use the subagent-driven-development skill to execute my approved implementation plan task by task with delegated subagents and verification after each task.