# Deploy Plan

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-entityprocess-agentv-deploy-plan`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [EntityProcess](https://agentstack.voostack.com/s/entityprocess)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [EntityProcess](https://github.com/EntityProcess)
- **Source:** https://github.com/EntityProcess/agentv/tree/main/evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-plan
- **Website:** https://agentv.dev

## Install

```sh
agentstack add skill-entityprocess-agentv-deploy-plan
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Deploy Plan Skill

## Purpose

Create a structured deployment plan from a release specification. Produces `{output_dir}/deploy-plan.md` with step-by-step instructions, dependency ordering, and rollback checkpoints.

## When to Use

- Planning a new deployment from a release spec
- Coordinating multi-service deployments with dependency ordering
- Generating rollback checkpoints for each deployment step

## Process

1. Read the release specification
2. Identify affected services and their dependencies
3. Order deployments by dependency graph (databases first, then backends, then frontends)
4. For each service, define: pre-deploy checks, deploy command, health check, rollback command
5. Write `{output_dir}/deploy-plan.md`

## Phase Handoff

After completing the plan, tell the user:

"Next step — run:
/deploy-execute {output_dir}
Or let the orchestrator continue automatically."

## Skill Resources

- `references/deployment-patterns.md` — Common deployment patterns and anti-patterns

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [EntityProcess](https://github.com/EntityProcess)
- **Source:** [EntityProcess/agentv](https://github.com/EntityProcess/agentv)
- **License:** MIT
- **Homepage:** https://agentv.dev

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-entityprocess-agentv-deploy-plan
- Seller: https://agentstack.voostack.com/s/entityprocess
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
