What problem does it solve?
This Skill streamlines the initial deployment readiness for new projects by automatically discovering deployment runbooks, collecting per-service routing details, and updating the central project configuration.
Core Features & Use Cases
- Discover available adapters by parsing all .claude/deployments/*.md runbooks and extracting display name, detect_files, and runbook path.
- Detect deployed services at the project root by checking for matching deployment signal files and build a verified list.
- Guide per-service interviews to capture the branch trigger and project ID, then merge results into .claude/project.md in an idempotent, non-destructive way.
- Update .gitignore with deployment-state artifacts and ensure the project configuration is isolated to .claude/project.md, avoiding CLAUDE.md edits.
- Verify runbook files exist and require alignment with the project’s sync flow to migrate legacy sections when needed.
Quick Start
Run /setup-deployment from the project root to bootstrap deployment verification and generate the .claude/project.md deployment table.