HomeGitHub
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"

Use $fix in Codex.

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.

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.