What problem does it solve? Important architectural and product decisions made during conversations are easily lost. This Skill persists a captain-locked answer as a numbered, schema-conformant decision record so it outlives the conversation and can be referenced by later work. ## Core Features & Use Cases - Scoped decision capture: Writes dNN-<name>.md files into a project's decisions/ directory or top-level docs/decisions/ with --global, with per-scope sequential numbering delegated to the yolo CLI. - Canonical schema enforcement: Populates frontmatter (status, blocks, supersedes) and sections for Question, Context, Options, Recommendation, and Decision. - Supersede mechanics: When a new decision replaces prior ones, it flips the prior decisions' status to archived in the same operation without editing their append-only bodies. - Use Case: After /grill-me or /lock-decisions resolves a cross-cutting question like an OAuth refresh strategy, invoke this Skill to persist the captain's answer as d14-oauth-refresh-strategy.md and archive the decision it supersedes. ## Quick Start Ask the agent to create a decision named oauth-refresh-strategy in the current project scope with the captain's locked answer as the decision body.