aidemd-mcp/server

MCP server that teaches any AI agent the AIDE spec methodology — progressive disclosure specs alongside code

3Stars on the repository
20Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

aide

01

aidemd-mcp/server

Command Claude Code

Invoke the aide skill via the Skill tool — that is your only valid response to /aide.

3 3mo ago A 0 tokens original MIT

align

02

aidemd-mcp/server

Command Claude Code

Verify spec-vs-spec alignment and brevity across the intent tree. This is NOT QA — QA checks code against a spec; alignment checks whether specs are consistent with their ancestors and internally tight against the Brevity Contract. The aligner runs three passes per walk.

3 3mo ago A 0 tokens original MIT

brain

03

aidemd-mcp/server

Command Claude Code

General-purpose interface to the project's brain, plus a config mode for wiring the brain on first install (or repointing it at a different location).

3 3mo ago A 0 tokens original MIT

build

04

aidemd-mcp/server

Command Claude Code

Execute the architect's implementation plan. This is the implementor phase in build mode — the session that turns plan.aide into working, tested code without making architectural decisions mid-session.

3 3mo ago A 0 tokens original MIT

fix

05

aidemd-mcp/server

Command Claude Code

Work one unchecked item from the todo.aide checklist. This is the implementor phase in fix mode — the same agent that runs /aide:build, invoked with a narrower scope and a stricter one-session-per-item protocol. See todo.aide spec for the file format.

3 3mo ago A 0 tokens original MIT

handoff

06

aidemd-mcp/server

Command Claude Code

Invoke the aide-handoff skill via the Skill tool — that is your only valid response to /aide:handoff.

3 3mo ago A 0 tokens original MIT

plan

07

aidemd-mcp/server

Command Claude Code

Translate the intent spec into a step-by-step implementation plan. Output: plan.aide (the build recipe). The spec may be in one of two shapes: Shape A (synthesize ran — body sections filled, sibling brief.aide exists) or Shape B (synthesize skipped — frontmatter only, no brief.aide; the orchestrator's delegation…

3 3mo ago A 0 tokens original MIT

qa

08

aidemd-mcp/server

Command Claude Code

Verify actual output against the intent spec. This is the QA agent phase — the session that compares the spec's outcomes block against actual implementation and produces a todo.aide re-alignment document. See todo.aide spec for the file format.

3 3mo ago A 0 tokens original MIT

refactor

09

aidemd-mcp/server

Command Claude Code

Refactor existing artifacts to close drift from canonical contracts. The two modes target different artifact classes and use different agents.

3 3mo ago A 0 tokens original MIT

research

10

aidemd-mcp/server

Command Claude Code

Fill the brain with durable domain knowledge the synthesizer can later draw from. Run this phase only when the module requires domain expertise the team does not already have — skip it when the domain is already understood.

3 3mo ago A 0 tokens original MIT

spec

11

aidemd-mcp/server

Command Claude Code

Produce the .aide intent spec frontmatter only. This is the spec-writing phase — the session that distills the orchestrator's delegation context into a falsifiable intent contract. The orchestrator owns the user conversation and passes the gathered context in the delegation prompt. Body sections (Context, Strategy…

3 3mo ago A 0 tokens original MIT

synthesize

12

aidemd-mcp/server

Command Claude Code

Read the intent spec's frontmatter and the brain's research, then fill in the .aide body sections (Context, Strategy, Good examples, Bad examples, References) AND author the sibling brief.aide. This is a fresh strategist session — it did not run the research phase and carries no prior context.

3 3mo ago A 0 tokens original MIT

update-playbook

13

aidemd-mcp/server

Command Claude Code

Call aidebrain once. Following the brain access instructions it returns, read coding-playbook/update-playbook.md and follow the playbook-maintenance methodology it describes.

3 3mo ago A 0 tokens original MIT

upgrade

14

aidemd-mcp/server

Command Claude Code

Bring this project's AIDE methodology artifacts up to date with canonical by calling aideupgrade and walking the user through each drifted category interactively.

3 3mo ago A 0 tokens original MIT