What problem does it solve?
This Skill turns a branch-owned specification into an executable plan, then guides the implementation, verification, and review loop so work lands in small, reviewable steps instead of drifting across the repo.
Core Features & Use Cases
- Spec Planning: Reads the branch SPEC, drafts actionable checklists, and preserves the user-authored sections untouched.
- Incremental Implementation: Resumes one unchecked item at a time, verifies it with the paired tests or checks, and marks progress only after evidence passes.
- Adversarial Review Workflow: Runs the post-implementation review loop, triages findings, and helps decide whether to continue or finish the branch.
- Use Case: If a team is building a KMP app feature from a branch spec, this Skill can structure the plan, implement the next task, validate it, and keep the review loop moving toward a clean handoff.
Quick Start
Use the spec-development skill to review the branch spec, execute the next unchecked task, and continue until the implementation and review checks are complete.