prepare-delivery

March 25, 2026 ยท View on GitHub

Pre-ship quality gates for the agentsys ecosystem.

Run all quality checks on your implementation before shipping - deslop, simplify, agnix, enhance, review loop, delivery validation, and docs sync. Does not create PRs or push.

Installation

# Via agentsys (recommended)
claude plugin marketplace add agent-sh/agentsys

# Standalone
claude mcp add-json prepare-delivery '{"type":"url","url":"https://github.com/agent-sh/prepare-delivery.git"}'

Usage

/prepare-delivery                    # Run all quality gates
/prepare-delivery --skip-review      # Skip review loop
/prepare-delivery --skip-docs        # Skip docs sync
/prepare-delivery --base=develop     # Against a specific base branch

Pipeline

PhaseWhat runsMode
1deslop + simplify + test-coverage-checkerParallel
Deslop fixes are applied via next-task:simple-fixer when found
2agnix + enhanceConditional (when changes touch agent/skill configs)
34 core reviewers + conditional specialistsIterative (max 5)
4delivery-validator (tests, build, requirements)Blocking
5sync-docs agentSequential

Composability

/prepare-delivery  = quality gates only
/ship              = PR + CI + merge only
/gate-and-ship     = /prepare-delivery + /ship
/next-task         = full workflow (uses prepare-delivery agents in phases 8-10)

Components

Agents

AgentModelPurpose
prepare-delivery-agentsonnetOrchestrates the full pipeline via skill
delivery-validatorsonnetAutonomous pass/fail validation
test-coverage-checkersonnetTest quality validation (advisory)

Skills

SkillPurpose
prepare-delivery5-phase pipeline orchestration
check-test-coverageTest existence, quality, risk-weighted validation
orchestrate-reviewMulti-pass parallel code review with iteration
validate-deliveryTests, build, requirements, diff-risk checks

Cross-Plugin Dependencies

PhasePluginAgent/Skill
Pre-review gatesdeslopdeslop:deslop-agent
Pre-review gates(own)prepare-delivery:test-coverage-checker
Pre-review gatesnext-tasknext-task:simple-fixer
Pre-review gates(built-in)/simplify skill
Config lintagnixagnix CLI (conditional)
Config lintenhance/enhance skill (conditional)
Review loop(general-purpose)4 core + conditional reviewer agents
Delivery validation(own)prepare-delivery:delivery-validator
Docs syncsync-docssync-docs:sync-docs-agent
Ship (via /gate-and-ship)shipship:ship command

Platforms

Works with Claude Code, OpenCode, Codex CLI, and Cursor via agentsys.

License

MIT