Generate and manage AI context artifacts (skills, rules, agents, commands, hooks) for project bootstrap, capture learnings, create Mermaid diagrams, and produce recipe sheets, guided by interactive project surveys and architecture Q&A.
Guide the user through the AIDD framework on the current project. Explain the flow in plain language and suggest the next logical step, adapted to what is already set up and which AIDD plugins are installed. Use when the user asks where to start, what to do next, how AIDD works, or to be onboarded. Not for listing every installed surface (the explore skill does that) or running a skill the user already knows they need (invoke it directly).
Imagine and validate the technical architecture of a new SaaS through interactive Q&A, candidate-stack comparison, multi-agent audit, and an INSTALL.md output. Use when starting a new SaaS project, choosing a stack, designing the architecture pattern (monolith vs microservices vs serverless), or producing a project's INSTALL.md. Do NOT use for editing an existing project's stack, database schema design, or scaffolding actual files (this skill produces docs only, no code).
Initialize or refresh the project memory bank. Not for updating one memory file after it exists (use the learn skill) or editing a single rule (edit it directly).
Route a request to generate a context artifact (skill, rule, agent, command, or hook) to its dedicated generator when the user has not named which kind. For a named kind, that generator triggers directly. Not for listing existing artifacts (use explore).
Generate a router-based skill across the host AI tools a project uses. Use when the user wants to create, scaffold, or refactor a skill, or turn a workflow into one. Not for other artifacts like rules, agents, commands, hooks.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
🇫🇷 The first French open-source framework for AI-driven development.
6 plugins · 38 skills · 3 agents · MIT
🗺️ 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.
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.
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 |
Two install formats, depending on your tool:
-marketplace- archive and run aidd marketplace add.-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:
aidd-framework-copilot-marketplace-<version>.zip and unzip it.aidd marketplace add aidd-framework ./aidd-framework-copilot-marketplace-<version>
aidd-framework marketplace (same plugin names as Claude Code).aidd-framework-codex-marketplace-<version>.zip and unzip it.aidd marketplace add aidd-framework ./aidd-framework-codex-marketplace-<version>
aidd-framework marketplace (same plugin names as Claude Code).npx claudepluginhub ai-driven-dev/framework --plugin aidd-contextMeta-cognition: refine input through brainstorming, refine output through challenge and condensed communication mode.
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
Code transformation: Dev SDLC orchestrator (code-shipping pipeline), plan, assert, audit, review, test, refactor, debug, for-sure. Hosts engineering agents.
External artifacts: commit, pull-request, release-tag, issue-create
Product management: ticket-info, user-stories-create, prd, spec
AI Development Environment - Multi-agent orchestration for Claude Code
Generate architecture diagrams and technical design documents
Skills for creating new agent skills for Claude Code and VS Code Copilot
HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications.
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Plugin for effective agentic development