What problem does it solve?
Create or manage a bug-fix workflow packet. This skill standardizes defect handling by guiding reproduction steps, root cause analysis, minimal code changes, and regression verification, ensuring consistent and auditable fixes.
Core Features & Use Cases
- Dossier-driven workflow: generates a structured packet using the prescribed template to capture objective, background, and acceptance criteria.
- Reproduction-first approach: emphasizes reproducing the bug with clear steps and evidence to isolate root cause.
- Plan of record & handoff: defines a sequence (reproduce, diagnose, fix, test, verify) and updates relevant state manifests (.agents/state/active-workflows.md) when launched.
- Traceability & regression: ensures changes are tracked, tested, and regression tests are contemplated and added.
Quick Start
Draft a new bf_<slug> bug-fix workflow under .agents/workflows/draft/bf_<slug>/ and begin by gathering the bug report.