ワンクリックで
check-requirements-against-code
Check requirements docs against implementation, report discrepancies and gaps
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Check requirements docs against implementation, report discrepancies and gaps
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Prep the repo for a major release — refresh README.md to stay compelling and accurate, then review/revise the demo modes and flag which screenshots to recapture
Create a new bug ticket in Hot Sheet
Create a new feature ticket in Hot Sheet
Create a new investigation ticket in Hot Sheet
Create a new issue ticket in Hot Sheet
Create a new req change ticket in Hot Sheet
| name | check-requirements-against-code |
| description | Check requirements docs against implementation, report discrepancies and gaps |
| allowed-tools | Read, Grep, Glob, Bash, Edit, Agent |
Check the requirements documents against the actual implementation, verify the AI-oriented summaries still match reality, and confirm the CLAUDE.md index is complete. Generate a report with recommendations and questions about any discrepancies.
Read all requirements docs in docs/ (numbered 1-overview.md … 6-testing.md, plus ARCHITECTURE.md). Each contains FR-/NFR- requirements with status markers.
For each requirement, verify the implementation in src/:
Check for undocumented features: significant functionality in src/ not covered by any requirement — intentional additions needing docs, or scope creep.
Synchronize the AI summaries (docs/ai/code-summary.md, docs/ai/requirements-summary.md):
code-summary.md: confirm the directory tree, public-API list, and "where do I look to…" index match src/. Look for files listed that no longer exist, files not mentioned, and API entries pointing at moved/renamed exports.requirements-summary.md: confirm every requirements doc has a section, numbers match, and each status marker (Shipped / Partial / Design only / Deferred) still reflects what you found in step 2.Edit — don't just report it.Verify the CLAUDE.md docs index: every numbered doc in docs/ appears in the CLAUDE.md "Documentation" list with the correct filename and a one-line description, and every listed entry is a real file. Fix mismatches directly.
Generate the report:
Focus on actionable findings; skip trivially correct implementations. If summaries and index were already in sync, say so in one line.