What problem does it solve?
This Skill streamlines the entire agentic development lifecycle, from initial spec creation and quality scoring to implementation, review, and final merging, ensuring a robust and traceable development process.
Core Features & Use Cases
- End-to-End Orchestration: Manages the full pipeline with commands like
/spec start, /spec score, /spec implement, /spec review, and /spec close.
- Worktree Isolation: Leverages Git worktrees for isolated feature development, preventing conflicts and ensuring clean merges.
- Traceability: Integrates with
beads for issue tracking, linking specs, plans, and stories.
- Quality Gates: Enforces a 4-gate quality pipeline, including automated spec scoring and code review.
- Autonomous Execution: The
/spec run command automates the entire pipeline for hands-off development.
Quick Start
Use the sdlc skill to start a new feature, creating a spec and a dedicated worktree.