From maister
Provides shared reference documentation for orchestration patterns in maister plugin workflow orchestrators, including phase execution, state management, interactive mode, and initialization.
npx claudepluginhub skillpanel/maister --plugin maisterThis skill uses the workspace's default tool permissions.
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.
Provides shared reference documentation for orchestration patterns in maister plugin workflow orchestrators, including phase execution, state management, interactive mode, and initialization.
Indexes Orchestrator Discipline docs on orchestration patterns, delegation rules, and context window management. Auto-loads when relevant to Claude plugin coordination.
Orchestrates multi-agent workflows with parallel pipelines, sync barriers, state tracking, checkpointing, and progress metrics. Use for coordinating 3+ agents across sessions.
Share bugs, ideas, or general feedback.
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:
→ Continue, → Pause, → Conditional)orchestrator-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.