AR

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.zip

Installs 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 で設計の叩き台を作りたい時、実装前にアーキテクチャの骨子を固めたい時。
113 chars✓ has a “when” trigger
Advanced

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

You give it
Requirements artifact, existing architecture, or library/framework constraints
You get back
Design artifact including module composition, data flow diagrams, state management policy, failure handling, and test perspectives

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.

SkillInstallsUpdatedSafetyDifficulty
architecture-sketch (this skill)02moNo flagsAdvanced
brainstorming934moReviewBeginner
create-plan368moReviewBeginner
project-planner329moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

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

93235

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.

36121

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.

32115

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.

13114

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)

19108

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).

11111

Search skills

Search the agent skills registry