Orchestrator
valdr-orchestrator resolves a registered orchestrator, loads that agent’s current prompt from Valdr, and follows it instead of embedding a second copy of the workflow in the skill. Use Gunnar for PM navigation, Mimir for knowledge, Nikol for agent and pack design, Skadi for sprint operations, and Verdandi for durable workflow authoring and operation.
Orchestrator is available on Vanguard and Sovereign plans with MCP access.
Verdandi’s durable workflow operations require Sovereign and the imported official Valdr Workflow pack.
Use Orchestrator When You Need To
- Inspect projects, tasks, sprints, prompts, agents, or capabilities with Gunnar
- Search and curate workspace knowledge with Mimir
- Design agents, capabilities, and packs with Nikol
- Coordinate sprint preparation and delivery with Skadi
- Author, test, run, diagnose, or recover durable workflows with Verdandi
How To Use It
Start with:
/valdr-orchestratorName the orchestrator when you know which one owns the job:
Start with a concrete scope:
- Use gunnar to show open tasks in api-platform and summarize blockers.
- Use skadi to check whether sprint SHOP-24 is ready to launch.
- Use verdandi to inspect this blocked workflow run and trace the first stopped step to its evidence.
Wrapper Contract
The wrapper is intentionally small:
1. Validate the orchestrator handle named by the user, or list registered orchestrators for selection.
2. Load the selected agent's prompt from Valdr.
3. Follow that prompt and hot-load its referenced capabilities as the single source of truth.If the agent or prompt cannot be loaded, the wrapper stops rather than inventing a fallback workflow.
Related Skills
- Executor — Execute tasks discovered through navigation
- Planner — Create structured plans for new work
- Reviewer — Route work into review after execution
- Auditor — Audit sessions after work and review are complete
- Verdandi — Author and operate durable workflows through this wrapper, Valdr UI, or a direct agent session