一键导入
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.