スキル一覧に戻る
GodSpeedAI

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📅 2025年12月27日
GitHubで見るManusで実行

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

  1. Identify Trigger: Recognize when a decision warrants an ADR (e.g., new database, major refactor, new library).
  2. Consult History: Check docs/specs/shared/adr/ and just temporal-ai-query for past decisions to ensure consistency.
  3. 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.
  4. 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?

スコア

総合スコア

70/100

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

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

レビュー

💬

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