Skip to content

buildFeatureDevPlan

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/agent-core/src/autonomous/workflows/feature-dev.ts

Build a feature development orchestration plan.

Signature

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

Parameters

NameType
options`{
featureDescription?: string;
workspace?: string;
}`

Returns: OrchestrationPlan

Was this page helpful?

Download as PDF