Files
Rohit Ghumare c3f43d8b61 Expand toolkit to 135 agents, 120 plugins, 796 total files
- 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
2026-02-04 21:08:28 +00:00

768 B

Generate a comprehensive architecture document for a system or feature based on requirements.

Steps

  1. Gather requirements from the user: What is being built? What are the constraints?
  2. Define the system boundaries:
  3. Design the high-level architecture:
  4. Detail each component:
  5. Address cross-cutting concerns:
  6. Document technology choices with rationale.
  7. 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.