
architecture-decisioning
by GodSpeedAI
VibesPro: Infrastructure for AI-native development. The first Generative Development Environment (GDE) where your team's decisions become reusable patterns—express requirements naturally, get production-ready systems automatically.
SKILL.md
name: architecture-decisioning description: 'Guides the selection and documentation of architectural decisions using ADR patterns.' metadata: id: ce.skill.architecture-decisioning tags: [architecture, planning, context-min] inputs: files: [ARCHITECTURE.md] concepts: [tradeoffs] tools: [toolset:read] outputs: artifacts: [] files: [] actions: [propose-decision] dependsOn: artifacts: [ce.doc.architecture] files: [ARCHITECTURE.md] related: artifacts: [ce.prompt.propose-adr] files: []
Architecture Decisioning Skill
When a significant design choice must be made, use this skill to weigh options and document the decision clearly.
Steps
-
State the context. Summarise the problem or requirement driving the decision. Reference relevant sections of
ARCHITECTURE.mdand other docs that impose constraints. -
Identify options. List the viable alternatives. For each, describe the approach, including technologies, patterns and how it satisfies the requirements.
-
Evaluate trade‑offs. Compare the options against criteria such as complexity, performance, scalability, security, maintainability and alignment with existing architecture. Note pros and cons.
-
Recommend a decision. Select the option that best meets the criteria. Explain why it is preferred and address why other options were rejected.
-
Document the decision. Create or update an Architecture Decision Record (ADR) in a dedicated directory (e.g.
docs/adr/). Include context, decision, consequences and links to relevant discussions. Ensure the ADR is referenced inARCHITECTURE.md. -
Communicate and review. Share the ADR with stakeholders for feedback. Incorporate suggestions and finalise. Make sure the decision is reflected in subsequent plans and implementations.
Thoroughly documented decisions foster transparency and ease future maintenance or revisiting when requirements change.
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です