By WaterplanAI
Orchestrate spec-driven development and product workflows using MUX multi-agent delegation. Trigger /spec, mux ospec, or mux-roadmap to automate stages like research, planning, implementation, testing, reviews, documentation, and git commits with user confirmations and cross-session continuity.
Core specification workflow engine. Triggers stage agents (CREATE, RESEARCH, PLAN, IMPLEMENT, REVIEW, TEST, etc.) for structured development. Triggers on keywords: spec, specification, plan spec, implement spec, review spec
Orchestrates the spec workflow via MUX delegation, combining parallel research-to-deliverable orchestration with spec stage-based execution. Triggers on keywords: mux ospec, ospec
Multi-track roadmap orchestration via MUX skill with file-based state management for cross-session continuity. Triggers on keywords: mux roadmap, roadmap, orchestrate roadmap, multi-track
MUX subagent protocol enforcer. Activates file-based communication protocol, blocks TaskOutput tool, enforces return code convention (0=success), and ensures signal file creation. Load as MANDATORY FIRST ACTION in all MUX-delegated subagents.
Parallel research-to-deliverable orchestration via multi-agent multiplexer. Single orchestrator fans out to agents, all context funnels back. Triggers on keywords: mux, orchestrate, multi-agent, parallel research, fan-out, multiplex
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.
Project-agnostic, composable configuration system for AI-assisted development workflows.
claude plugin marketplace add WaterplanAI/agentic-config
# For dev branch: `claude plugin marketplace add </path/to/dev/branch>` OR `./dev.sh`
claude plugin install ac-workflow@agentic-plugins
claude plugin install ac-git@agentic-plugins
claude plugin install ac-qa@agentic-plugins
claude plugin install ac-tools@agentic-plugins
claude plugin install ac-meta@agentic-plugins
claude plugin install ac-safety@agentic-plugins
claude plugin install ac-audit@agentic-plugins
Note: Auto-updates are disabled by default for third-party marketplaces. Enable them via
/plugins> Marketplaces > agentic-plugins > Enable auto-update to stay in sync with new releases automatically.
See Getting Started for full setup.
A centralized configuration system with a Claude Code plugin architecture first in v0.2.0.
Future releases will extend the same plugin approach to additional tools (Cursor, Codex CLI, Gemini CLI, and Antigravity).
Core principles:
claude plugin install, no symlinks| Plugin | Focus | Skills |
|---|---|---|
ac-workflow | Spec workflow, MUX orchestration | 6 |
ac-git | Git automation, PRs, releases | 7 |
ac-qa | QA, E2E testing, browser automation | 7 |
ac-tools | Utilities, integrations, bootstrap | 17 |
ac-meta | Meta-prompting, self-improvement | 2 |
ac-safety | Security guardrails (credential, write-scope, destructive-bash, supply-chain, playwright) | 2 |
ac-audit | Tool audit logging (JSONL append-only log) | 1 |
MUX workflows (ac-workflow plugin) delegate to background agents via Task(run_in_background=True). Background agents cannot surface interactive permission prompts -- any unapproved tool is auto-denied.
Recommended: Run Claude Code with --dangerously-skip-permissions for MUX workflows:
claude --dangerously-skip-permissions
Alternatively, pre-authorize specific tools via CLI:
claude --allowedTools "Skill Bash Read Write Edit Grep Glob"
All plugins in this repository are designed and tested with full tool permissions enabled.
Quality assurance - E2E testing, PR review, browser automation
Meta-prompting and self-improvement - skill writer, hook writer
Utilities - integrations, dry-run, prototyping, asset management
Security guardrails - credential protection, destructive command blocking, write scope enforcement, supply chain control, browser restrictions
Git automation - PRs, releases, branches, worktrees
npx claudepluginhub waterplanai/agentic-config --plugin ac-workflowUtilities - integrations, dry-run, prototyping, asset management
Autonomous spec-driven development workflow with multi-agent collaboration, specification management, and task orchestration
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
A specification-driven workflow system for AI-assisted development. Break large projects into manageable 2-4 hour sessions with 12-25 tasks each.