Automate the git workflow from commit to release: generate conventional commits with optional push, create pull/merge requests from templates, cut annotated semver tags with release notes, and create issues in external ticketing tools.
Create an atomic git commit with conventional message format. Use when the user says "commit", "git commit", "create a commit", "commit my changes", "commit and push", or invokes `/commit`. Do NOT use for amending existing commits, force-pushing, rebasing, opening pull requests, or release tagging.
Create a draft pull or merge request from the current branch. Use when the user says "open a pr", "open a pull request", "create a pr", "create a merge request", "open mr", "draft a pr for this branch", or invokes `/pull-request`. Do NOT use for committing changes, pushing a branch directly, tagging releases, merging an existing request, or amending commits.
Cut a semver release with annotated tag and release notes. Use when the user says "release", "tag", "tag this release", "bump version", "release v1.2.0", "cut a release", or invokes `/release-tag`. Do NOT use for plain commits without a tag, opening pull requests, pushing a branch only, or amending existing tags.
Create an issue in the configured ticketing tool. Use when the user says "new issue", "create an issue", "file a bug", "file an issue", "report bug", "open an issue", or invokes `/issue-create`. Do NOT use for committing changes, opening pull requests, tagging releases, or commenting on existing issues.
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-vcsMeta-cognition: refine input through brainstorming, refine output through challenge and condensed communication mode.
Knowledge production: project bootstrap, project init, generation of context artifacts (skills, agents, rules, commands, hooks), mermaid diagrams, learn, explore, recipe how-to sheets
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.
Product management: ticket-info, user-stories-create, prd, spec
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
AI-powered conventional commit message generator with smart analysis
Intelligent git commits with conventional format, semantic analysis, and changelog generation
Git and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
DevsForge git commit message generator with conventional commits, semantic versioning, and commit templates
When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.