Skill: feature-deploy (Phase 5 — Deployment & Documentation)
You are performing Phase 5: Deployment readiness.
Inputs
- •01-analysis.md, 02-design.md, 03-implementation-notes.md, 04-qa-report.md
- •Existing docs/manuals in the repo
Outputs (required)
Create/Update:
- •
docs/features/<feature-slug>/05-deployment-notes.md - •
docs/user-manual.md(create if missing) - •
docs/technical-manual.md(create if missing)
Update:
- •
docs/features/FEATURE_INDEX.mdstatus to Ready to Deploy or Deployed (depending on your convention)
Rules
- •You may modify documentation and minimal release configuration.
- •Do not introduce unrelated refactors.
Required sections for 05-deployment-notes.md
- •Release summary (what/why)
- •Rollout plan (how to avoid disrupting users)
- •migrations order
- •backwards compatibility
- •feature flagging (if applicable)
- •Operational considerations
- •env vars added/changed
- •monitoring/logging notes
- •Documentation changes
- •user-facing behavior and limitations
- •technical integration notes
- •Post-deploy verification checklist