From aj-geddes-useful-ai-prompts-4
Plans, coordinates, and executes software releases across environments. Manages versioning, rollout strategies, rollback procedures, and stakeholder communication. Use for major releases, migrations, or deployments.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin aj-geddes-useful-ai-prompts-4This skill uses the workspace's default tool permissions.
- [Overview](#overview)
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Release planning ensures coordinated deployment of features to production with minimal risk, clear communication, and established rollback procedures.
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)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Release Checklist | Release Checklist |
| Versioning Strategy | Versioning Strategy |
| Rollout & Monitoring | Rollout & Monitoring |