/release-planning
Plan, coordinate, and execute software releases across environments. Manage versioning, rollout strategies, rollback procedures, and stakeholder communication for smooth deployments.
$ npx -y skills add aj-geddes/useful-ai-prompts --skill release-planning --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/release-planning
Context preview
The summary Claude sees to decide when to auto-load this skill.
Plan, coordinate, and execute software releases across environments. Manage versioning, rollout strategies, rollback procedures, and stakeholder communication for smooth deployments.
SKILL.md
release-planning.SKILL.mdname: release-planning
description: >
Plan, coordinate, and execute software releases across environments. Manage
versioning, rollout strategies, rollback procedures, and stakeholder
communication for smooth deployments.
Release Planning
Table of Contents
- [Overview](#overview)
- [When to Use](#when-to-use)
- [Quick Start](#quick-start)
- [Reference Guides](#reference-guides)
- [Best Practices](#best-practices)
Overview
Release planning ensures coordinated deployment of features to production with minimal risk, clear communication, and established rollback procedures.
When to Use
- Planning major feature releases
- Coordinating multi-system deployments
- Managing database migrations
- Rolling out infrastructure changes
- Planning go-live strategies
- Coordinating customer communication
- Preparing for high-traffic periods
Quick Start
Minimal working example:
Release Plan:
Release: v2.5.0 - Customer Portal Redesign
Target Release Date: February 15, 2025
Status: Planning
Owner: Product Manager
---
## Executive Summary
This release delivers the redesigned customer portal with improved
UX, performance, and mobile experience. Includes database optimization
and infrastructure scaling.
Business Impact:
- 25% improvement in user conversion
- 40% faster load times
- Mobile-first experience
- Estimated $500K revenue impact
---
## Release Contents
// ... (see reference guides for full implementation)
Reference Guides
Detailed implementations in the `references/` directory:
| Guide | Contents | |---|---| | [Release Checklist](references/release-checklist.md) | Release Checklist | | [Versioning Strategy](references/versioning-strategy.md) | Versioning Strategy | | [Rollout & Monitoring](references/rollout-monitoring.md) | Rollout & Monitoring |
Best Practices
✅ DO
- Plan releases with clear timeline and milestones
- Communicate early and often with stakeholders
- Test thoroughly in staging environment
- Use phased rollout to reduce risk
- Monitor metrics continuously during rollout
- Have clear rollback procedure
- Document all changes and decisions
- Conduct post-release review
- Include support team in planning
- Plan releases during lower-traffic periods
❌ DON'T
- Release without adequate testing
- Deploy Friday afternoon
- Release without monitoring in place
- Skip UAT/acceptance testing
- Release all major changes together
- Deploy without rollback plan
- Surprise customers with breaking changes
- Release without support team readiness
- Make unreviewed last-minute changes
- Ignore performance or error metrics
Read more
name: release-planning description: > Plan, coordinate, and execute software releases across environments. Manage versioning, rollout strategies, rollback procedures, and stakeholder communication for smooth deployments.
Release Planning
Table of Contents
- [Overview](#overview)
- [When to Use](#when-to-use)
- [Quick Start](#quick-start)
- [Reference Guides](#reference-guides)
- [Best Practices](#best-practices)
Overview
Release planning ensures coordinated deployment of features to production with minimal risk, clear communication, and established rollback procedures.
When to Use
- Planning major feature releases
- Coordinating multi-system deployments
- Managing database migrations
- Rolling out infrastructure changes
- Planning go-live strategies
- Coordinating customer communication
- Preparing for high-traffic periods
Quick Start
Minimal working example:
Release Plan: Release: v2.5.0 - Customer Portal Redesign Target Release Date: February 15, 2025 Status: Planning Owner: Product Manager --- ## Executive Summary This release delivers the redesigned customer portal with improved UX, performance, and mobile experience. Includes database optimization and infrastructure scaling. Business Impact: - 25% improvement in user conversion - 40% faster load times - Mobile-first experience - Estimated $500K revenue impact --- ## Release Contents // ... (see reference guides for full implementation)
Reference Guides
Detailed implementations in the `references/` directory:
| Guide | Contents | |---|---| | [Release Checklist](references/release-checklist.md) | Release Checklist | | [Versioning Strategy](references/versioning-strategy.md) | Versioning Strategy | | [Rollout & Monitoring](references/rollout-monitoring.md) | Rollout & Monitoring |
Best Practices
✅ DO
- Plan releases with clear timeline and milestones
- Communicate early and often with stakeholders
- Test thoroughly in staging environment
- Use phased rollout to reduce risk
- Monitor metrics continuously during rollout
- Have clear rollback procedure
- Document all changes and decisions
- Conduct post-release review
- Include support team in planning
- Plan releases during lower-traffic periods
❌ DON'T
- Release without adequate testing
- Deploy Friday afternoon
- Release without monitoring in place
- Skip UAT/acceptance testing
- Release all major changes together
- Deploy without rollback plan
- Surprise customers with breaking changes
- Release without support team readiness
- Make unreviewed last-minute changes
- Ignore performance or error metrics
488 production-ready AI prompts, all following a standardized template with validated quality gates. Transform ChatGPT, Claude, and other AI assistants into expert consultants.
Repo: aj-geddes/useful-ai-prompts
Other skills on useful-ai-prompts.
- /ab-test-analysis
Design and analyze A/B tests, calculate statistical significance, and determine sample sizes for conversion optimization and experiment validation
Open skill - /access-control-rbac
Implement Role-Based Access Control (RBAC), permissions management, and authorization policies. Use when building secure access control systems with fine-grained permissions.
Open skill - /accessibility-compliance
Implement WCAG 2.1/2.2 accessibility standards, screen reader compatibility, keyboard navigation, and a11y testing. Use when building inclusive web applications, ensuring regulatory compliance, or improving user experience for people with disabilities.
Open skill - /accessibility-testing
Test web applications for WCAG compliance and ensure usability for users with disabilities. Use for accessibility test, a11y, axe, ARIA, keyboard navigation, screen reader compatibility, and WCAG validation.
Open skill - /agile-sprint-planning
Plan and execute effective sprints using Agile methodologies. Define sprint goals, estimate user stories, manage sprint backlog, and facilitate daily standups to maximize team productivity and deliver value incrementally.
Open skill - /alert-management
Implement comprehensive alert management with PagerDuty, escalation policies, and incident coordination. Use when setting up alerting systems, managing on-call schedules, or coordinating incident response.
Open skill

