HomeUpdatesGitHub
Docs/Commands/Fix

Fix

Write a focused spec for a bug or small change that is not a build-plan feature.

Commandscommandfixbug

Invocation

/fix "password reset email never sends"
/fix F-03

Use $fix in Codex.

The second form targets a finding from blueprint/context/findings.md: it pulls the problem statement from the ledger entry and stamps Fixes: F-03 into the spec. Use it between work items, when current-feature.md is the reset stub. While a spec is active, repair its findings through implement instead.

How it differs from feature

Fix uses the same spec, implementation, check, and completion loop but does not add an item to the project build plan. Completed fixes are archived under blueprint/history/fixes/.

Good fix scope

A fix should describe one observable defect or one small requested change. If the request contains multiple independent outcomes, split it before implementation.

If the cause is still unclear, run /debug first. Debug gathers evidence without changing the project, then points to /fix when the problem is confirmed and no work item is active.

Next step

Review current-feature.md, then run implement. Use check to reproduce the original defect and prove the corrected behavior.

Documentation

Search AI Blueprint

Start typing to search the documentation.