plugins/maister-copilot/skills/orchestrator-framework/SKILL.md
Shared orchestration patterns for all workflow orchestrators. NOT an executable skill - provides reference documentation for phase execution, state management, interactive mode, and initialization. All orchestrators reference these patterns.
npx skillsauth add skillpanel/maister orchestrator-frameworkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides shared reference documentation for all orchestrator skills in the maister plugin. It is NOT an executable skill - orchestrators reference these patterns and implement them for their specific domain.
Reduce duplication across orchestrators by documenting common patterns once:
→ Pause, → AUTO-CONTINUE) — these are the only two transition types; see orchestrator-patterns.md § 2 for semanticsorchestrator-state.yml schema and operationsEach orchestrator reads the framework reference file at initialization (Step 1):
### Step 1: Load Framework Patterns
**Read the framework reference file NOW using the Read tool:**
1. `../orchestrator-framework/references/orchestrator-patterns.md`
| File | Purpose |
|------|---------|
| references/orchestrator-patterns.md | Delegation rules, interactive mode, state schema, initialization, context passing, issue resolution |
| references/orchestrator-creation-checklist.md | Authoring checklist for creating new orchestrators (not loaded at runtime) |
All orchestrators follow these principles:
orchestrator-state.yml is source of truth.maister/docs/INDEX.md throughoutdevelopment (bug fixes, enhancements, features)performancemigrationresearchThis skill does NOT get invoked directly. It exists to:
When building new orchestrators, reference these patterns rather than duplicating them.
documentation
Orchestrates comprehensive research workflows from question definition through findings documentation. Handles technical, requirements, literature, and mixed research types with adaptive methodology, multi-source gathering, pattern synthesis, and evidence-based reporting. Supports standalone research tasks and embedded research phase in other workflows.
data-ai
Interactive product/feature design orchestrator. Transforms fuzzy ideas into structured product briefs through collaborative exploration, iterative refinement, and visual prototyping. Adaptive phases detect design complexity and adjust depth.
development
Orchestrates performance optimization workflows using static code analysis to identify bottlenecks (N+1 queries, missing indexes, O(n^2) algorithms, blocking I/O, memory leaks). Accepts optional user-provided profiling data. Reuses standard specification, planning, implementation, and verification phases.
development
Shared orchestration patterns for all workflow orchestrators. NOT an executable skill - provides reference documentation for phase execution, state management, interactive mode, and initialization. All orchestrators reference these patterns.