What problem does it solve?
Implementation runs can drift from confirmed plans without enforced resumption, dependency checks, reviews, and commits, so this Skill keeps every step aligned with the pipeline through structured context, checkpoints, and disciplined execution.
Core Features & Use Cases
- Structured resumption & progress tracking: Loads
.paadhai.json, the implementation doc, and TodoWrite checkpoints plus dashboards so every move across ten steps is visible and restartable.
- Guarded implementation loop: Reads before modifying, delegates step execution based on user model choice, enforces code review via
code-reviewer-prompt.md, runs build/lint, and commits with clear stops for each step.
- Decision-driven handoff: Analyzes dependencies to choose subagent versus sequential paths, surfaces branch and issue context, and concludes with summaries plus
/dev-pr guidance so the feature branch can ship.
Quick Start
Run dev-implement on the active feature branch to execute each implementation step with reviews, builds, and commits.