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-dockerdeploy-statedeploy-health
Execution Checklist
- Use
host.docker.internalfor host-side services from inside Plano container. - Prefer PostgreSQL state storage for production multi-turn workloads.
- Verify
/healthzbefore traffic or CI assertions. - Ensure secrets remain environment-based, never hardcoded.
- Return deployment checks with failure-mode diagnostics.