request-dispatcher

request-dispatcher is a skill for Claude Code, Codex from zxpmail/ReqForge. It costs 0 tokens per session (2,134 once invoked), scanned A, original, MIT.

A routing skill for unclear requests that do not clearly belong to one other skill. It examines the request and the project's current files and artifacts to recommend the appropriate workflow.

In plain words
What is it for?
Use it when you are unsure which ReqForge skill should handle a request, particularly around requirements, development work, bug fixing, or project planning.
Why use it?
It prevents an ambiguous task from being sent to the wrong process. It uses project context, such as whether a product specification, development plan, or code already exists.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/zxpmail/reqforge/request-dispatcher
Any agent
npx skills add zxpmail/ReqForge --skill request-dispatcher
Clone the repo
git clone --depth 1 https://github.com/zxpmail/ReqForge

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for request-dispatcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/zxpmail/reqforge/request-dispatcher.svg)](https://agentmods.dev/skills/zxpmail/reqforge/request-dispatcher)
Your own site
<a href="https://agentmods.dev/skills/zxpmail/reqforge/request-dispatcher"><img src="https://agentmods.dev/badge/skills/zxpmail/reqforge/request-dispatcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,134 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.02134
Opus 5 $0.00000 $0.01067
Sonnet 5 $0.00000 $0.00427
Haiku 4.5 $0.00000 $0.00213

Measured 3d ago against content hash 0e03b746ad74, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

request-dispatcher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

adapters/claude-code/.claude/skills/request-dispatcher/SKILL.md · 157 lines

How it starts

The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.


name: request-dispatcher description: Used when the user's request is ambiguous and doesn't clearly match a single Skill's trigger criteria. Analyzes intent + project state to route to the correct Skill. Not a replacement for CLAUDE.md Skill Dispatch rules — only for edge cases where dispatch is uncertain. version: 1.0.0 updated: 2026-05-26 requires: []

[Task] Analyze ambiguous user requests and route them to the correct ReqForge Skill. When the main Agent's static dispatch rules (from CLAUDE.md [Skill Dispatch]) cannot uniquely determine the target Skill, this Skill provides a structured decision framework: classify intent → cross-reference project state → disambiguate → recommend Skill.

[Not For] - Clear-cut requests that match a single Skill trigger -> use the target Skill directly - Writing code -> use /dev-builder instead - Bug fixing -> use /bug-fixer instead - Requirements gathering -> use /product-spec-builder instead

[Dependency Check] Required: - User's natural language request -> the ambiguous message text - Project state awareness -> which artifacts exist (Product-Spec.md, DEV-PLAN.md, code, active changes/)

Optional:
- git log -> recent changes for context
- memory/ files -> known pitfalls and recent task history

[First Principles] → references/first-principles.md 核心:Minimum Dispatch / State Before Intent / Ask Don't Guess。

[Output Style] → references/output-style.md Tone: neutral, analytical, decisive. One recommendation, not a menu.

[File Structure] request-dispatcher/ ├── SKILL.md └── references/ ├── first-principles.md ├── output-style.md ├── workflow.md ├── dimension-checklist.md └── anti-rationalization.md

[Output Artifacts] - Dispatch recommendation (screen output) — one-line Skill name + one-sentence justification

[Dispatch Dimension Checklist] Before recommending a Skill, verify:

| Dimension | Must-Have | Recommended |
|-----------|-----------|-------------|
| **Intent Match** | User's message maps to a Skill's trigger description in CLAUDE.md | User's message is NOT already covered by a static rule (would be unnecessary dispatch) |
| **Prerequisite Check** | Target Skill's Dependency Check would pass | Target Skill's Not For section doesn't exclude the request |
| **Project State** | Required artifacts exist for the target Skill | No active changes/ folder conflict |
| **Ambiguity Resolved** | Recommendation resolves the ambiguity | User would not be surprised by the routing |

[Dispatch Decision Strategy]

| User says... | Product-Spec.md exists? | Active changes/? | Code exists? | Route to |
|---|---|---|---|---|
| "I have an idea / build something" | No | — | — | /product-spec-builder |
| "Add a feature / change something" | Yes | No | — | /change-manager propose |
| "Add a feature / change something" | Yes | Yes | — | /change-manager (resume active) |
| "This is broken / error / bug" | — | — | Yes | /bug-fixer |
| "Review / check quality" | Yes | — | Yes | /code-review |
| "Plan / how to build" | Yes | — | — | /dev-planner |
| "Build / implement / code" | Yes | — | No | /dev-builder |
| "Build / implement more" | Yes | — | Yes | /dev-builder |
| "Design / make it look good" | Yes | — | — | /design-brief-builder → /design-maker |
| "Release / deploy / ship" | — | — | Yes | /release-builder |
| "Grill me / stress-test plan / 烤问" | — | — | — | /product-spec-builder → Light Grill Mode |
| "Zoom out / explain this module" | — | — | Yes | /dev-builder → [Zoom-Out Pass] (read-only) |
| "Architecture health / ball of mud" | — | — | Yes | /dev-planner → architecture-health-pass |
| "Break into GitHub issues" | Yes | — | — | /dev-planner → optional issue slices (after plan confirm) |
| "forge-smoke failed / adapter drift / gate red" (in ReqForge repo) | — | — | — | /reqforge-greenkeeper |

Read the full file on GitHub · 157 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 157 lines · 0 tokens per session scan A 0e03b746ad74

Subscribe to this mod's changes

request-dispatcher is a skill published in the GitHub repository zxpmail/ReqForge (18 stars, last pushed 13d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,134 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories