What problem does it solve?
Manually executing multi-task implementation plans leads to context pollution, inconsistent quality, and missed spec requirements, especially for larger feature builds. This Skill eliminates those risks by automating task delegation and structured review.
Core Features & Use Cases
- Two-Stage Automated Review: Every task undergoes spec compliance review followed by code quality review to catch gaps and issues early.
- Fresh Subagent Per Task: Each implementation task runs in an isolated subagent context to avoid confusion from accumulated state across tasks.
- Plan Execution Integration: Works seamlessly with VIGIL's
plan skill to turn structured implementation plans into working, tested code.
- Use Case: A developer has a 6-task plan to add user authentication to a Flask app. This Skill dispatches separate subagents for each task (model creation, password hashing, endpoint setup, etc.), runs automated reviews, and ensures all tests pass before final integration.
Quick Start
Use the subagent-driven-development skill to execute your latest implementation plan by dispatching dedicated subagents for each task with automated spec and quality reviews.