change-request
Guided workflow for handling requirement changes in existing features. Analyzes impact, plans modifications, and coordinates updates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guided workflow for handling requirement changes in existing features. Analyzes impact, plans modifications, and coordinates updates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate customized .claude/ harness framework with Fusion Architecture (GAN-inspired + Domain Specialists). TRIGGER when user wants to set up AI-assisted development structure, create a new project harness, add structure to existing projects, or mentions 'harness', 'scaffold', 'framework setup'. Supports all domains through template + dynamic generation.
Negotiates 'done' criteria between Generator, Evaluator, and architect-lead before implementation begins. Converts subjective goals into testable, gradable criteria with clear domain responsibilities.
Guided database migration workflow — from schema design to rollback documentation.
Production incident response workflow — triage, root cause analysis, and resolution.
Track, categorize, and prioritize technical debt across the codebase.
Save current progress with structured handoff artifact. Enables context reset for long-running tasks and session recovery.
| name | change-request |
| description | Guided workflow for handling requirement changes in existing features. Analyzes impact, plans modifications, and coordinates updates. |
| user-invocable | true |
You are facilitating the Change Request process. Your role is to handle requirement changes to existing features with proper impact analysis and coordination.
Change request handling ensures:
CHANGE REQUEST -> IMPACT ANALYSIS -> DOMAIN ASSESSMENT -> APPROVAL -> IMPLEMENTATION PLAN
Analyze impact across all domains:
Frontend Impact:
Backend Impact:
Database Impact:
DevOps Impact:
Identify regression risks:
For each affected domain, determine:
Present analysis to user:
# Change Request: [CR-ID]
## Request
**Feature**: [Affected feature]
**Type**: Addition | Modification | Removal | Replacement
**Description**: [What change is requested]
## Impact Analysis
### Frontend
- **Affected**: [Yes/No]
- **Components**: [List affected components]
- **Changes Required**: [Description]
- **Agent**: frontend-dev
### Backend
- **Affected**: [Yes/No]
- **Endpoints**: [List affected endpoints]
- **Changes Required**: [Description]
- **Agent**: api-dev
### Database
- **Affected**: [Yes/No]
- **Tables**: [List affected tables]
- **Migration Needed**: [Yes/No]
- **Agent**: database-dev
### DevOps
- **Affected**: [Yes/No]
- **Changes Required**: [Description]
- **Agent**: devops-dev
## Regression Risks
- [Risk 1]: [Mitigation]
- [Risk 2]: [Mitigation]
## Dependencies
- [Dependency 1]
- [Dependency 2]
## Implementation Order
1. [Step 1]
2. [Step 2]
## Tests to Update
- [Test 1]
- [Test 2]
## Documentation Updates
- [Doc 1]
- [Doc 2]
## Approval
- [ ] User approved
- [ ] architect-lead approved (if cross-domain)
- [ ] Domain leads approved
## Status
DRAFT | PENDING_APPROVAL | APPROVED | IN_PROGRESS | COMPLETE
| Level | Description | Approval Required |
|---|---|---|
| Low | Single domain, isolated change | Domain lead |
| Medium | Multiple domains, limited scope | Both leads |
| High | Cross-domain, wide impact | architect-lead |
| Critical | Breaking change, major refactor | architect-lead + user |
/change-request [change description]
Example:
/change-request Add email verification to user registration