Skip to content

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

CLI Reference

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

Ship code guide

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

PR review guide

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:

/skill-name [arguments]

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:

  1. Type the skill name directly, for example /rp1-dev-build or /rp1-base-knowledge-build
  2. Type /skills to browse and select skills prefixed with rp1-
/rp1-dev-build my-feature [arguments]
/rp1-base-knowledge-build

Note

Autocomplete for skill names is not yet available in OpenCode. See opencode#14506.

$rp1-dev-build my-feature
$rp1-base-knowledge-build
/rp1-dev-build my-feature
/rp1-base-knowledge-build

Copilot CLI discovers rp1 skills from its configured skills directory.

/rp1-dev-build my-feature
/rp1-base-knowledge-build

Antigravity CLI loads rp1 plugin assets from the Antigravity package and reports workflow support through the Antigravity support matrix.


Quick Navigation