| name | agent-orchestration-governance |
| description | Use when changing repo-scoped Codex custom agents, subagent concurrency or depth, delegation policy, or handoff verification rules in hushh-research. |
Hussh Agent Orchestration Governance Skill
Purpose and Trigger
- Primary scope:
agent-orchestration-governance-intake
- Trigger on repo-scoped custom agents,
.codex/config.toml limits, delegation policy, child handoff contracts, or workflow orchestration changes.
- Avoid overlap with
codex-skill-authoring for generic skill taxonomy and repo-context for broad repository intake.
Coverage and Ownership
- Role:
owner
- Owner family:
agent-orchestration-governance
Owned repo surfaces:
.codex/agents
.codex/config.toml
.codex/skills/agent-orchestration-governance
.codex/workflows/agent-orchestration-governance
AGENTS.md
docs/reference/operations/README.md
docs/reference/operations/coding-agent-mcp.md
Non-owned surfaces:
repo-context
codex-skill-authoring
repo-operations
future-planner
Do Use
- Adding or tightening repo-scoped custom agents.
- Changing subagent concurrency/depth limits or delegation policy.
- Defining authority boundaries, parent-only actions, or child handoff shape.
- Keeping agents thin and routed through existing owner/spoke skills.
Do Not Use
- Broad repo scans that should start with
repo-context.
- Generic skill creation or taxonomy work that belongs to
codex-skill-authoring.
- Domain implementation after the correct owner lane is clear.
- Recursive multi-agent expansion beyond bounded defaults without evidence.
Read First
AGENTS.md
.codex/skills/agent-orchestration-governance/references/delegation-contract.md
.codex/skills/codex-skill-authoring/references/skill-contract.md
.codex/skills/codex-skill-authoring/references/truth-first-operating-kernel.md
docs/reference/operations/coding-agent-mcp.md
.codex/skills/agent-orchestration-governance/references/anti-rationalization.md
Workflow
- Verify that a custom agent is justified; prefer skills/workflows when role specialization is not needed.
- Keep the fleet at the curated sweet spot: broad read-only evidence lanes, not one agent per skill.
- Preserve the repo-wide delegation checkpoint and truth-first handoff shape in
AGENTS.md and delegation-contract.md.
- Keep custom-agent TOML files thin: role, sandbox, nicknames, principal-craft inheritance hook, concise instructions, and skill routing.
- Keep wave-1 agents read-only and leave branch switching, writes, approval, merge, deploy, secrets, and final decisions to the parent/governor.
- Keep global limits bounded at
max_threads = 6 and max_depth = 1 unless a later review proves otherwise.
- Route product-direction, founder-language, One/Kai/Nav, PKM, voice/action, and PR north-star lanes through the Founder Wiki North-Star Probe when material; repo/wiki divergence is
current_state_vs_north_star_drift.
- Run agent validation, fleet audit, router smoke, skill lint, and repo/docs governance checks after orchestration changes.
Handoff Rules
- Broad repo intake routes to
repo-context.
- Generic skill-system authoring routes to
codex-skill-authoring.
- CI, deploy, or runtime-governance follow-up routes to
repo-operations.
- Future-state agent-lattice planning routes to
future-planner.
- Domain implementation routes to the relevant owner skill.
Required Checks
python3 .codex/skills/codex-skill-authoring/scripts/truth_first_smoke.py
python3 .codex/skills/agent-orchestration-governance/scripts/agent_orchestration_check.py
python3 -m py_compile .codex/skills/agent-orchestration-governance/scripts/agent_orchestration_check.py .codex/skills/agent-orchestration-governance/scripts/delegation_router.py .codex/skills/agent-orchestration-governance/scripts/agent_fleet_audit.py .codex/skills/agent-orchestration-governance/scripts/agent_router_smoke.py .codex/skills/agent-orchestration-governance/scripts/subagent_budget.py
python3 .codex/skills/agent-orchestration-governance/scripts/agent_fleet_audit.py --text
python3 .codex/skills/agent-orchestration-governance/scripts/agent_router_smoke.py
./scripts/ci/repo-governance-check.sh
python3 .codex/skills/codex-skill-authoring/scripts/skill_lint.py
./bin/hushh codex audit