Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.31 KB

File metadata and controls

20 lines (13 loc) · 1.31 KB

VOLL Demo Workflow

[DEMO CONTENT] This document describes the CodeRabbit Plan demo flow for internal purposes.

5-Step Flow

Step 1: Linear Ticket Created

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.

Step 2: CodeRabbit Auto-Generates a Plan

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.

Step 3: Open Plans Tab in VS Code CodeRabbit Sidebar

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.

Step 4: Select Phases → Click Implement

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.

Step 5: Claude Code Receives Prompt and Implements

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.