Agent Plugins Marketplace
All plugins

orchestrator-discipline

v1.6.11

Enforces orchestrator context window discipline via PreToolUse hooks and rules. Prevents the orchestrator from reading source files it will not edit, running diagnostic commands that should be delegated, and bypassing delegation with 'small change' rationalizations. Install to structurally prevent investigation escalation anti-patterns.

CodexClaude Code2 Skills

By Jamie Nelson66 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install orchestrator-discipline for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Jamie-BitFlight/claude_skills
codex plugin marketplace upgrade jamie-bitflight-skills
codex plugin add orchestrator-discipline@jamie-bitflight-skills

Paste and run these commands in a terminal with Codex. They add and refresh the jamie-bitflight-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “orchestrator-discipline” remain stable.

  • Codex: orchestrator-discipline@agent-plugin-marketplaceorchestrator-discipline@jamie-bitflight-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Jamie-BitFlight/claude_skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/orchestrator-discipline/.

Plugin files

plugins/orchestrator-discipline/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/orchestrator-discipline/SKILL.md
└── skills/orchestrator-discipline-meta-docs/SKILL.md

Included Skills2

orchestrator-disciplineskills/orchestrator-discipline/SKILL.md

Orchestrator context window discipline enforcement. Prevents the orchestrator from reading source files it will not edit, running diagnostic commands that waste context, and rationalizing delegation bypasses. Use when setting up orchestrator guardrails, reviewing delegation discipline, or diagnosing context window waste in multi-agent workflows. Activates PreToolUse hooks that surface decision points before source file reads and diagnostic command execution.

orchestrator-discipline-meta-docsskills/orchestrator-discipline-meta-docs/SKILL.md

Orchestrator discipline plugin documentation index. Load when needing to read about orchestration patterns, delegation rules, or context window management.

Plugin manifests2

plugins/orchestrator-discipline/.codex-plugin/plugin.json
{
  "name": "orchestrator-discipline",
  "version": "1.6.11",
  "description": "Enforces orchestrator context window discipline via PreToolUse hooks and rules. Prevents the orchestrator from reading source files it will not edit, running diagnostic commands that should be delegated, and bypassing delegation with 'small change' rationalizations. Install to structurally prevent investigation escalation anti-patterns.",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/bitflight-devops"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Orchestrator Discipline",
    "shortDescription": "Enforces orchestrator context window discipline via PreToolUse hooks and rules. Prevents the orchestrator from reading source files it will not edit, running diagnostic commands that should be delegated, and bypassing delegation with...",
    "longDescription": "Enforces orchestrator context window discipline via PreToolUse hooks and rules. Prevents the orchestrator from reading source files it will not edit, running diagnostic commands that should be delegated, and bypassing delegation with 'small change' rationalizations. Install to structurally prevent investigation escalation anti-patterns.",
    "developerName": "Jamie Nelson",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Enforces orchestrator context window discipline via PreToolUse hooks and rules. Prevents the orchestrator from reading source"
    ]
  }
}
plugins/orchestrator-discipline/.claude-plugin/plugin.json
{
  "name": "orchestrator-discipline",
  "description": "Enforces orchestrator context window discipline via PreToolUse hooks and rules. Prevents the orchestrator from reading source files it will not edit, running diagnostic commands that should be delegated, and bypassing delegation with 'small change' rationalizations. Install to structurally prevent investigation escalation anti-patterns.",
  "version": "1.6.14",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/bitflight-devops"
  },
  "hooks": "./hooks/hooks.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[orchestrator-discipline on Agent Plugins Marketplace](https://pluginsmp.com/plugins/orchestrator-discipline)