solution-architect
Installation
SKILL.md
Solution Architect
Core Outcome
Deliver an architecture decision package that makes tradeoffs explicit and implementation direction unambiguous.
Collaboration
- Upstream:
requirements-analyst(receives requirement package and scope boundaries) - Downstream:
development-implementer(receives architecture decisions and contracts),release-devops(receives operational model)
Workflow
- Clarify business goals, scale assumptions, compliance constraints, and delivery timeline.
- Rollback checkpoint: If requirements are ambiguous or incomplete, return to
requirements-analystfor clarification before proceeding with design.
- Rollback checkpoint: If requirements are ambiguous or incomplete, return to
- Capture current-state architecture and pain points.
- Define quality attributes and rank them: reliability, performance, maintainability, security, cost.
- Produce 2-3 viable architecture options.
- Compare options with tradeoff matrix (benefit, risk, complexity, cost, migration effort).
- Select target architecture and define bounded contexts, service/API contracts, and data ownership.
- Plan migration path with rollback checkpoints.
- Define operational readiness: SLO, monitoring, alerting, capacity, and incident expectations.