plan_architecture
Architects technology stack, component architecture, file structure, interactivity plan, and routing strategy from project scope.
Instructions
Phase 2 — System Analyst / Solutions Architect.
Takes the project scope (from analyze_project) and generates:
Technology stack decisions (framework, styling, build tool, routing)
Component architecture map per page (which UIverse components each section needs)
File structure for the chosen framework
Interactivity plan (scroll animations, hover effects, form behaviors)
Multi-page routing strategy (separate HTML files for vanilla, React Router, file-based for Next/Nuxt)
IMPORTANT: Run analyze_project first. This tool uses the stored project scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tone | No | Override tone. If omitted, uses tone from analyze_project. | |
| industry | No | Override industry. If omitted, uses industry from analyze_project. | |
| framework | No | Override framework. If omitted, uses framework from analyze_project. | |
| projectType | No | Override project type. If omitted, uses the type from analyze_project. |