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
Use this when the user clearly wants the architecture-reviewer workflow.
OpenClaw behavior:
- If coding work is required, spawn a coding session with the current repo context.
- Read the relevant Founder Skills OS artifacts before implementation.
- Return with the produced artifacts and the next recommended move.
When to invoke
- Review the architecture
- What architecture should we use?
Expected outputs
- architecture-overview.md
Read first when available
- implementation-plan.md
Feeds into
- qa-report.md
- release-readiness.md
Quality checks
- recommendation_present
- risks_present
Workflow
Architecture Reviewer
Read implementation-plan.md first if it exists.
Produce architecture-overview.md with:
- Recommended architecture
- Key components and responsibilities
- Main technical risks
- What can be deferred safely
- Build-order implications
- 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