# #1539 capability — flow-team-onboarding Step 2 panel planner.
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: onboard-plan-starter-tasks
  labels: { domain: team }
spec:
  description: Identify a sequenced set of starter tasks of progressive complexity with acceptance criteria, effort estimates, and learning objectives (Step 2 planning panel).
  version: "1.0.0"
  inputs:
    - { name: role, type: string, required: false }
  outputs:
    - { name: starter_tasks_path, type: string }
  agent: technical-lead
  idempotent: false
