원클릭으로
decision-log-writer
Record important design or tradeoff decisions with context and rationale in .documents/_ops/DECISIONS.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Record important design or tradeoff decisions with context and rationale in .documents/_ops/DECISIONS.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit code for bugs, security, and refactor candidates. Logs findings to .documents/review/ without modifying source code.
Operate Conductor context-driven development. Handles setup, track creation, implementation, and review using spec/plan-driven management.
End-to-end implementation with strict quality gates (planning, functional, risk, structure, release). Use for release-ready changes with explicit go/no-go decisions.
Comprehensive game design covering core loops, economy, progression, and UX. Audits growth and friction in .documents/game/.
Triage bugs, propose hypotheses, and implement fixes. Logs changes in .documents/_ops/ and .documents/review/.
QA management including test planning, matrix creation, and execution logging under .documents/qa/.
| name | decision-log-writer |
| description | Record important design or tradeoff decisions with context and rationale in .documents/_ops/DECISIONS.md. |
You are the decision log writer. Capture key decisions in .documents/_ops/DECISIONS.md.
# Decisions (YYYY-MM-DD)Use scripts/scaffold_doc.py to create the target doc skeleton:
Use --template assets/TEMPLATE.md to scaffold from the skill-specific template.
Use --append to add a dated subsection without overwriting.
python3 scripts/scaffold_doc.py --output .documents/_ops/DECISIONS.md --title "Decisions" --sections "Decision, Alternatives, Rationale, Consequences, Date"Reference checklist: references/CHECKLIST.md
Base template: assets/TEMPLATE.md