Documentation Index
Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt
Use this file to discover all available pages before exploring further.
Plan Mode allows you to understand and scope work before building. When enabled, the coding agent traverses the codebase, proposes an implementation and step-by-step plan, and asks you clarifying questions if needed.
How to Use
- Include
/plan in your message (on the dashboard, you can click to toggle!)
- Agent returns the plan. If using from GitHub or Linear, the agent will provide a link for you to review the plan.
- Answer potential clarifying questions, or tell it to go ahead!
Example:
/plan add usage tracking to the billing endpoint
Quote-Reply From the Plan Viewer
When reviewing a plan on the dashboard, select any chunk of text (for example, a clarifying question at the end of the plan) to get a floating Reply button. Clicking it adds a comment card to the Comments rail alongside the plan, similar to commenting in Google Docs.
Each card holds the quoted text and its own reply box, so you can leave multiple comments on different sections of the plan and reply to each one independently. Hit Send to ship every quote and reply in a single message; the chat tab will render them as structured blocks so the agent (and you) can see exactly what each reply is responding to. The drafted comments persist if you switch over to the chat tab, where they appear above the main composer in the same card UI.