guide¶
Discover rp1 skills, get workflow guidance, and ask questions about rp1 capabilities.
Synopsis¶
Description¶
The guide skill helps you discover and use rp1 capabilities. It operates in two modes:
- No question: Shows a capability overview of all installed skills organized by category.
- With question: Classifies your question and answers from the appropriate source (skill catalog, workflow patterns, or reference docs).
Its factual catalog companion, plugins/base/skills/guide/CATALOG.md, is a
generated view of the canonical skill registry for the distributable inventory
(base and dev). The guide prompt and WORKFLOWS.md remain authored so
recommendation logic and multi-skill guidance stay curated.
The skill dynamically validates suggested skills using rp1 list --json. That
output includes canonical skill identity, the hosts where each skill is
installed, and host-specific invocation strings, so recommendations reflect your
current setup and the tool you're using. Antigravity support boundaries come
from the generated workflow support matrix, which is built from the same
distributable catalog.
Arguments¶
| Argument | Required | Description |
|---|---|---|
QUESTION |
No | Freeform question about rp1 capabilities (omit for overview) |
Intent Categories¶
When you ask a question, the skill classifies it into one of six categories and routes to the appropriate source:
| Intent | Example Questions | Source |
|---|---|---|
| Discovery | "What skills are available?", "List documentation skills" | Skill catalog |
| Comparison | "Difference between /build and /build-fast?", "When to use /speedrun?" | Skill catalog |
| Workflow | "How do I do a full feature end-to-end?", "What comes after /build?" | Workflow patterns |
| How-to | "How do I use /pr-review?", "What flags does /build accept?" | Workflow patterns, then catalog |
| Troubleshooting | "/knowledge-build isn't working", "Can't find a skill" | Reference docs |
| Meta | "How does rp1 work internally?", "Architecture of the build pipeline" | Reference docs |
Examples¶
Capability Overview¶
Shows all installed skills grouped by category (development, investigation, quality, review, documentation, knowledge, strategy, planning, prompt) with one-line descriptions and workflow indicators.
Skill Discovery¶
Returns relevant skills (/code-check, /code-audit, /code-clean-comments) with descriptions and offers to invoke them.
Workflow Guidance¶
Explains the /build workflow sequence (requirements, design, tasks, implementation, verification) and offers to start it.
Skill Comparison¶
Provides a side-by-side comparison covering purpose, scope, workflow phases, and when to use each.
Suggestion Format¶
When the skill recommends a command, each suggestion includes:
- Host-specific invocation for the tool you are using
- One sentence explaining why it fits your situation
- Invocation offer with pre-filled parameters inferred from context
The skill waits for your confirmation before invoking anything.
Related¶
knowledge-build- Generate the knowledge base that powers rp1 agentsdeep-research- In-depth codebase and technical investigationwrite-content- Interactive technical content creation