miadi-orchestration-kit

Miadi Codex Orchestration Kit

Codex-native orchestration workflows for Miadi sessions. This kit focuses on repeatable session control rather than live external integrations.

Included skills

Skill Use
miadi-session-bootstrap Turn a raw prompt or mission brief into a session charter, artifact folder, initial source ledger, and optional first wave plan.
miadi-rise-wave-plan Decompose a ready mission into RISE-aligned waves with scope, owners, evidence roots, acceptance gates, and handoff files.
miadi-source-ledger Track claims, evidence, confidence, contradictions, and promotion status before synthesis or memory write-back.
miadi-rispec-readiness-review Decide whether a rispec is ready to become a plugin, should be held, should be split, or needs more research.
miadi-closeout-handoff Close a session with plan verification, source-ledger status, changed files, gaps, and next action.

Why this kit

The Copilot kits in copilot/ already provide mature patterns for STCKIN bootstrap, source-ledger discipline, adversarial review, design integration, and promotion context. The rispec folders in rispecs/ contain useful design signals, but many explicitly mark themselves as future or provisional. This Codex kit promotes only the stable control-plane behavior:

Deliberately not promoted

These rispec ideas remain future candidates until they have stronger operational evidence:

The miadi-rispec-readiness-review skill exists to keep that boundary explicit.

Local use

From this repository, add the plugin as a local Codex plugin:

codex plugin marketplace add /workspace/repos/jgwill/miadi-orchestration-kit/codex/miadi-codex-orchestration-kit

Then ask Codex to use one of the included skills, for example:

Use miadi-session-bootstrap for this mission and create a session charter.

Inspiration

This kit adapts patterns from:

It does not copy runtime hooks or external command behavior from those plugins.