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-handoff

01

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

02

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

03

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

04

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