team-fix · git:20260904.5a122b3 · 2026-09-04 · sha256 486adf68ae7fe3b4
team-fix git:20260904.5a122b3A
Immutable. This exact content is served forever at /api/v1/blob/486adf68ae7fe3b4.
--- name: team-fix description: 'Runs the compressed bug-fix pipeline. Trigger on "run the bug-fix pipeline", "team-fix this bug", or "/team-fix" only; never infer pipeline intent from a plain bug-fix request.' effort: high argument-hint: "<ticket id, issue URL, or bug description>" --- # 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 → SHIP` in 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 `why` before 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. 1. [Input](references/01-input.md) 2. [When to Use](references/02-when-to-use.md) 3. [Pipeline](references/03-pipeline.md) 4. [Setup](references/04-setup.md) 5. [Worktree](references/05-worktree.md) 6. [Execution](references/06-execution.md) 7. [Ship](references/07-ship.md) 8. [Aborting](references/08-aborting.md) ## Applied principles Load and apply: `principle-fix-root-causes` and `principle-progress-tracking`.