Reference¶
User-facing reference for rp1 setup, workflows, reviews, automation, and advanced material. Use the task groups below first; the plugin catalogs remain available when you need the complete command list.
Setup And Maintenance¶
| Need | Reference |
|---|---|
| Initialize a project | init |
| Install rp1 into an AI coding host | install |
| Verify host integrations and Antigravity plugin assets | verify |
| Update the CLI and installed plugins | update |
| Remove rp1 project setup or host-specific assets | uninstall |
| Check available updates | check-update |
| Update rp1 and refresh installed plugins from a workflow | self-update |
| Migrate an older project layout | rp1 migrate |
Ship Code¶
| Need | Reference |
|---|---|
| Run the full feature workflow | build |
| Make a small, well-scoped change | build-fast |
| Break a large plan into phases | phase-plan |
| Validate a design assumption before coding | validate-hypothesis |
| Create or manage PRD and feature artifacts | blueprint, feature-edit, feature-archive, feature-unarchive |
| Check code quality or investigate a bug | code-check, code-audit, code-investigate |
Review PRs¶
| Need | Reference |
|---|---|
| Run an evidence-grounded PR review | pr-review |
| Generate a PR diagram | pr-visual |
| Generate a markdown walkthrough | pr-walkthrough |
| Address review feedback | address-pr-feedback |
| Configure CI review behavior | pr-review.yaml |
Understand The Project¶
| Need | Reference |
|---|---|
| Generate project context | knowledge-build |
| Produce a project overview for onboarding | project-birds-eye-view |
| Research a codebase or technical topic | deep-research |
| Draft technical content | write-content |
| Compare strategic trade-offs | strategize |
| Run a security assessment | analyse-security |
| Validate Mermaid diagrams | fix-mermaid |
| Discover the right rp1 workflow | guide |
Platforms And Automation¶
| Need | Reference |
|---|---|
| GitHub Copilot CLI setup and verification | GitHub Copilot CLI |
| Antigravity CLI plugin assets and support matrix | Antigravity CLI |
| CI/CD integration path | CI/CD Integration |
| Remote PR review from automation | Remote PR Review |
| PR review configuration file | pr-review.yaml |
Advanced And Maintainer References¶
| Need | Reference |
|---|---|
| Public-docs boundary and routing rules | Documentation Boundary |
Project-local .rp1/ files |
The .rp1 Directory |
| User-facing concepts | Concepts |
| Advanced workflow architecture | Workflow Delegation, Parallel Analysis, Resumable Interviews |
| Authoring format for rp1 skills | Skill Format |
| Search work artifacts through the agent-tool API | work-search |
| Fence marker versioning | Fence Versioning |
| Retired features | Retired Features |
Complete Catalogs¶
| Catalog | Description |
|---|---|
| CLI Reference | Setup and maintenance commands |
| Base Workflow Reference | Project understanding, research, documentation, analysis, and maintenance workflows |
| Development Workflow Reference | Feature delivery, code quality, PR review, and planning workflows |
Skill Invocation¶
The workflow stays the same across hosts. Only the command syntax changes:
Type / to get autocomplete suggestions. Use the short form without prefix. If you have a name conflict with another plugin, use the prefixed form: /rp1-base:skill-name or /rp1-dev:skill-name.
rp1 skills are installed with an rp1- prefix to avoid collisions with your own skills:
- Type the skill name directly, for example
/rp1-dev-buildor/rp1-base-knowledge-build - Type
/skillsto browse and select skills prefixed withrp1-
Note
Autocomplete for skill names is not yet available in OpenCode. See opencode#14506.
Copilot CLI discovers rp1 skills from its configured skills directory.
Quick Navigation¶
- Get started: Installation, First Workflow
- Ship a feature: Feature Development Guide,
build,build-fast - Review a PR: PR Review Guide,
pr-review,pr-walkthrough - Monitor work: Arcade
- Understand concepts: Concepts, Consistent Workflows, Project Context
- Automate CI: CI/CD Integration,
pr-review.yaml - Onboard a team: Team Onboarding,
project-birds-eye-view - Troubleshoot: Troubleshooting