From saas
Phase 4 — Plan mode-style architecture discussion. Presents tech stack, design, and infrastructure options with trade-offs. User makes decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/saas:architectThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design the technical architecture for: `$ARGUMENTS`
Design the technical architecture for: $ARGUMENTS
Read:
output/<slug>/01-discovery.md — features to implementoutput/<slug>/02-competitive.md — tech landscapeoutput/<slug>/03-validation.md — MVP scope and prioritiesIf they don't exist, tell the user to run earlier phases first.
This phase works like Plan mode — present options with trade-offs at each decision point. Use AskUserQuestion with options and previews for structured choices.
Work through decisions sequentially. Each decision informs the next.
Based on the MVP scope and features, present 2-3 tech stack options. For each:
Use AskUserQuestion with previews showing a sample project structure for each option.
Present options appropriate for the project scale:
For each, show: pros, cons, estimated time to MVP, scaling characteristics.
Use AskUserQuestion with preview showing architecture diagram (ASCII) for each.
Based on chosen stack, present:
Show the mermaid diagram. Ask user to review and refine.
Present:
Show endpoint structure. Ask user to adjust.
Present options:
Include: component library recommendations, styling approach (Tailwind, CSS-in-JS, etc.)
Present options with estimated monthly costs:
After all 6 decisions, write consolidated results to output/<slug>/04-architecture-decisions.md:
# Architecture Decisions
## Summary
| Decision | Choice | Key Reason |
|----------|--------|-----------|
| Tech Stack | ... | ... |
| Architecture | ... | ... |
| Database | ... | ... |
| API Style | ... | ... |
| Frontend | ... | ... |
| Infrastructure | ... | ... |
## Detail
[Full reasoning and trade-offs for each decision]
## Architecture Diagram
[Mermaid diagram showing the full system architecture]
## Data Model
[Mermaid ER diagram]
npx claudepluginhub mnohosten/agentic --plugin saasTransforms product requirements into executable technical architecture with tech stack selection, system design, deployment strategies, and architecture reviews.
Defines high-level architecture for greenfield projects from product concepts, producing architecture-vision.md with tech stack, system design, protocols, packaging strategy, and risks.
Transforms product requirements into executable technical architecture via phased workflow for system design, tech stack selection, deployment strategy, and review.