원클릭으로
analysis
Create structured analyses with numbered findings, execution plans, and task materialization
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create structured analyses with numbered findings, execution plans, and task materialization
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
Spec-driven task management for features and breaking changes with OpenSpec-compatible format
Tool: Anthropic Claude Code CLI (`npm install -g @anthropic-ai/claude-code`)
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
Accessibility audit for WCAG compliance and usability
Design or review API endpoints (REST/GraphQL)
| name | analysis |
| description | Create structured analyses with numbered findings, execution plans, and task materialization |
| model | opus |
| context | fork |
| agent | researcher |
Create a structured analysis for: $ARGUMENTS
Analyses live in docs/analysis/<slug>/ and are ALWAYS split into
numbered files, one theme per file, in reading order:
docs/analysis/<slug>/
├── README.md # index + executive summary; links every numbered file
├── 01-<theme>.md # one theme per file (e.g. 01-measurements.md)
├── 02-<theme>.md # (e.g. 02-root-causes.md)
├── ...
└── NN-execution-plan.md # last file, only when the analysis proposes work
Never put the whole analysis in a single file. Findings are numbered F-001..F-NNN globally across the analysis (numbering continues from one file to the next), each with: title, evidence (file:line), impact, confidence.
Steps:
docs/analysis/<slug>/ following the structure aboverulebook_memory {kind:"knowledge"|"learning", action:"list"}NN-execution-plan.mdREADME.mdrulebook_memory {action:"add"} tagged analysis:<slug>rulebook_task {action:"create"}