Skills
A single markdown playbook that teaches agents the Reqbook spec format, file layout, and how to choose the right approach for each task. All agents get the skill.
Slash commands
Two
/rqb commands for Claude Code and Codex CLI: /rqb for creating, enriching, and building flows; /rqb-debug for diagnosing failures.MCP server
Structured tools for MCP-compatible agents: exec, flow, author, surgical context, and more. Agents get typed results without parsing shell output.
Shared markdown source
Every agent change is a markdown file in
api-docs/. Reviewable, diffable, committable. No hidden state.Install in one command
1
Install skill and slash commands
Run the installer from the root of your project. It auto-detects which agents are present and writes the correct files for each.The command writes the skill and (for Claude Code / Codex CLI) slash commands to the directories each agent reads.
2
Verify
3
Register the MCP server
The MCP server gives compatible agents structured access to spec execution, pipelines, context packs, and authoring — no terminal output parsing.To target one agent: