一键导入
artifact-consistency-checker
Performs consistency and traceability audits across documents (PRD vs Spec vs Plan) to detect missing coverage and scope creep.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Performs consistency and traceability audits across documents (PRD vs Spec vs Plan) to detect missing coverage and scope creep.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | artifact-consistency-checker |
| description | Performs consistency and traceability audits across documents (PRD vs Spec vs Plan) to detect missing coverage and scope creep. |
| license | MIT |
This skill focuses on verifying the traceability and consistency of your Software Development Life Cycle (SDLC) artifacts. It is used to ensure that no single requirement is missed, and no "dark features" are added without justification when moving from the PRD document, to the Technical Specification, and finally to the Implementation Plan. This skill accompanies the @ArtifactConsistencyChecker agent.
Use this skill when:
@GodModeDev).Collect all documents related to the current feature in progress. You must read and retain the context of at least TWO of the following documents to perform a comparison:
prd.md (Upstream Document / Business Needs)spec-*.md (Middle Document / Architectural Specs)plan-*.md (Downstream Document / Implementation Plan & Tasks)Perform a rigorous point-by-point mapping:
Create an audit report using the Consistency Audit Report format. If the audit status is FAIL or there are major issues, deny the user permission to proceed to the next phase. The user must align and correct the faulty documents first.
Look for technical tasks that are excessive and have no foundation or were never requested by business documents.
# Example in Plan (BAD)
- Setup a Kubernetes cluster with 3 nodes for auto-scaling.
- Setup a separate Redis Cluster for caching search responses.
# Challenge/Audit (GOOD)
+ Did the PRD request this level of performance and scalability? The PRD only states "Internal app for a maximum of 5 concurrent users".
+ Therefore, Kubernetes and Redis are Orphaned Items (potential Over-engineering).
Look for sweet promises in the PRD that are never technically executed in the planning stage.
# Example in PRD (Upstream)
- Users must receive an email notification immediately when their PDF file finishes compressing.
# Example in Plan (Downstream) (BAD)
- 1. Create upload UI page
- 2. Implement compression using PDF.js module
- 3. Provide a download button at the end of the process
# Challenge/Audit (GOOD)
+ The email sending feature (e.g., SMTP integration) is completely missing in the Plan. This is Missing Coverage!
Standardized workflow for discovering, reading, and writing the project's memory file (memory.instructions.md) to persist context across chat sessions.
Helps interrogate Product Requirements (PRD) and Technical Specifications to find ambiguities, missing edge cases, and hidden assumptions.
Standardized workflow for discovering, reading, and writing the project's memory file (memory.instructions.md) to persist context across chat sessions.
Workflow to generate a comprehensive Product Requirements Document (PRD) detailing user stories, acceptance criteria, technical considerations, and metrics.
Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. UsePROACTIVELY for Flutter architecture, UI implementation, or cross-platform features.
Flutter development skill for Miqotul Khoir TV (MKT) project. Use for: implementing new Flutter features, fixing UI bugs, modifying widgets, creating Cubit state management, working with Android TV D-Pad navigation, debugging widget issues, adding touch/gesture support, editing DPadStepper or GlassmorphismCard, working in Clean Architecture layers (domain/data/presentation), writing dart widget or unit tests. Knows: ScreenUtil, Cubit/BLoC, Islamic Glassmorphism theme, SQLite offline-first, prayer time calculation.