원클릭으로
architecture-decision
Structured process for making and documenting architecture decisions with ADR format
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Structured process for making and documenting architecture decisions with ADR format
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Auto-route tasks to the optimal tool, model, and subscription. Registry-backed provider and model truth only. Content governance enforced.
Manage overnight autonomous coding tasks
Cross-reference hardware inventory against node configs, detect discrepancies
Perpetual improvement loop. Find the weakest part of the system and make it better. Never stops. Use when continuing work, when idle, when asked to improve, or when nothing specific is requested.
Run drift detection to verify system matches architectural decisions
Quick cluster health dashboard with live GPU, container, and disk status from all nodes
| name | architecture-decision |
| description | Structured process for making and documenting architecture decisions with ADR format |
| triggers | ["architecture decision","ADR","design decision","should we use"] |
| agent | researcher |
| context | fork |
Guide structured decision-making for infrastructure and software architecture choices. Produces Architecture Decision Records (ADRs) consistent with existing format in docs/decisions/.
docs/decisions/ to see existing ADRs (currently ADR-001 through ADR-012)docs/research/docs/BLOCKED.md for known blockersdocs/hardware/inventory.mddocs/decisions/:# ADR-XXX: [Title]
**Date:** YYYY-MM-DD
**Status:** Proposed | Accepted | Superseded
**Context:** [What problem/decision]
**Constraints:** [Hardware/software limits]
## Options Considered
### Option A: [Name]
- Pros: ...
- Cons: ...
- Evidence: ...
### Option B: [Name]
...
## Decision
[Which option and why]
## Consequences
[What changes, what tradeoffs accepted]