AgentSkillsCN

Feature Deploy

功能部署

SKILL.md

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.md status 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

  1. Release summary (what/why)
  2. Rollout plan (how to avoid disrupting users)
    • migrations order
    • backwards compatibility
    • feature flagging (if applicable)
  3. Operational considerations
    • env vars added/changed
    • monitoring/logging notes
  4. Documentation changes
    • user-facing behavior and limitations
    • technical integration notes
  5. Post-deploy verification checklist