What problem does it solve?
Software development workflows for features, bugfixes, and hotfixes can be inconsistent and hard to reproduce. This guide standardizes the process to ensure backend changes follow a repeatable, auditable path across tasks such as implementing a feature, fixing a bug, or performing a refactor.
Core Features & Use Cases
- Three entry modes: Feature, Bugfix, and Hotfix, each with its own step sequence to match task type.
- Skip Gates: Predefined checks like spec, craft, tdd, slop-scan, and git-save guard the workflow and prevent premature progression.
- Frontend guard: For frontend-only changes, use the dedicated workflow-frontend-* paths to keep backend and logic work clean.
- Use Case: When adding a new endpoint, switch to Feature mode and execute the guided steps from design through testing and merge.
Quick Start
Tell the AI to pick the correct entry mode (Feature, Bugfix, or Hotfix) and execute the appropriate steps for the task.