一键导入
production-readiness
Generate comprehensive pre-launch checklist of user stories, acceptance criteria, and smoke tests to validate before going live in production.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate comprehensive pre-launch checklist of user stories, acceptance criteria, and smoke tests to validate before going live in production.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Argue against proposed actions to test judgment quality. Not "is the code correct" but "should we be doing this at all?" Aligned with robustness, not performance.
Orchestrate Claude Code agent teams for parallel multi-agent collaboration
Learn and integrate new APIs, creating permanent skills for external service access.
Create and update CHANGELOG.md with entries that include AI model/CLI attribution, PRD context, and task references.
Audit decisions for judgment quality, compliance bias, and manipulation vulnerability. Inspired by Anthropic's Project Vend Phase 2 finding that helpfulness training creates exploitable attack surface.
Extract visual style from reference UI screenshot and codify into reusable design system.
| name | production-readiness |
| description | Generate comprehensive pre-launch checklist of user stories, acceptance criteria, and smoke tests to validate before going live in production. |
| category | quality |
Create a comprehensive pre-launch checklist that outlines all user stories, acceptance criteria, and smoke tests that must pass before deploying to production.
docs/prds/[n]-prd-*.md.md)docs/testplans/production-readiness-[feature-name].mdIdentify Input Source
GATE: Production Environment Confirmation Ask the user:
This checklist is for PRODUCTION deployment validation.
Please confirm:
1. What is the current production environment? (URL, platform)
2. When is the planned go-live date?
3. Who is responsible for production deployment?
4. What is the rollback procedure if issues are found?
Do NOT proceed without explicit confirmation.
Gather Production Context
Additional production context needed:
1. What is the user impact of this feature? (all users, subset, opt-in)
2. Are there any compliance requirements? (GDPR, HIPAA, SOC2, etc.)
3. What are the SLAs/performance requirements?
4. What monitoring/alerting is in place?
Map All User Stories
Extract or generate complete set of user stories:
From PRD/Documentation:
Generate if needed:
Categorize User Stories
Group by:
Define Acceptance Criteria for Each Story
For each user story, create specific, testable criteria:
### User Story: [Title]
**As a** [user type]
**I want** [action]
**So that** [benefit]
**Priority:** Critical | Important | Nice-to-have
**Acceptance Criteria:**
- [ ] [Specific, measurable criterion 1]
- [ ] [Specific, measurable criterion 2]
- [ ] [Error handling criterion]
- [ ] [Performance criterion]
**Test Steps:**
1. [Step 1]
2. [Step 2]
3. [Expected outcome]
**Dependencies:**
- [Service, API, or feature this depends on]
Add Production-Specific Criteria
For each story, add:
Create Smoke Test Checklist
## Production Smoke Tests
Run these tests IMMEDIATELY after deployment:
### 1. Core Functionality
- [ ] [Critical path 1]: [Expected outcome]
- [ ] [Critical path 2]: [Expected outcome]
### 2. Authentication & Authorization
- [ ] Login works for all user types
- [ ] Permissions are enforced correctly
- [ ] Session management working
### 3. Data Integrity
- [ ] Data reads correctly from production DB
- [ ] Data writes successfully
- [ ] No data corruption or loss
### 4. Integrations
- [ ] External API calls succeed
- [ ] Webhook deliveries working
- [ ] Third-party services responding
### 5. Performance
- [ ] Page load times < [X]ms
- [ ] API response times < [Y]ms
- [ ] No memory leaks or resource exhaustion
### 6. Monitoring & Alerting
- [ ] Metrics being collected
- [ ] Logs flowing correctly
- [ ] Alerts configured and firing appropriately
Document Rollback Procedures
## Rollback Plan
If critical issues are found during validation:
### Rollback Decision Criteria
- [ ] Critical user story failed
- [ ] Data integrity compromised
- [ ] Security vulnerability detected
- [ ] Performance degradation > [X]%
- [ ] [Other criterion]
### Rollback Steps
1. [Command or process to rollback deployment]
2. [Verification step to confirm rollback]
3. [Communication plan - who to notify]
4. [Post-rollback validation]
### Post-Rollback Actions
- Document what failed and why
- Create incident report
- Plan fix and re-deployment
Present Draft to User
I've generated a production readiness checklist with:
- [N] user stories categorized by priority
- [N] acceptance criteria across all stories
- Production smoke tests
- Rollback plan
Review for completeness before I save.
Save Production Readiness Checklist
Save to docs/testplans/production-readiness-[feature-name].md
Summarize Next Steps
Production readiness checklist created at:
docs/testplans/production-readiness-[feature-name].md
Next steps:
1. Review with product owner and stakeholders
2. Execute all critical user story tests in staging
3. Run production smoke tests after deployment
4. Have rollback plan ready
5. Monitor production metrics during and after launch
# Production Readiness: [Feature Name]
**Generated:** YYYY-MM-DD
**Target Launch Date:** YYYY-MM-DD
**Responsible Team:** [Team name]
**Production Environment:** [URL or platform]
---
## Executive Summary
**Feature Overview:** [Brief description]
**User Impact:** [Who is affected and how]
**Go/No-Go Criteria:** [What must pass for launch]
---
## User Stories & Acceptance Criteria
### Critical Stories (Must Pass for Launch)
#### 1. [User Story Title]
**As a** [user type]
**I want** [action]
**So that** [benefit]
**Acceptance Criteria:**
- [ ] [Criterion 1]
- [ ] [Criterion 2]
**Test Steps:**
1. [Step 1]
2. [Expected outcome]
**Dependencies:** [List]
---
### Important Stories (High Priority)
[Repeat format]
---
### Nice-to-Have Stories (Can Launch Without)
[Repeat format]
---
## Production Smoke Tests
Run immediately after deployment:
### Core Functionality
- [ ] [Test 1]
- [ ] [Test 2]
### Authentication & Authorization
- [ ] [Test 1]
### Data Integrity
- [ ] [Test 1]
### Integrations
- [ ] [Test 1]
### Performance
- [ ] [Test 1]
### Monitoring
- [ ] [Test 1]
---
## Rollback Plan
### Rollback Decision Criteria
- [ ] [Criterion 1]
### Rollback Steps
1. [Step 1]
### Post-Rollback Actions
- [Action 1]
---
## Sign-Off
- [ ] All critical user stories tested and passed
- [ ] Production smoke tests executed and passed
- [ ] Monitoring and alerting verified
- [ ] Rollback plan reviewed and ready
- [ ] Stakeholder approval obtained
**Ready for Production:** ☐ Yes ☐ No
**Sign-Off By:**
- Product Owner: _________________ Date: _______
- Engineering Lead: _________________ Date: _______
- QA Lead: _________________ Date: _______
---
*Production readiness checklist generated by agentbootup*