What problem does it solve?
This Skill automates the spec-to-code workflow for modular software projects, reducing the time and coordination needed to implement tasks, validate behavior, and record progress.
Core Features & Use Cases
- Spec synchronization: Reads DEV_SPEC.md and syncs chapter-based reference files so implementation stays aligned with the source plan.
- Task execution workflow: Finds the next pending task, implements code, runs tests with limited auto-fix rounds, and updates project progress.
- Progress persistence: Updates task status and prepares atomic commits so development remains traceable and resumable.
- Use case: A developer says “auto code B7.6” and the Skill locates the task, implements the vector store backend, verifies the roundtrip test, and reports the result.
Quick Start
Ask the assistant to auto code the next pending task or a specific task ID, and let it sync the spec, implement the change, test it, and report back when it is ready for commit.