aidemd-mcp

20 mods across 1 repository, 3 stars between them.

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

aide-handoff

15

aidemd-mcp/server

Skill Claude CodeCodex

Record current pipeline state to .aide/session.aide — the project-wide pipeline-position log that lets the next session (yours or another agent's) resume from a known point. CREATE on first invocation per feature; UPDATE on every subsequent meaningful transition. This skill is the orchestration layer: it detects…

3 3mo ago A 226 tokens original MIT

aide

16

aidemd-mcp/server

Skill Claude CodeCodex

AIDE pipeline orchestrator — entry point for the conversational spec → research → synthesize → plan → build → QA → fix flow. Drives each phase by delegating to specialized subagents (aide-spec-writer, aide-architect, aide-implementor, aide-qa, etc.). Invoked when the user types /aide, asks to start an AIDE feature…

3 3mo ago A 208 tokens original MIT

brain

17

aidemd-mcp/server

Skill Claude CodeCodex

Signpost to the brain — an external, team-shareable knowledge store that holds context too durable for the repo and too cross-project for any single codebase (domain research, coding playbook, project history, journal, environment, identity, references). When the current task needs knowledge that isn't in the working…

3 3mo ago A 145 tokens original MIT

study-playbook

18

aidemd-mcp/server

Skill Claude CodeCodex

Load relevant coding-playbook sections from the project's brain for the current task. Use this skill whenever you need to look up coding conventions, patterns, or architecture decisions before writing or reviewing code. Do NOT trigger for non-coding brain content.

3 3mo ago A 52 tokens original MIT

server CLAUDE.md

19

aidemd-mcp/server

Instructions file

Instructions for aidemd-mcp/server, covering aide — autonomous intent-driven engineering, publishing, fixes go in canonical docs, not memory, local .mcp.json for the aide server and don't run the pipeline on the agent harness.

3 3mo ago A 1,396 tokens original MIT

server

20

aidemd-mcp/server

MCP server Claude CodeCodexCursor +2

MCP server that teaches any AI agent the AIDE methodology via progressive disclosure. Runs locally from the @aidemd-mcp/server npm package.

3 3mo ago A tokens not measured original MIT