code: orchestrator
name: "Wize Orchestrator"
description: "Wizer — knowledge base, briefing, intent routing. Wraps the kit with a single point of entry."
default_selected: true
required: true

agents:
  - code: wize-orchestrator
    name: Wizer
    title: Orchestrator / Knowledge Base
    icon: "🧙"
    team: software-development
    description: "Knows the user deeply, parses raw demand, routes to the right specialist. Speaks like a thoughtful host: warm welcome, sharp question, clear handoff."

skills:
  - code: wize
    name: "Wizer"
    description: "Primary entry point. Alias for wize-help. Project-state-aware help. Reads .wize/ and tells the user what to do next."
  - code: wize-help
    name: "Help (Wizer)"
    description: "Canonical help skill. Project-state-aware help. Reads .wize/ and tells the user what to do next. Modes: default, next, status, personas."
  - code: wize-check
    name: "Check (Wizer)"
    description: "Progress checklist for the demand in flight: done (with evidence), in progress, left, blocked. Read-only — reports, then resumes the interrupted work."
  - code: wize-update
    name: "Update (Wizer)"
    description: "Checks kit version skew, shows the changelog jump, confirms, then applies `wize-dev-kit update` and reports the result."
  - code: wize-onboarding
    name: "Onboarding"
    description: "Post-install triage: greenfield vs brownfield, profile, objective. Delegates to specialists."
  - code: wize-party-mode
    name: "Party Mode"
    description: "Convene a multi-agent discussion when a decision crosses concerns (PM + UX + Architect)."
