Design AI solutions for consulting engagements.
/solution-architect <client-name> [--initiative name]
/solution-architect acme-corp
What you’ll see: solution designs for the client’s top 3 initiatives by score — technology selection matrices, build-vs-buy analyses, Mermaid architecture diagrams, a Gantt-charted implementation plan, and a 3-year cost model — written to the client’s architecture directory.
/solution-architect acme-corp # architect the top 3 initiatives by score
/solution-architect acme-corp --initiative "Support Chatbot" # architect one named initiative
| Flag | Values | Default | What it does |
|---|---|---|---|
--initiative |
initiative name | top 3 by score | Filter the design work to a single initiative |
discovery/ and assessment/ directories: discovery/market-research.md, discovery/competitive-landscape.md, discovery/industry-trends.md, assessment/current-state.md, assessment/ai-readiness.md, assessment/stakeholder-map.md, and assessment/opportunity-matrix.md (the ranking source for “top 3 by score”); extracts objectives, data requirements, integration points, constraints, and budget per selected initiative.A quality checklist runs before output: diagrams render, selections justified, timeline achievable, risk mitigations actionable, security matches the client’s compliance needs.
Written to clients/<client-name>/architecture/:
architecture/solution-design.md — system architecture, integration points, security design, Mermaid diagramsarchitecture/technology-selection.md — selection matrix, build-vs-buy, vendor comparisonsarchitecture/implementation-plan.md — Gantt chart, resource plan, risk register, testing strategyarchitecture/cost-model.md — TCO, break-even, scaling projections| Problem | Fix |
|---|---|
| Designs reference data the prerequisites should provide | This skill reads discovery and assessment outputs. Run /client-discovery first (writes discovery/), then /opportunity-map (writes assessment/, including opportunity-matrix.md) — both must complete before /solution-architect has what it needs |
--initiative doesn’t match anything |
Use the exact initiative name from assessment/opportunity-matrix.md |
| A Mermaid diagram doesn’t render | Re-ask for the diagram — valid, renderable Mermaid is part of the skill’s quality checklist |
| Recommendation conflicts with the client’s compliance needs | Check the data privacy level assigned (1-4) — regulated data (level 4) forces on-prem or private cloud options |