backpropagate-specs
Installation
SKILL.md
Backpropagate Specs
Use when implementation facts changed specs/docs.
Workflow
- Generate grounded prompt:
python3 bin/loop-factory backprop --agent codex - Read generated prompt under
factory/prompts/backprop.codex.md. - Inspect git diff directly if needed.
- Update only stale facts in specs/docs.
- Add TODO/open question when implementation exposed missing decision.
- Run relevant checks if docs/spec tests exist.