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