← Back to list

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.
⭐ 0🍴 1📅 Dec 27, 2025
SKILL.md
name: architecture-decisioning description: Guides the creation and review of Architectural Decision Records (ADRs). Use this skill when a significant architectural change is proposed, a new technology is introduced, or a trade-off needs to be documented. license: Complete terms in LICENSE.txt
Architecture Decisioning
This skill guides the process of proposing, reviewing, and documenting architectural decisions via ADRs.
Workflow
- Identify Trigger: Recognize when a decision warrants an ADR (e.g., new database, major refactor, new library).
- Consult History: Check
docs/specs/shared/adr/andjust temporal-ai-queryfor past decisions to ensure consistency. - Draft ADR: Create a new ADR using the standard template:
- Title: Clear and concise.
- Status: Proposed.
- Context: Why are we making this decision? What are the constraints?
- Decision: What is being decided?
- Consequences: Positive and negative impacts.
- Review: Validate the ADR against strategic principles (Invariants, Idempotency, Isomorphism).
ADR Template Structure
# [ADR-XXX] Title
**Status**: Proposed | Accepted | Rejected | Deprecated
**Date**: YYYY-MM-DD
**Authors**: [Names]
## Context
The issue motivating this decision...
## Decision
We will...
## Consequences
**Positive**:
- ...
**Negative**:
- ...
Strategic Alignment
Ensure the decision aligns with:
- Hexagonal Architecture: Does it respect layer boundaries?
- Isomorphism: Does it maintain structural alignment?
- Safety: Does it introduce security or type safety risks?
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon