architecture-ideation
Installation
SKILL.md
Architecture Ideation
Activation Contract
Use this skill to ideate an architecture-level refactor with the user: target styles (e.g. modular monolith, hexagonal), module boundaries, and architecture-scoped design patterns.
Do not use it for class/method-level refactors — route those to /refactor-plan.
Hard Rules
- Question-driven: run the interview through
native-question-ux, one focused round at a time, grounded in the verified current state (fromarchitecture-state). - Always present 2-3 candidate target architectures with explicit trade-offs and a recommendation — never a single take-it-or-leave-it answer. For monoliths, modular monolith is the default first candidate; microservices must earn their operational cost.
- Every proposed pattern passes
design-patterns-pragmaticandkiss-yagnigates: it must resolve a named force in evidence, not decorate the design. - Ideation is plan-only: no code edits.