What problem does it solve?
This skill streamlines the development process by enforcing a verification-first loop, ensuring code changes are validated before and after implementation, and maintaining clean boundaries between workflow steps.
Core Features & Use Cases
- Verification-First Loop: Runs verification checks before any code changes are made to catch pre-existing issues.
- Incremental Implementation: Guides the implementation of changes in the smallest verifiable increments.
- PRD Integration: Updates
prd.json to reflect the status of implemented stories and acceptance criteria.
- Use Case: When implementing a new feature defined in
prd.json, this skill ensures that the existing codebase passes verification before development begins, then guides the developer through implementing small, testable changes, verifying each step and updating the PRD as work progresses.
Quick Start
Use the wf-develop skill to implement the next smallest slice of work defined in prd.json.