원클릭으로
hex-adr-search
Search Architecture Decision Records by keyword, status, or date
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search Architecture Decision Records by keyword, status, or date
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
Check ADR lifecycle -- find stale, abandoned, or conflicting decisions
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-search |
| description | Search Architecture Decision Records by keyword, status, or date |
| trigger | /hex-ADR-search |
Ask the user what to search for (keyword, status, or date range)
Search methods:
grep -ril "{keyword}" docs/adrs/grep -rl "Status.*{status}" docs/adrs/grep -rl "Date.*2026" docs/adrs/hex adr search {keyword}GET /api/adrs then filter resultsDisplay matching ADRs with:
Offer to open any result for full reading
User: /hex-ADR-search spacetimedb
-> Shows ADR-025, ADR-032, ADR-042 with relevant snippets