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 using the /build command: requirements, design, build, verify, archive, and follow-up.

    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 and confidence gating.

    Start tutorial

  • Remote PR Review (CI/CD)


    Automate PR reviews in GitHub Actions with intelligent comment deduplication.

    Start tutorial

  • Addressing PR Feedback


    Systematically collect and fix reviewer comments from GitHub PRs.

    Start tutorial

  • Team Onboarding


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

    Start tutorial

  • Parallel Development


    Run multiple tasks simultaneously using git worktrees for isolated execution.

    Start tutorial


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]
  1. Installation - Install and configure rp1
  2. Feature Development - Learn the core workflow
  3. Bug Investigation - Debug issues systematically
  4. PR Review - Automate code review
  5. Addressing PR Feedback - Handle reviewer comments
  6. 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