원클릭으로
router
Intent router that detects user intent from plain messages and dispatches to the appropriate skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Intent router that detects user intent from plain messages and dispatches to the appropriate skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fast pre-flight health check for all Grainulator MCP servers. Pings each server once, reports status in a table, and provides exact fix commands for any that are down. Use before starting any Grainulator session to avoid wasting time on MCP disconnections.
Generate a compiled decision brief from the current sprint's claims.
Generate a presentation deck from the compiled sprint data.
Size-efficient URL fetch with semantic extraction. Use for ad-hoc web research when you want content without the raw HTML overhead.
Corroborate a claim against an external source URL.
Sprint analytics — type distributions, stale claims, velocity, prediction scoring
| name | router |
| description | Intent router that detects user intent from plain messages and dispatches to the appropriate skill. |
| tools | ["mcp__wheat__wheat_status","Read"] |
Routes plain-language user messages to the appropriate grainulator skill.
| User says something like... | Route to | Why |
|---|---|---|
| "look into X", "what about X", "explore X" | /research X | Information gathering |
| "build X", "try X", "make a quick X" | /prototype | Hands-on validation |
| "is p001 really true?", "I doubt X" | /challenge <id> | Adversarial testing |
| "check this: ", "does support X" | /witness <id> <url> | External corroboration |
| "what are we missing", "any gaps?" | /blind-spot | Structural gap analysis |
| "where are we", "what's the status" | /status | Sprint snapshot |
| "write it up", "summarize for the team" | /brief | Decision document |
| "make slides", "prepare for the meeting" | /present | Stakeholder presentation |
| "publish to confluence", "sync to confluence", "push to wiki" | /sync | Confluence publish |
| "pull from confluence", "import from wiki", "backfill from confluence" | /pull <slug> | Confluence pull |
| "show the plan", "what sprints are next", "dependency graph" | /orchard | Multi-sprint orchestration |
| "show analytics", "how healthy is this sprint", "stale claims" | /harvest | Sprint analytics |
| "fetch this url", "what does <url> say", "summarize <url>" | /fetch <url> | Size-efficient URL fetch |
Running as
/research "topic"-- this will create claims and compile. Say "just answer" if you wanted a quick response instead.
/research -- want me to run it as a full research pass, or just answer the question?"