[DEMO CONTENT] This document describes the CodeRabbit Plan demo flow for internal purposes.
A Linear ticket is created (see demo/mock_linear_ticket.md for an example). The label cr-plan-demo is applied to the ticket, which triggers the CodeRabbit automation ruleset.
CodeRabbit detects the cr-plan-demo label and automatically generates a structured implementation plan for the ticket. This typically takes 5–10 minutes. The plan is broken into phases (Discovery, Implementation, Tests, Polish) and attached to the issue.
In VS Code, open the CodeRabbit sidebar and navigate to the Plans tab. You will see the generated plan for the Linear ticket, with all phases listed and ready for review.
Select one or more phases from the plan (e.g., Phase 2: Implementation). Click the Implement button to hand off the selected phases to the configured agent.
Claude Code receives the structured prompt from CodeRabbit and begins implementing the selected phases — creating files, writing code, and running tests as directed by the plan.