Skip to content

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.

    Start tutorial

  • Bug Investigation


    Systematically investigate bugs using hypothesis-driven debugging. Gather evidence, test theories, and identify root causes.

    Start tutorial

  • PR Review


    Perform thorough code reviews with map-reduce analysis, confidence gating, and automated feedback handling.

    Start tutorial

  • Team Onboarding


    Help new team members get productive quickly with generated knowledge bases and orientation documentation.

    Start tutorial


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]
  1. Quick Start - Install and configure rp1
  2. Feature Development - Learn the core workflow
  3. Bug Investigation - Debug issues systematically
  4. PR Review - Automate code review
  5. 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