OthmanAdi/MDDesign

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.

13Stars on the repository
29Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

design-bridge

01

OthmanAdi/MDDesign

Skill Claude CodeCodex

Continuously bridges DESIGN.md into the active planning phase. When the user is working on a UI phase, reads the project's DESIGN.md, extracts the relevant token slice, and appends it to findings.md under "## Design Context" so the agent sees design constraints in its attention window. Never edits DESIGN.md, never…

13 4mo ago A 80 tokens original Apache-2.0

design-harvest

02

OthmanAdi/MDDesign

Skill Claude CodeCodex

Harvests a DESIGN.md from an existing codebase, critiques it against the actual code, and applies safe quick-win fixes. Three modes harvest / critique / fix. Shells out to npx @google/design.md lint for structural validation; never reimplements Google's linter. The on-ramp that makes DESIGN.md adoptable for every…

13 4mo ago A 83 tokens original Apache-2.0

memory-layer

03

OthmanAdi/MDDesign

Skill Claude CodeCodex

Three-tier memory layer for the orchestrator. Routes scratch (file-tier), WHERE (QMD), and WHY (MemPalace) through the existing code-memory-router slash command. Never edits planning files directly. Every WHY-tier promotion goes through the HITL gate.

13 4mo ago A 56 tokens original Apache-2.0

session-handoff

04

OthmanAdi/MDDesign

Skill Claude CodeCodex

Makes sessions durable across /clear, machine reboots, and IDE switches. SessionStart catchup pulls scratch + last MemPalace recall + planning files into context. Stop promotion writes a handoff note and runs memory-keeper. Manual /mddesign:handoff re-runs either at any time.

13 4mo ago A 67 tokens original Apache-2.0

team-dispatch

05

OthmanAdi/MDDesign

Skill Claude CodeCodex

Turns a plan phase into a PhaseSpec v1 and dispatches it to a specialist subagent via the Agent tool. Subagent reads files itself, returns a structured result, the result is logged into progress.md. Markdown is the shared state; no in-memory shared store across agents.

13 4mo ago A 61 tokens original Apache-2.0