ワンクリックで
reviews-spec-audit
Independent specification audit to verify completeness and clarity before implementation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Independent specification audit to verify completeness and clarity before implementation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Unified orchestrator for all development tasks. ALWAYS execute when invoked — never skip for 'straightforward' tasks. Phases adapt based on detected task characteristics rather than predetermined types. Use for any development work that modifies code.
Internal engine for managing project documentation and technical standards in .agyflow/docs/. Handles file operations, INDEX.md generation, and AGENTS.md integration. Invoked by flow-init, standards-update, and standards-discover skills.
Initialize AI SDLC framework with intelligent project analysis and documentation generation
Orchestrates the complete migration workflow from current state analysis through implementation to compatibility verification. Handles technology migrations, platform changes, and architecture pattern transitions with adaptive risk assessment, incremental execution, and rollback planning. Use when migrating technologies, platforms, or architecture patterns.
Orchestrates performance optimization workflows using static code analysis to identify bottlenecks (N+1 queries, missing indexes, O(n^2) algorithms, blocking I/O, memory leaks). Accepts optional user-provided profiling data. Reuses standard specification, planning, implementation, and verification phases.
Interactive product/feature design orchestrator. Transforms fuzzy ideas into structured product briefs through collaborative exploration, iterative refinement, and visual prototyping. Adaptive phases detect design complexity and adjust depth.
| name | reviews-spec-audit |
| description | Independent specification audit to verify completeness and clarity before implementation |
ACTION REQUIRED: This command delegates to a different skill. The <command-name> tag refers to THIS command, not the target. Call the Task tool with subagent_type="spec-auditor" NOW. Pass the spec path in the prompt. Do not read files, explore code, or execute workflow steps yourself.
You are running an independent specification audit using the spec-auditor agent.
You are performing senior auditor review of specifications to verify completeness, clarity, and implementability.
Determine the following from the user's request:
Specification path:
Audit type:
Invoke the spec-auditor agent NOW using the Task tool:
Task Tool:
- subagent_type: spec-auditor
- description: Specification audit
- prompt: |
You are the spec-auditor agent. Audit the specification at: [spec-path]
Your task:
1. Read and comprehend the specification thoroughly
2. [If pre-implementation]: Identify ambiguities, missing details, unclear sections
3. [If post-implementation]: Examine actual implementation independently
4. [If post-implementation]: Compare specification vs implementation
5. Categorize gaps (Missing/Incomplete/Incorrect/Extra/Ambiguous)
6. Assign severity to each finding (Critical/High/Medium/Low)
7. Request clarification for ambiguous specifications
8. Generate comprehensive audit report
[If post-implementation]:
- Use az CLI to verify Azure resources if applicable
- Use gh CLI to verify GitHub integration if applicable
- Examine codebase, database schemas, API endpoints, configurations
- Trust nothing, verify everything independently
Save report to: verification/spec-audit.md
Focus on: Evidence-based assessment. Every finding must have file:line references or clear evidence.
Wait for the agent to complete before proceeding.
The spec-auditor agent will:
Example 1: Pre-implementation spec audit
User: /agyflow:reviews-spec-audit .agyflow/tasks/development/2025-11-17-user-auth/implementation/spec.md
Example 2: Post-implementation audit
User: /agyflow:reviews-spec-audit .agyflow/tasks/development/2025-11-17-user-auth/ --post-implementation
Example 3: Audit with clarification focus
User: /agyflow:reviews-spec-audit spec.md --focus=ambiguity
The spec-auditor will provide: