# Plano Deployment Security

> Apply Plano deployment and production security practices. Use for Docker networking, state storage choices, readiness checks, and environment-based secret handling.

- Skill: `katanemo/plano-deployment-security` (Agent Skill)
- Install (CLI): `npx skillmds@latest add katanemo/plano-deployment-security`
- Raw SKILL.md: https://api.skillmd.com/api/skills/katanemo/plano-deployment-security/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: Apache-2.0
- Author: katanemo (https://skillmd.com/u/katanemo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/katanemo/plano-deployment-security

---


# Plano Deployment and Security

Use this skill to harden production deployments and reduce runtime surprises.

## When To Use

- "Fix unreachable agents in Docker"
- "Configure persistent conversation state"
- "Add readiness and health checks"
- "Prepare production deployment checklist"

## Apply These Rules

- `deploy-docker`
- `deploy-state`
- `deploy-health`

## Execution Checklist

1. Use `host.docker.internal` for host-side services from inside Plano container.
2. Prefer PostgreSQL state storage for production multi-turn workloads.
3. Verify `/healthz` before traffic or CI assertions.
4. Ensure secrets remain environment-based, never hardcoded.
5. Return deployment checks with failure-mode diagnostics.

