# #1539 capability — flow-team-onboarding Step 2 panel planner.
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: onboard-plan-training-schedule
  labels: { domain: team }
spec:
  description: Design the role-specific training schedule across orientation, technical ramp-up, applied learning, and independent contribution phases (Step 2 planning panel).
  version: "1.0.0"
  inputs:
    - { name: role, type: string, required: false }
  outputs:
    - { name: training_schedule_path, type: string }
  agent: training-coordinator
  idempotent: false
