Skip to content
Β 
Β 

Latest commit

Β 

History

524 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Support the community, star us! The button is at the top-right of this page

AIDD

AI-Driven Dev Framework

Vibe Coding for professional developers β€” focused on 100% quality on AI-generated code.

πŸ‡«πŸ‡· The first French open-source framework for AI-driven development.

6 plugins Β· 38 skills Β· 3 agents Β· MIT

License: MIT Latest Release CI Made in France

πŸ—ΊοΈ Live roadmap β€” what's shipping Now / Next / Later


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 release β†’ latest 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.

🧭 aidd-context

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.

🌿 aidd-vcs

4 skills Β· stable

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

πŸ“‹ aidd-pm

4 skills Β· stable

Ticket info, user stories, PRD, spec drafting.

πŸͺž aidd-refine

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

⭐ Free & open-source (MIT), built by the AIDD community. If AIDD saves you time, a star genuinely helps the project grow and helps other developers find it.

Actively maintained β€” the roadmap is public; 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

πŸ“ˆ Star History

Star History Chart


Made with care in France πŸ‡«πŸ‡· by the AIDD community

← Back to the AIDD organisation

About

Marketplace Framework AI-Driven Dev : Context Engineering, Plugins, Agents, Skills, Hooks, Templates, SDLC

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages