record-decision
Author (or amend) an Architecture Decision Record for a load-bearing architectural decision, in place, with a change log.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Author (or amend) an Architecture Decision Record for a load-bearing architectural decision, in place, with a change log.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compile the contract set in your head — simulate how the real application would run from the specs, and disprove (or confirm) it works before any source .py is written.
Author test stub files (.pyi) whose signatures express the domain, relationships, and compositions, as the first contract surface.
Funnel level 3 — identify building-block names and rough boundaries only, and run gap analysis.
Funnel level 1 — establish the big picture with seven broad questions, applying CIT, Laddering, and CI Perspective throughout.
Squash-merge the feature commits into dev, regenerate docstrings, and verify the whole suite plus whole-suite stubtest are clean.
Publish the delivered batch as release notes, a PR to main, or a tagged release.
| name | record-decision |
| description | Author (or amend) an Architecture Decision Record for a load-bearing architectural decision, in place, with a change log. |
.templates/docs/decisions/YYYY-MM-DD-<kebab-title>.md.template to docs/decisions/<today>-<slug>.md, replacing the date placeholder with today's ISO date and the slug with a short kebab title for the decision.Context (the forces — link the interview, glossary, existing ADRs, cassettes, and the contract set; do not restate them), Decision (one imperative sentence), Alternatives considered (each alternative + why it was rejected), Consequences (+ / − / neutral, with mitigations for the negatives). Apply the prose bar per [[writing/ai-language-markers]] — scrub AI markers (delve, tapestry, plays a crucial role, rather than); the ADR's authority comes from the decision's forces, not formal-sounding prose.Traceability, link the artefacts the decision touches — tests, source .pyi, migrations, cassettes, glossary terms, related ADRs — by path. Points only; never restate the artefact's content (tests are the source of truth).Change log with one row: <today> | Created | <one-line reason>.Status, Decision, Alternatives considered, and Consequences to the current decision — and append a Change log row (<today> | Amended | <what changed and why>). Do not create a new file; the body always reflects the current decision and the log carries the history.Traceability resolves to a real artefact before finishing.