원클릭으로
hex-adr-status
Check ADR lifecycle -- find stale, abandoned, or conflicting decisions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check ADR lifecycle -- find stale, abandoned, or conflicting decisions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create a new Architecture Decision Record with auto-numbering, dependency impact analysis, and validation gates. Use when the user asks to "create ADR", "write ADR", "new ADR", or "architecture decision".
Start feature development with hex decomposition and worktree isolation. Use when the user asks to "develop a feature", "new feature", "implement feature", "feature dev", "start feature", or "add feature".
Guide SpacetimeDB WASM module development for hex. Use when the user asks to "create module", "spacetimedb", "wasm module", "new reducer", "spacetime table", "add spacetime module", or works in spacetime-modules/.
Review code changes against existing Architecture Decision Records
Search Architecture Decision Records by keyword, status, or date
Manage inference providers (Ollama, vLLM, OpenAI-compatible) and map local models to hex agent tiers. Use when the user asks to "add ollama", "use local model", "configure inference", "qwen", "minimax", "ollama setup", "model mapping", or "inference provider".
| name | hex-ADR-status |
| description | Check ADR lifecycle -- find stale, abandoned, or conflicting decisions |
| trigger | /hex-ADR-status |
Read all ADR files from docs/adrs/
Parse status, date, and references from each
Check for issues:
Generate report:
ADR Health Report
-----------------
Total: 45 ADRs
Accepted: 38 | Proposed: 4 | Superseded: 2 | Deprecated: 1
Issues Found:
- ADR-032 has duplicate numbers (two different files)
- ADR-041 has duplicate numbers (review agent + spacetimedb)
- 3 proposed ADRs older than 30 days
Offer to fix issues (renumber duplicates, update statuses)
The hex adr subcommands can assist:
hex adr list -- list all ADRs with statushex adr status <id> -- show detail for one ADRhex adr abandoned -- detect stale/abandoned ADRs