compose
01Command Codex
One-shot wiring check for MDDesign. Verifies planning-with-files, DESIGN.md, code-memory-router, and Google linter are all reachable. Surfaces any missing piece with a one-line fix-it. Read-only.
Orchestrator plugin: composes planning-with-files, DESIGN.md, memory routing, agent teams, and session handoff into one contract for any modern coding agent. Cross-IDE.
Command Codex
One-shot wiring check for MDDesign. Verifies planning-with-files, DESIGN.md, code-memory-router, and Google linter are all reachable. Surfaces any missing piece with a one-line fix-it. Read-only.
Command Codex
Audit DESIGN.md against the actual code. Writes DESIGN.md.critique.md adjacent to DESIGN.md with five audit passes structural / drift / accessibility / completeness / consistency. Each finding has a stable id and a /mddesign:fix suggestion.
Command Codex
Deep diagnostic. Checks every MDDesign dependency, verifies hooks fire, validates the lint toolchain, tests scratch directory write, and prints a fix-it for every failure. Use when something is broken or before publishing to confirm a clean install.
Command Codex
Apply a single safe quick win from DESIGN.md.critique.md. HITL gated. Re-lints DESIGN.md after every edit; reverts if lint regresses.
Command Codex
Force a session catchup or a memory promotion outside the hook lifecycle. Default is catchup (read-only); promote is HITL gated.
Command Codex
Scan the current codebase, cluster de-facto design tokens, write a structurally valid DESIGN.md at project root. Uses the design-archeologist subagent for the scan. Validates with npx @google/design.md lint and iterates until valid.
Command Codex
Manual one-shot inject of relevant DESIGN.md tokens into the current phase's findings.md "## Design Context" section. Useful before starting a UI subtask.
Command Codex
Save or recall via the three-tier memory layer. Routes to scratch (file-tier), WHERE (QMD via code-memory-router), or WHY (MemPalace via code-memory-router). Every WHY-tier write goes through the HITL gate.
Command Codex
Walk the user through installing every MDDesign dependency. Detects what is missing, prints exact install commands for the current platform, and verifies after each step. Safe to run multiple times.
Command Codex
Dispatch a phase to a specialist subagent via PhaseSpec v1. Auto-picks the subagent if not specified. HITL gated before dispatch. Result appended to progress.md under "Phase Result".