Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By agent-sh
Pre-ship quality gates - deslop, simplify, review loop, delivery validation, docs sync
npx claudepluginhub agent-sh/agentsys --plugin prepare-deliveryValidate task completion autonomously. Use this agent after review approval to run validation checks and either approve for shipping or return to implementation with fix instructions.
Run pre-ship quality gate pipeline. Invoke prepare-delivery skill and return structured results.
Validate test coverage quality for new code. Use this agent before the first review round to verify tests exist, are meaningful, and actually exercise the new code (not just path matching).
Use when validating test coverage quality for new code. Checks that tests exist, are meaningful, and actually exercise new code - not just path matching.
Use when user asks to "deep review the code", "thorough code review", "multi-pass review", or when orchestrating the review loop in a delivery pipeline. Provides review pass definitions (code quality, security, performance, test coverage), signal detection patterns, and iteration algorithms.
Use when user asks to "prepare delivery", "run quality gates", "review code", "run pre-gates", "deslop and review", "validate before shipping", or has finished implementation and wants quality checks before shipping.
Use when user asks to "validate delivery", "check readiness", or "verify completion". Runs tests, build, and requirement checks with pass/fail instructions.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Universal quality control orchestrator and final authority for any software development project. Dynamically discovers and coordinates with available sub-agents, performs comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification. Adapts to any project type, programming language, or development framework while maintaining enterprise-grade quality standards. Examples: <example>Context: Code changes ready for review across any project. user: 'Please review this code before commit' assistant: 'I'll use the 1-ceo-quality-control-agent to orchestrate comprehensive quality validation, discover available specialists, and perform final security scanning before approval.' <commentary>Universal quality control requires comprehensive validation across all dimensions regardless of project type.</commentary></example> <example>Context: Multi-agent work completion needing validation. user: 'Several agents completed their tasks, need quality review' assistant: 'Let me engage the 1-ceo-quality-control-agent to coordinate comprehensive validation across all completed work and ensure quality standards.' <commentary>Multi-agent coordination and quality validation applies to any development project.</commentary></example>
An easy way to force agent to think again if it's statement that the "Job is done and production ready" is actually done - usually it's not. Thanks to this command you don't have to check after the agent if they did their job.
Task-focused agents for test, review, debug, docs, CI, security, refactoring, research, performance, and search-replace — with teammate and subagent role guidance
Universal quality control orchestrator and final authority for any software development project. Dynamically discovers and coordinates with available sub-agents, performs comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification. Adapts to any project type, programming language, or development framework while maintaining enterprise-grade quality standards. Examples: <example>Context: Code changes ready for review across any project. user: 'Please review this code before commit' assistant: 'I'll use the 1-ceo-quality-control-agent to orchestrate comprehensive quality validation, discover available specialists, and perform final security scanning before approval.' <commentary>Universal quality control requires comprehensive validation across all dimensions regardless of project type.</commentary></example> <example>Context: Multi-agent work completion needing validation. user: 'Several agents completed their tasks, need quality review' assistant: 'Let me engage the 1-ceo-quality-control-agent to coordinate comprehensive validation across all completed work and ensure quality standards.' <commentary>Multi-agent coordination and quality validation applies to any development project.</commentary></example>
SDLC enforcement for AI agents — TDD, planning, self-review, CI shepherd
Analyze and enforce best practices for AI coding agent projects. Assess codebase readiness across 8 pillars with /readiness, then scaffold enforcement with /setup: TDD, secret scanning, file size limits, auto-generated docs, and git hooks.
Deep repository analysis to realign project plans with actual code reality - discovers drift, gaps, and produces prioritized reconstruction plans
Master workflow orchestrator with autonomous task-to-production automation, quality gates, and multi-agent review
Plugin structure and tool use analyzer - validates plugin.json, MCP tools, and security patterns
AI slop cleanup with minimal diffs and behavior preservation
Multi-agent iterative code review until zero issues remain
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.
# 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"}'
/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
| Phase | What runs | Mode |
|---|---|---|
| 1 | deslop + simplify + test-coverage-checker | Parallel |
| Deslop fixes are applied via next-task:simple-fixer when found | ||
| 2 | agnix + enhance | Conditional (when changes touch agent/skill configs) |
| 3 | 4 core reviewers + conditional specialists | Iterative (max 5) |
| 4 | delivery-validator (tests, build, requirements) | Blocking |
| 5 | sync-docs agent | Sequential |
/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)
| Agent | Model | Purpose |
|---|---|---|
| prepare-delivery-agent | sonnet | Orchestrates the full pipeline via skill |
| delivery-validator | sonnet | Autonomous pass/fail validation |
| test-coverage-checker | sonnet | Test quality validation (advisory) |
| Skill | Purpose |
|---|---|
| prepare-delivery | 5-phase pipeline orchestration |
| check-test-coverage | Test existence, quality, risk-weighted validation |
| orchestrate-review | Multi-pass parallel code review with iteration |
| validate-delivery | Tests, build, requirements, diff-risk checks |
| Phase | Plugin | Agent/Skill |
|---|---|---|
| Pre-review gates | deslop | deslop:deslop-agent |
| Pre-review gates | (own) | prepare-delivery:test-coverage-checker |
| Pre-review gates | next-task | next-task:simple-fixer |
| Pre-review gates | (built-in) | /simplify skill |
| Config lint | agnix | agnix CLI (conditional) |
| Config lint | enhance | /enhance skill (conditional) |
| Review loop | (general-purpose) | 4 core + conditional reviewer agents |
| Delivery validation | (own) | prepare-delivery:delivery-validator |
| Docs sync | sync-docs | sync-docs:sync-docs-agent |
| Ship (via /gate-and-ship) | ship | ship:ship command |
Works with Claude Code, OpenCode, Codex CLI, and Cursor via agentsys.
MIT