architecture-design
Installation
SKILL.md
Architecture design
Use this skill for non-trivial technical choices. Do not use it for simple single-file fixes.
Workflow
- Read project memory and relevant existing patterns.
- Describe the current system shape before proposing changes.
- Define the target design in terms of modules, data flow, APIs, and ownership.
- Prefer incremental, reversible changes.
- Identify migration, compatibility, and operational risks.
- Recommend tests and rollout checks.
Decision rule
Add a decision note only when the choice changes architecture, dependencies, data model, security posture, or operational behavior.