بنقرة واحدة
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]