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

# Plans & Documents

> Generate PRDs, specs, and work breakdowns from a sentence

Describe what you want to build and the Agent generates a full plan with structured documents — PRDs, technical specs, one-pagers, and work breakdowns — all informed by your actual codebase.

## What You Get

### Plan Creation

A **live progress card** that updates in real-time as documents are generated:

* **Per-document status** — see each doc being created
* **Document types** — PRDs, technical designs, one-pagers, strategic plans
* **Code-aware content** — references real files, symbols, and patterns from your repo
* **Link to plan** — opens the full plan workspace when complete

### Document Generation

Generate individual documents with streaming progress:

* **PRDs** — full product requirements documents
* **Technical designs** — architecture and implementation specs
* **One-pagers** — concise proposals for quick alignment
* **Bug fix specs** — root cause analysis with fix plan

### Quick Drafts

For when you need something fast:

* **Instant draft** — generates and opens in the editor immediately
* **Streaming** — content appears as it's written
* **Auto-navigates** — takes you to the plan page with the editor open

### Work Breakdowns

After a plan is created, generate a structured work breakdown:

* **Epics and issues** — organized by dependency order
* **Code context** — each issue references the relevant files
* **Export to platform** — push directly to GitHub, Linear, Jira, or Asana
* **Review before exporting** — preview and edit before creating issues

## Example Prompts

| What you ask                                            | What you get                          |
| ------------------------------------------------------- | ------------------------------------- |
| "Create a plan for adding SSO"                          | Full plan with PRD + technical design |
| "Write a PRD for the new billing system"                | Single PRD document                   |
| "Quick draft a one-pager for dark mode"                 | Fast draft in the editor              |
| "Generate a work breakdown for the auth refactor plan"  | Structured issues ready to export     |
| "Create a technical design for migrating to PostgreSQL" | Technical spec with code references   |
| "Write a bug fix spec for the session timeout issue"    | Root cause + fix plan                 |

## Why It Matters

**Go from idea to actionable spec in minutes, not days.** The Agent doesn't just generate generic templates — it reads your codebase, understands your architecture, and produces documents that reference real files and symbols. Work breakdowns export directly to your issue tracker, closing the loop from spec to code.

<Tip>
  Plans support multiple documents that stay linked. Create a plan with a PRD and technical design, then generate a work breakdown that references both.
</Tip>
