- Add 60 new agents across all 10 categories (75 -> 135) - Add 95 new plugins with command files (25 -> 120) - Update all agents to use model: opus - Update README with complete plugin/agent tables - Update marketplace.json with all 120 plugins
768 B
768 B
Generate a comprehensive architecture document for a system or feature based on requirements.
Steps
- Gather requirements from the user: What is being built? What are the constraints?
- Define the system boundaries:
- Design the high-level architecture:
- Detail each component:
- Address cross-cutting concerns:
- Document technology choices with rationale.
- Identify risks and mitigation strategies.
Format
# Architecture: <System Name>
## Overview: <one paragraph summary>
## Components: <list with responsibilities>
## Data Flow: <sequence of interactions>
Rules
- Always start with requirements before designing solutions.
- Prefer simple architectures over complex ones.
- Every technology choice must have a stated rationale.