一键导入
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]