# buildFeatureDevPlan

**Kind:** Function

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/workflows/feature-dev.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/workflows/feature-dev.ts#L29)

Build a feature development orchestration plan.

## Signature

```ts
function buildFeatureDevPlan(options: {
  featureDescription?: string;
  workspace?: string;
}): OrchestrationPlan
```

## Parameters

| Name | Type |
|---|---|
| `options` | `{
  featureDescription?: string;
  workspace?: string;
}` |

**Returns:** `OrchestrationPlan`
