> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CodeRabbit Plan overview

> Create precise, context-aware coding plans from issues, PRDs, designs, or free-form descriptions, powered by CodeRabbit's deep codebase understanding.

export const ProPlusPlanBadge = ({tip = "This feature is available as part of the Pro+ plan and Enterprise plan. Please refer to our pricing page for more information about our plans and features.", title = "Pro+ Plan", cta = "Read more", href = "https://coderabbit.ai/pricing", disabled = false}) => {
  return <Tooltip tip={tip} cta={cta} href={href}>
        <Badge icon="shield-plus" disabled={disabled || undefined}>
            {title}
        </Badge>
    </Tooltip>;
};

export const GitLabBadge = ({tip = "This feature is available on GitLab.", title = "GitLab", cta, href, disabled = false}) => {
  return <Tooltip tip={tip} cta={cta} href={href}>
        <Badge icon="gitlab" disabled={disabled || undefined}>
            {title}
        </Badge>
    </Tooltip>;
};

export const GitHubBadge = ({tip = "This feature is available on GitHub and GitHub Enterprise.", title = "GitHub", cta, href, disabled = false}) => {
  return <Tooltip tip={tip} cta={cta} href={href}>
        <Badge icon="github" disabled={disabled || undefined}>
            {title}
        </Badge>
    </Tooltip>;
};

<GitHubBadge tip="CodeRabbit Plan is available for GitHub repositories." /> <GitLabBadge tip="CodeRabbit Plan is available for GitLab repositories." /> | <ProPlusPlanBadge />

CodeRabbit Plan generates precise, project-aware Coding Plans you can hand off to any coding agent. Because plans are grounded in continuous codebase analysis, they reference the right files, follow existing conventions, and produce agent-ready prompts rather than generic outlines. CodeRabbit uses connected data sources, including Notion, issue trackers, design docs, and anything linked through your [Knowledge Base](/knowledge-base), to give every plan the full picture.

## Ways to work with CodeRabbit Plan

<Tabs>
  <Tab title="Using web interface">
    The fastest way to get started is the [CodeRabbit web app](https://app.coderabbit.ai/plan). From there, describe what you want to build in a free-form text, select a repository, and click **Create plan**.
  </Tab>

  <Tab title="Using issue tracker">
    You can generate Coding Plans [directly from your issue tracker](/issues/planner). Comment `@coderabbitai plan` on any issue, or enable auto-planning to generate plans automatically when issues match your rules. Works with Jira, Linear, GitHub, and GitLab.
  </Tab>
</Tabs>

## How to use CodeRabbit Plan

<Steps>
  <Step title="Create a plan" icon="file-plus-corner">
    Open [app.coderabbit.ai/plan/new](https://app.coderabbit.ai/plan/new) and describe what you want to build. Paste an issue, a PRD, a design, or plain free-form text, select a repository, and click **Create plan**. See [Create a plan](/plan/create-plan) for more details.
  </Step>

  <Step title="Review and refine the plan" icon="list-tree">
    Learn what each section of a Coding Plan contains and how to refine it. See [Plan refinement](/plan/plan-refinement).
  </Step>

  <Step title="Hand off a plan to a coding agent" icon="arrow-right-to-line">
    Copy agent-ready prompts or send plans directly to your IDE. See [Agent handoff](/plan/agent-handoff).
  </Step>
</Steps>

## Key capabilities

<CardGroup cols={1}>
  <Card title="Deep codebase understanding" icon="brain" horizontal>
    CodeRabbit's Coding Plans are grounded in [deep, continuous codebase analysis](/overview/architecture) and an extensive [Knowledge Base](/knowledge-base), so plans reference the right files and follow your established patterns.
  </Card>

  <Card title="Access to issues and broader project context" icon="search" horizontal>
    CodeRabbit works with issue trackers, surfacing relevant related issues into
    the context, even when the assigned engineer isn't aware of them.
  </Card>

  <Card title="Collaborative review" icon="users" horizontal>
    Plans are visible to your entire team. Engineers, product owners, and
    stakeholders can discuss, challenge design choices, and refine plans together
    before implementation begins.
  </Card>

  <Card title="Accountability and history" icon="clipboard-clock" horizontal>
    Every plan version is preserved. You can track what was planned, when it was
    planned, and why decisions were made, providing a full audit trail across the
    lifetime of a feature.
  </Card>

  <Card title="Agent-model efficiency" icon="gauge" horizontal>
    Precise, context-rich plans let you use faster and cheaper models for the
    execution step, because the hard thinking is already done.
  </Card>
</CardGroup>

## Next Step

<CardGroup cols={1}>
  <Card title="Create a plan" href="/plan/create-plan" icon="globe" horizontal>
    Describe what you want to build and generate a Coding Plan in minutes.
  </Card>
</CardGroup>
