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: blueprint, requirements, design, tasks, build, and verify.
-
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, confidence gating, and automated feedback handling.
-
Team Onboarding
Help new team members get productive quickly with generated knowledge bases and orientation documentation.
Learning Path¶
New to rp1? Follow this recommended sequence:
flowchart LR
QS[Quick Start] --> FD[Feature Development]
FD --> BI[Bug Investigation]
BI --> PR[PR Review]
PR --> TO[Team Onboarding]
- Quick Start - Install and configure rp1
- Feature Development - Learn the core workflow
- Bug Investigation - Debug issues systematically
- PR Review - Automate code review
- 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