Guides¶
Practical tutorials that walk you through complete rp1 workflows from start to finish.
Available Tutorials¶
-
Feature Development
Build your first feature with rp1's 6-step workflow using the
/buildcommand: requirements, design, build, verify, archive, and follow-up. -
Bug Investigation
Systematically investigate bugs using hypothesis-driven debugging. Gather evidence, test theories, and identify root causes.
-
PR Review
Perform thorough code reviews with map-reduce analysis and confidence gating.
-
Remote PR Review (CI/CD)
Automate PR reviews in GitHub Actions with intelligent comment deduplication.
-
Addressing PR Feedback
Systematically collect and fix reviewer comments from GitHub PRs.
-
Team Onboarding
Help new team members get productive quickly with generated knowledge bases and orientation documentation.
-
Parallel Development
Run multiple tasks simultaneously using git worktrees for isolated execution.
Learning Path¶
New to rp1? Follow this recommended sequence:
flowchart TB
INST[Installation] --> FD[Feature Development]
FD --> BI[Bug Investigation]
BI --> PR[PR Review]
PR --> FB[PR Feedback]
FB --> TO[Team Onboarding]
- Installation - Install and configure rp1
- Feature Development - Learn the core workflow
- Bug Investigation - Debug issues systematically
- PR Review - Automate code review
- Addressing PR Feedback - Handle reviewer comments
- Team Onboarding - Share knowledge with your team
Guide Philosophy¶
rp1 guides are designed to be:
- Practical - Real tasks you'll actually do
- Complete - Start to finish, no gaps
- Platform-aware - Syntax for both Claude Code and OpenCode
- Checkpoint-driven - Verify progress at each step