Agentic software delivery system that guides project planning, spec writing, code implementation, code review, quality enforcement, documentation updates, and pull request management through a structured multi-agent workflow.
Analyze images, screenshots, and visual artifacts.
Prepare and summarize meeting docs
Author change implementation plans
Orchestrate changes; manage tickets via MCP (Jira/GitHub)
Create/update PR/MR title and description.
Classify and apply accepted PR/MR review feedback.
Scaffold ADOS artifacts for an existing project
Execute quality gates, fix any issues found, and create a single high-quality Conventional Commit summarizing all changes made.
Run this repo's quality gates script and summarize results via the run-logs-runner.
Delegate a single Conventional Commit.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Turn AI from "chat assistance" into a repeatable, auditable delivery system:
ticket -> spec -> plan -> test plan -> code -> /review -> /sync-docs -> /check -> /pr -> release
This repo is a practical reference implementation of a spec-driven workflow using OpenCode (and supporting Claude Code):
doc/spec/** (created if missing; reconciled after each accepted change).Note:
doc/spec/**may not exist in a fresh repo; it's created/updated by the workflow (see /sync-docs).
AI can generate code quickly, but most teams struggle to use it reliably at scale:
Agentic Delivery OS codifies a predictable pipeline where quality and traceability are non-negotiable.
doc/changes/ using stable, tracker-linked names.doc/spec/** that acts as the baseline input for planning the next change (kept up to date via /sync-docs).For OpenCode users:
# Global (all projects)
curl -fsSL https://raw.githubusercontent.com/juliusz-cwiakalski/agentic-delivery-os/main/scripts/install.sh | bash -s -- --global
# Local (current project)
~/.ados/repo/scripts/install.sh --local
Then in your AI coding agent:
/bootstrap # AI-guided configuration
Recommended: Install from GitHub marketplace
# Step 1: Add ADOS marketplace (one-time setup)
/plugin marketplace add juliusz-cwiakalski/agentic-delivery-os
# Step 2: Install ADOS plugin
/plugin install ados@ados
This uses the git-subdir source to load ADOS directly from the GitHub repository.
For local development (contributors):
claude --plugin-dir .ados-claude
This loads ADOS directly from the local repo — useful for contributors testing changes.
| Mode | OpenCode Target | Claude Code Target |
|---|---|---|
--global | ~/.config/opencode/ | Use /plugin marketplace add |
--local | ./.opencode/ | claude --plugin-dir .ados-claude |
--tool opencode # OpenCode only (default)
--tool claude # Not needed - use /plugin commands instead
--tool all # Not needed - install separately per tool
Uninstall: ~/.ados/repo/scripts/uninstall.sh --global or ~/.ados/repo/scripts/uninstall.sh --local
npx claudepluginhub juliusz-cwiakalski/agentic-delivery-os --plugin adosPer-feature development lifecycle: design, launch, build, wrap.
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
PRD-driven AI dev team control plane for Claude Code — agents, skills, and a GitHub-first sprint workflow.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
An agent-routed harness for end-to-end software product development