Team Fix — Bug Fix Pipeline
Run the compressed bug-fix pipeline. Goes straight to test-driven fix discipline without the full QRSPI ceremony.
Invocation is guarded per principle-explicit-intent: the
pipeline fires only on stated pipeline intent — a plain "fix this bug" asks
for an inline fix, not this pipeline.
Core contracts
- Run
WORKTREE → REPRODUCE → RED → GREEN → VERIFY → SHIPin order. - For a ticket, call the Skill tool with
tracking-tickets; move the ticket to in-progress before work and in-review only after its draft PR becomes ready. - When behavior looks deliberate, call the Skill tool with
whybefore changing it.
Procedure references
Read each reference completely when reaching that stage. Follow them in order; later stages depend on state and gates established earlier.
- Input
- When to Use
- Pipeline
- Setup
- Worktree
- Execution
- Ship
- Aborting
Applied principles
Load and apply: principle-fix-root-causes and principle-progress-tracking.