The live note-taker — summarize the current session's decisions and open threads on demand or at checkpoints, and (in a bureau workspace) append them to the session's running minute. Use when running bureau:note, or when the user asks to take a note / minute this / summarize where we are.
Spawn multiple specialized Claude Code agents as MCP servers, each independently configured. Runs locally from the claude-octopus npm package. Needs 7 environment variables to run.
Spawn multiple specialized Codex agents as MCP servers, each independently configured. Runs locally from the codex-octopus npm package. Needs 7 environment variables to run.
Recursive governance for Executable Operating Units (EOUs). Faceted classification, generating-EOU constraints, ECP-governed change, no-self-approval. Install in any project that needs to turn messy workflows into auditable, retirable operating units.
Instructions for xiaolai/eou-foundry, a project described as: Recursive governance for Executable Operating Units (EOUs). Faceted classification, generating-EOU constraints, ECP-governed change, no-self-approval. Claude Code plugin.
Instructions for xiaolai/eou-foundry, a project described as: Recursive governance for Executable Operating Units (EOUs). Faceted classification, generating-EOU constraints, ECP-governed change, no-self-approval. Claude Code plugin.
Audit valueinvocations in run traces for EOUs with classification.judgmentauthorized:true. Verifies invocations against the capturedworkflow's declared priority (no F15), checks for drift over multiple runs (no F16), detects hallucinated value ids (no F17), catches silent decisions on contested cases (F14), and runs…
Use when the user asks to initialize, scaffold, or create a new EOU-governed application. Creates a sibling directory with foundry/, instance copies of plugin templates, a starter constitution, and an initial git repo. Refuses to overwrite an existing directory.
Evaluate whether an EOU should be promoted, deprecated, or retired based on evidence, maturity model, audits, and owner approval. Produces a recommendation only — does not execute any lifecycle transition.
Synthesize a Stage 0 capturedworkflow (D2.4 step 1–5 outputs + per-app constitutional domainvalues layer) from a user goal, structured 5-role reference set, and constraints. For users entering an unfamiliar craft domain who cannot articulate a workflow unaided, and for any user who needs the constitutional layer made…
Scaffold a new EOU-governed application in the current workspace. Creates a sibling directory with foundry/, instance copies of plugin templates, a starter constitution, and an initial git repo.
Validate the structural integrity of Foundry schemas, registry entries, EOU specs, generating-EOU envelopes, and recursive-governance constraints. Produces a validation report; does not repair found violations (that is the job of $eou-specify in repair mode or $eou-refactor). Context: Owner wants to know if the…
Convert incident reports and audit failures into candidate regression cases that prevent re-occurrence — each case captures a concrete observable symptom, the target EOU, the failure class (F-code), and an expected-behavior predicate. Cases are written as candidates; activation requires human owner approval. Context…