# PlannedDocument

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-06.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-06.types.ts#L35)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `type` | `DocumentType` |
| `category` | `string` |
| `description` | `string` |
| `targetPersonas` | `string[]` |
| `prerequisites` | `string[]` |
| `relatedDocuments` | `string[]` |
| `estimatedSections` | `number` |
| `priority` | `number` |
| `featureIds` | `string[]` |
