What problem does it solve?
The Skill Orchestrator removes ambiguity and coordination failures when a request spans multiple domains, files, or agents, ensuring every concern is explicitly assigned, sequenced, and reviewed so work does not stall or produce conflicting outputs.
Core Features & Use Cases
- Task classification & stack resolution: Classifies complexity (small/medium/large/gigantic) and resolves stack context from cache or fresh detection with clear cache-staleness rules.
- Explicit skill assignment: Maps domains to primary and auxiliary skills, mandates code-reviewer and skill-improver inclusion, and prescribes conflict-resolution precedence.
- Pipeline construction & agent prompts: Declares phase-based pipelines (parallel/sequential/hybrid), crafts mandatory agent prompt templates that include the STACK CONTEXT, and enforces execution rules and review gates.
- Self-logging: Appends detailed orchestration results and skill gaps to an append-only log for continuous improvement and analytics.
- Use Cases: Building a full-stack feature (UI + API + DB), refactoring cross-cutting modules, architectural migrations, and multi-agent coordinated implementations.
Quick Start
Orchestrate a full-stack feature that includes UI, API, and database work, producing the pipeline, explicit agent assignments with required skills, and an append-only orchestration log.