Architecture proposals with trade-off analysis, alternatives matrix, and decision rationale. Trigger: design architecture, propose solution, evaluate alternatives, create ADR.
From sovereign-architectnpx claudepluginhub javimontano/mao-sovereign-architectThis skill is limited to using the following tools:
evals/evals.jsonexamples/sample-output.mdprompts/use-case-prompts.mdreferences/body-of-knowledge.mdEvidence-based architecture proposals with explicit trade-offs and alternatives.
Architecture is the art of trade-offs, not the application of best practices. Every choice has a cost — make it visible.
Before designing, map the constraints:
| Constraint Type | Examples |
|---|---|
| Technical | Existing stack, data formats, API contracts, performance SLAs |
| Organizational | Team size, skill distribution, deployment cadence |
| Business | Timeline, budget, compliance requirements |
| Operational | Uptime requirements, monitoring capability, incident response |
Generate at least 3 viable options:
For each option, evaluate:
| Dimension | Score (1-5) | Notes |
|---|---|---|
| Complexity | How hard to implement and maintain | |
| Risk | What could go wrong | |
| Time to implement | Calendar time to production | |
| Scalability | How well it handles growth | |
| Maintainability | How easy to modify in 6 months | |
| Team fit | Does the team have the skills? |
Document the decision as an ADR:
Generate as needed:
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.