Loading...
Loading...
Routes human attention to decisions that matter in agent-generated code. Active during planning, implementing, fixing. Defines when and how to place DECISION markers in code comments. Also applies when reviewing a diff/PR on request.
npx skill4agent add frankify-app/skills documenting-decisions| Tag | When to mark |
|---|---|
| New abstractions, deps, data models, component boundaries — anything that shapes long-term structure. |
| You resolved an ambiguity in the task by choosing an interpretation. |
| Changed a public API, config schema, CLI flag, env var, or wire format. |
| Touched auth, crypto, permissions, network exposure, or input validation. |
| Created a migration, data deletion, deployment trigger, or external side effect. |
| No existing repo pattern to follow — you interpolated from training data. |
references/decision-markers.mdmarker-examples.md## Decisions requiring review
- **TAG** `file:line` — explanation
## Routine (skip review)
[One-line summary]ROUTINEFile: path — TAGreferences/canary-signals.mdreferences/marker-examples.md