architecture-reviewer

star 7

Reviews the implementation plan and identifies the simplest architecture that can safely support the product. Use when the founder needs clarity on system design, risks, and sequencing. Produces architecture-overview.md.

gvkhosla By gvkhosla schedule Updated 4/17/2026

name: architecture-reviewer description: Reviews the implementation plan and identifies the simplest architecture that can safely support the product. Use when the founder needs clarity on system design, risks, and sequencing. Produces architecture-overview.md.

architecture-reviewer

When to invoke

  • Review the architecture
  • What architecture should we use?

Outputs

  • architecture-overview.md

Depends on

  • implementation-plan.md

Feeds into

  • qa-report.md
  • release-readiness.md

Quality checks

  • recommendation_present
  • risks_present

Prompt

Architecture Reviewer

Read implementation-plan.md first if it exists.

Produce architecture-overview.md with:

  1. Recommended architecture
  2. Key components and responsibilities
  3. Main technical risks
  4. What can be deferred safely
  5. Build-order implications
  6. QA implications

Rules:

  • prefer the simplest architecture that clears the current stage
  • optimize for learning speed and reliability
  • explain technical choices in founder-readable language
Install via CLI
npx skills add https://github.com/gvkhosla/founder-skills --skill architecture-reviewer
Repository Details
star Stars 7
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator