What problem does it solve?
This Skill provides a disciplined, one-session-at-a-time execution model for implementing approved plans stored in a repository workflow bundle, avoiding scope creep and ensuring continuity across separate agent runs.
Core Features & Use Cases
- Enforces a strict session boundary: resolve workflow, lock scope, execute only the selected checklist item, verify, and hand off state.
- Maintains append-only state and produces a self-contained next-agent prompt to preserve continuity across runs.
- Use cases: sequential feature implementation from an implementation plan, tightly coupled refactors requiring stepwise verification, and controlled handoffs between agents or sessions.
Quick Start
Using checklist-driven-development, resolve the active docs/workflows bundle, read context.md and checklist.md, perform only the next unchecked session's scope, run required verification, append the outcome to state.md, and write the ready-to-paste next prompt to prompts/next.md.