architecture-sketch
Drafts architecture specifications including modules, data flows, and state management strategies.
Install
mkdir -p .claude/skills/architecture-sketch && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13619" && unzip -o skill.zip -d .claude/skills/architecture-sketch && rm skill.zipInstalls to .claude/skills/architecture-sketch
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
確定した仕様を、モジュール境界・データフロー・状態管理・失敗時挙動を持つ設計案に落とし込む。Use when: WF-03 Solution Design で設計の叩き台を作りたい時、実装前にアーキテクチャの骨子を固めたい時。Key capabilities
- →Transform requirements into design artifacts
- →Define module boundaries and responsibilities
- →Illustrate data flow and sequences
- →Establish state management policies
- →Outline failure handling (error paths, retries, fallbacks)
- →Determine test perspectives (Unit, Integration, E2E)
How it works
The skill transforms confirmed specifications into a design proposal by defining module boundaries, data flow, state management, and failure behavior. It uses requirements artifacts and existing architecture as input.
Inputs & outputs
When to use architecture-sketch
- →Solution design
- →Defining module boundaries
- →Planning state management
- →Designing error handling paths
About this skill
Architecture Sketch
requirements から実装可能な構造(モジュール構成 / データフロー / 状態管理 / エラーパス / テスト観点)を描き出す Skill。
カテゴリ
Design
想定 Phase
WF-03 Solution Design
入力
- requirements artifact(WF-02 出力)
- 既存アーキテクチャ / ADR
- 依存ライブラリ・フレームワーク制約
出力
design artifact:
- モジュール構成(境界と責務)
- データフロー図 / シーケンス
- 状態管理方針
- 失敗時の扱い(エラーパス / リトライ / フォールバック)
- テスト観点(Unit / Integration / E2E の分担)
- 依存制約 / 技術的妥協点
使い方
- WF-03 で solution-architect が呼び出す
- 出力は WF-04 implementation-agent の入力となる
関連
- Workflow:
docs/workflows/03_solution_design.md - 連携 Skill: risk-assessment
- Rule: Rule 2
When not to use it
- →When the goal is implementation rather than design
- →When the input is not requirements artifacts or existing architecture
Limitations
- →Requires requirements artifacts as input
- →Output is a design artifact, not implemented code
- →Focuses on solution design (WF-03 Phase)
How it compares
This skill provides a structured method for translating high-level requirements into a detailed architectural design, covering various technical aspects before implementation, unlike directly starting coding.
Compared to similar skills
architecture-sketch side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| architecture-sketch (this skill) | 0 | 2mo | No flags | Advanced |
| brainstorming | 93 | 4mo | Review | Beginner |
| create-plan | 36 | 8mo | Review | Beginner |
| project-planner | 32 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by s977043
View all by s977043 →You might also like
brainstorming
obra
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
create-plan
antinomyhq
Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. Use when users need thorough analysis and structured planning before implementation, when breaking down complex features into actionable steps, or when they explicitly ask for a plan, roadmap, or strategy. Strictly planning-focused with no code modifications.
project-planner
adrianpuiu
Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.
confidence-check
SuperClaude-Org
Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.
system-design
lagz0ne
Use when designing, architecting, or planning a new system from requirements or ideas - transforms concepts into navigable design catalog using EventStorming methodology, Mermaid diagrams, and progressive elaboration through 5 phases (Requirements, Big Picture, Processes, Data/Flows, Integration)
spec-kit-workflow
jmanhype
Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).