{
  "markdown": "# prepare-delivery\n\nPre-ship quality gates for the [agentsys](https://github.com/agent-sh/agentsys) ecosystem.\n\nRun 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.\n\n## Installation\n\n```bash\n# Via agentsys (recommended)\nclaude plugin marketplace add agent-sh/agentsys\n\n# Standalone\nclaude mcp add-json prepare-delivery '{\"type\":\"url\",\"url\":\"https://github.com/agent-sh/prepare-delivery.git\"}'\n```\n\n## Usage\n\n```bash\n/prepare-delivery                    # Run all quality gates\n/prepare-delivery --skip-review      # Skip review loop\n/prepare-delivery --skip-docs        # Skip docs sync\n/prepare-delivery --base=develop     # Against a specific base branch\n```\n\n## Pipeline\n\n| Phase | What runs | Mode |\n|-------|-----------|------|\n| 1 | deslop + simplify + test-coverage-checker | Parallel |\n| | _Deslop fixes are applied via next-task:simple-fixer when found_ | |\n| 2 | agnix + enhance | Conditional (when changes touch agent/skill configs) |\n| 3 | 4 core reviewers + conditional specialists | Iterative (max 5) |\n| 4 | delivery-validator (tests, build, requirements) | Blocking |\n| 5 | sync-docs agent | Sequential |\n\n## Composability\n\n```\n/prepare-delivery  = quality gates only\n/ship              = PR + CI + merge only\n/gate-and-ship     = /prepare-delivery + /ship\n/next-task         = full workflow (uses prepare-delivery agents in phases 8-10)\n```\n\n## Components\n\n### Agents\n\n| Agent | Model | Purpose |\n|-------|-------|---------|\n| prepare-delivery-agent | sonnet | Orchestrates the full pipeline via skill |\n| delivery-validator | sonnet | Autonomous pass/fail validation |\n| test-coverage-checker | sonnet | Test quality validation (advisory) |\n\n### Skills\n\n| Skill | Purpose |\n|-------|---------|\n| prepare-delivery | 5-phase pipeline orchestration |\n| check-test-coverage | Test existence, quality, risk-weighted validation |\n| orchestrate-review | Multi-pass parallel code review with iteration |\n| validate-delivery | Tests, build, requirements, diff-risk checks |\n\n## Cross-Plugin Dependencies\n\n| Phase | Plugin | Agent/Skill |\n|-------|--------|-------------|\n| Pre-review gates | [deslop](https://github.com/agent-sh/deslop) | deslop:deslop-agent |\n| Pre-review gates | (own) | prepare-delivery:test-coverage-checker |\n| Pre-review gates | [next-task](https://github.com/agent-sh/next-task) | next-task:simple-fixer |\n| Pre-review gates | (built-in) | /simplify skill |\n| Config lint | [agnix](https://github.com/agent-sh/agnix) | agnix CLI (conditional) |\n| Config lint | [enhance](https://github.com/agent-sh/enhance) | /enhance skill (conditional) |\n| Review loop | (general-purpose) | 4 core + conditional reviewer agents |\n| Delivery validation | (own) | prepare-delivery:delivery-validator |\n| Docs sync | [sync-docs](https://github.com/agent-sh/sync-docs) | sync-docs:sync-docs-agent |\n| Ship (via /gate-and-ship) | [ship](https://github.com/agent-sh/ship) | ship:ship command |\n\n## Platforms\n\nWorks with Claude Code, OpenCode, Codex CLI, and Cursor via agentsys.\n\n## License\n\nMIT\n",
  "bytes": 3132,
  "sha": "8e3c045e1a1f60677c49de4b1209060d87cde4d164c1118f3d1479421f93ad9c",
  "repo_slug": "agent-sh/prepare-delivery",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_agent_sh_prepare_delivery_prepare_delive_8fe5bd45/readme"
}