بنقرة واحدة
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 المهني
Initialize Flowbit with intelligent project analysis and documentation generation
Creates Mermaid diagrams for planning flows, component communication, and architecture views with adaptive detail selection (including C4 levels). This skill should be used when the user asks for a workflow, interaction, or architecture visualization from provided task context.
Internal engine for managing project documentation and technical standards in .flowbit/docs/. Handles file operations, INDEX.md generation, and .github/copilot-instructions.md integration. Invoked by flowbit-init, standards-update, and standards-discover skills.
Quick bug fix with TDD red/green gates and complexity escalation
Implement task directly with AI SDLC standards awareness (no planning mode)
Enter planning mode with AI SDLC standards awareness
| 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="flowbit-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: /flowbit-reviews-spec-audit .flowbit/tasks/development/2025-11-17-user-auth/implementation/spec.md
Example 2: Post-implementation audit
User: /flowbit-reviews-spec-audit .flowbit/tasks/development/2025-11-17-user-auth/ --post-implementation
Example 3: Audit with clarification focus
User: /flowbit-reviews-spec-audit spec.md --focus=ambiguity
The spec-auditor will provide: