Indexes Orchestrator Discipline docs on orchestration patterns, delegation rules, and context window management. Auto-loads when relevant to Claude plugin coordination.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrator-discipline:orchestrator-discipline-meta-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Available documentation:
Available documentation:
!find ${CLAUDE_PLUGIN_ROOT}/docs -name '*.md' -type f | sort
Read any file above to learn about that topic.
npx claudepluginhub jamie-bitflight/claude_skills --plugin orchestrator-disciplineProvides shared reference documentation for orchestration patterns in maister plugin workflow orchestrators, including phase execution, state management, interactive mode, and initialization.
Enforces orchestrator discipline in Claude Code multi-agent workflows via PreToolUse hooks gating file reads, diagnostic commands, and bash misuse to prevent context waste.
Orchestrates multi-agent workflows with parallel pipelines, sync barriers, state tracking, checkpointing, and progress metrics. Use for coordinating 3+ agents across sessions.