Use when starting any conversation - establishes how to find and use skills, agents, and commands, requiring Skill tool invocation before ANY response including clarifying questions
From clavainnpx claudepluginhub mistakeknot/interagency-marketplace --plugin clavainThis skill uses the workspace's default tool permissions.
references/agent-contracts.mdreferences/dispatch-patterns.mdreferences/routing-tables.mdreferences/skill-discipline.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Proactive skill invocation is required. When a skill matches the current task — even partially — invoke it before responding.
| You want to... | Run this |
|---|---|
| Build a feature end-to-end | /clavain:route |
| Force full lifecycle | /clavain:sprint |
| Review code, docs, or plans | /interflux:flux-drive |
| Quick review from git diff | /clavain:quality-gates |
| Cross-AI second opinion | /clavain:interpeer |
| Plan an implementation | /clavain:write-plan → /clavain:work |
| Fix a bug | /clavain:repro-first-debugging |
| Fix build/test failure | /clavain:fixbuild |
| Resolve review findings | /clavain:resolve |
| Set up a new project | /clavain:project-onboard |
| Check project health | /clavain:clavain-doctor or /clavain:sprint-status |
| Generate roadmap/PRD | /interpath:roadmap or /interpath:prd |
| Check doc freshness | /interwatch:watch |
| Run scenario tests | clavain-cli scenario-run <pattern> |
| Check quality gate | clavain-cli scenario-score <run-id> --summary |
| Check agent policy | clavain-cli policy-check <agent> <action> --path=<p> |
| See all commands | /clavain:clavain-help |
Invoke /clavain:route when: bead ID mentioned, request is a feature/bugfix/implementation, user says "what's next" and picks work.
Do NOT auto-route when: request is informational, is a review/publish/commit/status check (use specific skill), or already mid-execution inside a routed workflow.
Full routing tables: using-clavain/references/routing-tables.md