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.
Enforces orchestrator boundaries by preventing direct implementation, enforcing immutable requirements, and validating delegation patterns. Useful for multi-agent orchestration workflows.