Skip to content

ai-driven-dev/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

508 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
AIDD

AI-Driven Dev Framework

Vibe Coding for professional developers — focused on 100% quality on AI-generated code.

6 plugins · 38 skills · 3 agents · MIT

License: MIT Latest Release CI Made in France


The AI-Driven Dev Framework is a marketplace — skills, agents, commands, rules, prompts, templates, recipes… — that helps you ship high-quality features to production.

Orchestrate your SDLC (Software Development Life Cycle) at scale, the agentic engineering way.

🧑‍💻 The AI-Driven Dev

Built by the AI-Driven Dev community: 3 years of R&D, 500+ developers trained in English 🇬🇧 and French 🇫🇷, shipping production software with 100% AI-generated code.

✅ Compatibility

Primarily built on Claude Code (they set the standards), but compatibility with the other tools is ensured.

Tool Status
Claude Code ✅ Native · recommended
GitHub Copilot ✅ Supported
Codex ✅ Supported
Cursor ✅ Supported
OpenCode ✅ Supported
Gemini 🚧 In progress
Mistral 🚧 In progress

📦 Installation

Two install formats, depending on your tool:

  1. Marketplace (recommended) — register once, then install and update plugins on demand. Native in Claude Code; for Copilot and Codex, grab the -marketplace- archive and run aidd marketplace add.
  2. Flat — unzip a -flat- archive straight into your project (it materializes .cursor/, .opencode/, …). For tools without marketplace support.

All builds are attached to each GitHub releaselatest release.

Claude Code — register the marketplace and install the plugins (slash commands, not shell):

/plugin marketplace add ai-driven-dev/framework
/plugin install aidd-context@aidd-framework
/plugin install aidd-refine@aidd-framework
/plugin install aidd-dev@aidd-framework
/plugin install aidd-vcs@aidd-framework
/plugin install aidd-pm@aidd-framework
/plugin install aidd-orchestrator@aidd-framework

Other tools — every release attaches a per-tool archive. Grab yours from the latest release:

GitHub Copilot — marketplace
  1. Download aidd-framework-copilot-marketplace-<version>.zip and unzip it.
  2. Register the marketplace:
    aidd marketplace add aidd-framework ./aidd-framework-copilot-marketplace-<version>
  3. Install the plugins from the registered aidd-framework marketplace (same plugin names as Claude Code).
Codex — marketplace
  1. Download aidd-framework-codex-marketplace-<version>.zip and unzip it.
  2. Register the marketplace:
    aidd marketplace add aidd-framework ./aidd-framework-codex-marketplace-<version>
  3. Install the plugins from the registered aidd-framework marketplace (same plugin names as Claude Code).
Cursor — flat
  1. Download aidd-framework-cursor-flat-<version>.zip.
  2. Unzip it into your project root — it materializes .cursor/, ready to use.
OpenCode — flat
  1. Download aidd-framework-opencode-flat-<version>.zip.
  2. Unzip it into your project root — it materializes .opencode/, ready to use.

🚀 Quick start

  1. Onboard — one command inspects your project and guides you:
    /aidd-context:00-onboard
    
  2. Run the flow — take a feature from idea to a tested, shipped PR:
flowchart TD
    Idea(["💡 <i>'Add a dark-mode toggle'</i>"])
    Onboard["<b>/aidd-context:00-onboard</b><br/><i>understand the project</i>"]
    Brainstorm["<b>/aidd-refine:01-brainstorm</b><br/><i>clarify the request</i>"]
    Plan["<b>/aidd-dev:01-plan</b><br/><i>draft the technical plan</i>"]
    Implement["<b>/aidd-dev:02-implement</b><br/><i>write the code</i>"]
    Review["<b>/aidd-dev:05-review</b><br/><i>review the diff</i>"]
    Commit["<b>/aidd-vcs:01-commit</b><br/><i>atomic commit</i>"]
    PR(["✅ <b>/aidd-vcs:02-pull-request</b><br/><i>tested · shipped</i>"])

    Idea --> Onboard --> Brainstorm --> Plan --> Implement --> Review --> Commit --> PR

    classDef start fill:#D97757,stroke:#9c4f37,color:#fff;
    classDef done fill:#2ea043,stroke:#1a7f37,color:#fff;
    class Idea start;
    class PR done;
Loading

Prefer one command for the whole loop? /aidd-dev:00-sdlc runs plan → implement → review → ship.

🧩 Plugins

Six plugins covering the whole SDLC — install all of them; they're designed to work together.

13 skills · stable

Project init, architecture, generation of Claude Code context artifacts (skills, agents, rules, commands, hooks), diagrams, learning, exploration.

⚙️ aidd-dev

11 skills · stable

SDLC loop: sdlc, plan, implement, assert, audit, review, test, refactor, debug, for-sure.

4 skills · stable

Commits, pull / merge requests, release tags, issue creation.

📋 aidd-pm

4 skills · stable

Ticket info, user stories, PRD, spec drafting.

5 skills · stable

Meta-cognition: brainstorm, challenge, condense, shadow-areas, fact-check.

1 skill · stable (async-dev)

Label an issue, get a PR; re-label, get the review applied.

📖 Recipes

Task-oriented how-to sheets. Browse all recipes →

Recipe What you'll do
MCP installations Choose CLI vs MCP, and wire up the recommended servers (GitHub, Atlassian, Figma, Notion…)

🤝 Contributing

Actively maintained — see what's shipping next and help shape what comes after.

Got an idea or hit a bug? Open an issue or start a discussion. For everything else, join the Discord 🇫🇷.

Note — code (pull-request) rights on this repo are reserved for certified Core Team members (GOVERNANCE.md). Everyone else can open issues, join discussions, and shape the roadmap.

🔒 Trust & safety

Plugins can run commands, edit files, and call external services on your behalf. Before installing any plugin from any marketplace, including this one: read its README and SKILL.md, inspect its actions, and check the permissions in its hooks and MCP servers. Spot a vulnerability? Report it privately via SECURITY.md.

📚 Documentation

Doc What's inside
ARCHITECTURE.md How the framework is structured
MARKETPLACE.md Marketplaces, install scopes, versioning, LLM tiers
CATALOG.md Full skills catalog
CREATE_PLUGIN.md Build your own plugin
FAQ.md Frequently asked questions
TROUBLESHOOTING.md Install issues, load problems, limits
GLOSSARY.md Terms used across the framework
MAINTAINERS.md Maintainer guide

Made with care in France 🇫🇷 by the AIDD community

Back to the AIDD organisation

Packages

 
 
 

Contributors