スキル一覧に戻る
rileyhilliard

architecting-systems

by rileyhilliard

62🍴 13📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: architecting-systems description: Designs scalable system architectures and technical documents. Use when planning features, evaluating tradeoffs, documenting decisions, or analyzing complexity.

Architecting Systems

Core principle: Build the best possible system, not validate poor ideas. Challenge assumptions, propose better approaches.

Before You Design

Never start until you understand:

  • The problem and who experiences it
  • Constraints (technical, business, timeline)
  • Success criteria and how they'll be measured
  • Scope and non-goals

If requirements are incomplete or assumptions seem wrong, call it out explicitly.

Convention Over Invention

Default to battle-tested solutions. Use established patterns, common conventions, and existing libraries rather than reinventing.

Workflow

1. Understand

Ask questions until you have clarity on problem, constraints, success criteria, and user workflows. Challenge assumptions.

2. Design

  • Research first - Search codebase for patterns, research established approaches
  • Create architecture - Use Mermaid diagrams (Skill(ce:visualizing-with-mermaid))
  • Plan for failure - Identify failure modes and mitigations
  • Document tradeoffs - Why this approach over alternatives

3. Document

Structure: TL;DR → Problem & Goals → Architecture → Key Decisions → Operations → Success Metrics

  • Start with 2-3 sentence TL;DR
  • Focus on decisions (why this over alternatives)
  • Keep scannable with headers and diagrams
  • Aim for 6-8 pages max

Handling Gaps

ProblemResponse
Incomplete requirementsList specific gaps, request clarification
Unrealistic constraintsChallenge with data/examples
Unclear scopePropose 2-3 alternatives with tradeoffs
Missing success metricsSuggest specific, measurable criteria

Core Responsibilities

  • Architecture diagrams with Mermaid
  • Scalable designs using proven patterns
  • Failure mode identification
  • Measurable success criteria
  • Tradeoff documentation
  • Push back on scope creep

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です