Phase Validate

Phase Validate

Yaomeng1749 Updated

File contents

Phase Validate

Use this skill when the user asks for /phase-validate, solution validation, architecture validation, adversarial review, or pre-implementation validation of a plan.

Purpose

Find weaknesses in a solution before implementation begins.

Workflow

  1. Load the latest proposal, PRD, or design artifact.
  2. Run a security and privacy review of the proposed design.
  3. Run architecture review for feasibility, scalability, maintainability, and operational risk.
  4. Apply first-principles audit:
    • Is every requirement justified?
    • What can be deleted?
    • Is the simplest viable version clear?
    • Are optimizations happening before simplification?
    • Which constraints are assumptions?
  5. If external review tools are available, run an independent critique through Codex, Gemini, or another configured reviewer.
  6. Merge findings, revise the proposal, and revalidate up to 3 rounds.

Output

Use this shape:

VALIDATION: PASS | FAIL
Security: PASS | FAIL
Architecture: PASS | FAIL
External Review: PASS | FAIL | SKIPPED
Iterations: N/3
Key Findings:
- ...

End with PHASE_VALIDATE_PASS or PHASE_VALIDATE_FAIL.

Yaomeng1749/claude-code-digital-nomad-config-pack/tree/main/ClaudeCode-Config-Pack/claude-home/skills/phase-validate commit a235bbdcab

Frequently asked questions

npx skillmds@latest add yaomeng1749/phase-validate