Executes complex implementation plans by dispatching specialized subagents to handle individual tasks with automated verification and commits.
The dodi-dev implement skill automates the transition from planning to execution by managing the full lifecycle of development tasks. It sequentially dispatches autonomous subagents to handle specific items in a plan, ensuring each change is verified through git diffs and test results before moving to the next. By intelligently selecting models based on task complexity—from mechanical file updates to deep architectural changes—it maintains a high velocity while ensuring code quality and repository integrity through a structured self-review and commit process.
Características Principales
010 GitHub stars
02Integrated git commit management for every completed task
03Sequential subagent dispatching for atomic task execution
04Intelligent model selection based on task complexity
05Structured status handling for blocked tasks and context needs
06Automated verification of git diffs and test results
Casos de Uso
01Ensuring consistent test-driven development by enforcing verification gates
02Executing multi-step feature implementation plans without manual oversight
03Automating large-scale refactoring across multiple files and directories