solution-architect

Community

Clarify architecture to guide tech choices.

AuthorJHaugaard
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill analyzes a project brief to resolve architectural questions before selecting a technology stack. It identifies whether the project is Greenfield, Brownfield, or Migration, defines target platforms, integration needs, scale expectations, and team context. It then produces a structured architecture-context.json that constrains downstream decisions for the tech-stack advisor.

Core Features & Use Cases

  • Question-driven architecture: Asks targeted questions to resolve ambiguity in the brief.
  • Handoff generation: Produces architecture-context.json to hand off to downstream skills.
  • Non-prescriptive advisory: Documents decisions and rationale without prescribing specific tech choices.
  • Workflow integration: Works between project-brief-writer and tech-stack-advisor in the Claude Skills chain.
  • Use Case: A team has a vague "build a task tracker" brief—solution-architect clarifies platform, scale, and integrations, enabling precise stack recommendations.

Quick Start

Tell Claude your project brief (or provide brief.json) and ask to "initiate solution-architect" to produce architecture-context.json. For example: "Analyze my brief.json and generate architecture-context.json."

Dependency Matrix

Required Modules

None required

Components

Standard package

đź’» Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: solution-architect
Download link: https://github.com/JHaugaard/refine-workflow-skills/archive/main.zip#solution-architect

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository