Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude
API/schemas
Schema

TaskPlan

Complete AI-generated execution plan for a workstream task. Generated before task execution to provide transparency about what the AI will do. Stored in task.plan_summary for audit trail.

FieldTypeDescription
task_idrequiredstring (uuid)Task UUID this plan belongs to
cycle_idrequiredstring (uuid)Parent cycle UUID
step_idrequiredstringBlueprint step ID this task corresponds to
task_namerequiredstringHuman-readable task name
summaryrequiredstringHigh-level summary of what this task will accomplish
stepsrequiredPlanStep[]Ordered list of execution steps
item shape
total_estimated_duration_secondsinteger | nullTotal estimated duration for all steps combined
write_operation_countintegerNumber of steps that perform write operations
high_risk_step_countintegerNumber of steps classified as high risk
requires_approvalbooleanWhether this task requires user approval before execution
approval_reasonstring | nullExplanation of why approval is required (if applicable)
context_usedstring[]List of context sources used to generate this plan
generated_atrequiredstring (date-time)Timestamp when this plan was generated
model_versionstringAI model version used to generate this plan