ワンクリックで
dtge-ecr-manager
Create and manage Engineering Change Requests (ECRs) for medical device projects
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create and manage Engineering Change Requests (ECRs) for medical device projects
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run the self-improvement pipeline to analyze usage, plan, and apply Claude Code configuration improvements
Create, schedule, and manage autonomous AI-agent tasks with systemd timers
Create and manipulate Obsidian Canvas (.canvas) files using the JSON Canvas spec
Create a git commit with proper conventional commit message
Code generation, exploration, and image analysis via Codex CLI
Query Gemini CLI for quick lookups, deep research, and approach comparison
| name | dtge-ecr-manager |
| description | Create and manage Engineering Change Requests (ECRs) for medical device projects |
Create, track, and coordinate Engineering Change Requests (ECRs) for medical device design history files.
The ECR Manager service:
/dtge-ecr-manager create <project-path> # Create new ECR
/dtge-ecr-manager status <project-path> # Show ECR status summary
/dtge-ecr-manager status <project-path> ECR149 # Show specific ECR details
/dtge-ecr-manager review <project-path> ECR149 # Schedule/coordinate review
/dtge-ecr-manager close <project-path> ECR149 # Close completed ECR
CREATE → DRAFT → UNDER_REVIEW → APPROVED → IMPLEMENTED → VERIFIED → CLOSED
↓
REJECTED → (revise) → UNDER_REVIEW
Query existing ECRs in project to determine next number:
# Check 10-Design_Changes/ folders for existing ECRs
# Pattern: ECR{number}_{description}/
Collect through conversation:
Directory structure:
<project>/10-Design_Changes/ECR{number}_{short_description}/
├── ECR{number}_Form.md # ECR form
├── ECR{number}_Impact_Assessment.md
├── affected_documents/ # Documents to be revised
├── verification/ # Verification records
└── approval_records/ # Review and approval evidence
# Engineering Change Request
## ECR Information
| Field | Value |
|-------|-------|
| ECR Number | ECR{number} |
| Title | {short title} |
| Date Initiated | {date} |
| Initiated By | {name} |
| Status | DRAFT |
## 1. Change Description
{Detailed description of the change}
## 2. Reason for Change
{Justification for the change}
## 3. Affected Items
### 3.1 Affected Documents
| Document ID | Title | Current Rev | Action |
|-------------|-------|-------------|--------|
| DHFD-26 | SRS | R8 | Revise |
| DHFD-28 | Risk Analysis | R6 | Revise |
### 3.2 Affected Hardware/Software
| Component | Description | Change Type |
|-----------|-------------|-------------|
## 4. Regulatory Assessment
### 4.1 Impact on Intended Use
[ ] No impact on intended use
[ ] Affects intended use (describe):
### 4.2 Impact on Safety/Risk
[ ] No new hazards introduced
[ ] New hazards identified (update DHFD-28)
[ ] Existing risk controls affected
### 4.3 Impact on Predicate Comparison
[ ] No impact on substantial equivalence
[ ] Affects comparison (describe):
### 4.4 Standards Affected
| Standard | Impact | Action Required |
|----------|--------|-----------------|
## 5. Verification/Validation Plan
| Activity | Protocol | Status |
|----------|----------|--------|
## 6. Implementation Plan
| Task | Owner | Target Date | Status |
|------|-------|-------------|--------|
## 7. Approvals
### Initiation Approval
| Role | Name | Signature | Date |
|------|------|-----------|------|
| Originator | | | |
| Project Lead | | | |
### Implementation Approval
| Role | Name | Signature | Date |
|------|------|-----------|------|
| Engineering | | | |
| Quality | | | |
| Regulatory | | | |
## 8. Revision History
| Rev | Date | Description | Author |
|-----|------|-------------|--------|
| 01 | {date} | Initial ECR | |
When an ECR is created, automatically assess impact on:
registry.json with ECR associationECR Status Summary - Higi Green Special 510(k)
Open ECRs: 3
ECR149 - A&D BP Module Integration [UNDER_REVIEW]
ECR150 - Cybersecurity Documentation [DRAFT]
ECR151 - User Manual Updates [IMPLEMENTED]
Recently Closed: 2
ECR148 - Storm Keypad Update [CLOSED - 2025-12-15]
ECR147 - UI Resolution Changes [CLOSED - 2025-11-30]
Pending Actions:
ECR149: Awaiting QA review (due: 2026-02-10)
ECR150: Impact assessment incomplete
ECR151: Verification testing in progress
ECR149 - A&D BP Module Integration
Status: UNDER_REVIEW
Created: 2026-01-15
Target Close: 2026-03-01
Affected Documents:
✓ DHFD-26 SRS R9 (revised)
✓ DHFD-27 SDS R10 (revised)
◐ DHFD-28 Risk Analysis R7 (in progress)
○ DHFD-30 Traceability (pending)
○ DHFD-89 User Manual (pending)
Verification Status:
✓ Unit testing complete
✓ Integration testing complete
○ System testing (scheduled: 2026-02-15)
○ Usability validation (scheduled: 2026-02-20)
Review Status:
✓ Engineering review: Approved (2026-01-28)
◐ QA review: In progress
○ Regulatory review: Pending
/dtge-ecr-manager review Work/Clients/Qualira/Higi/special_510k ECR149
Review Coordination for ECR149:
Required Reviewers:
- Engineering (risk analysis changes)
- QA (verification adequacy)
- Regulatory (impact assessment)
Documents for Review:
1. DHFD-28 Risk Analysis R7 DRAFT
2. ECR149_Impact_Assessment.md
Suggested review meeting: [propose date based on calendar]
Draft review request email? [Y/n]
Subject: Review Request - ECR149 A&D BP Module Integration
Review Package: ECR149 A&D BP Module Integration
Review Type: Design Change Review
Target Date: {date}
Documents for Review:
1. [DHFD-28 Risk Analysis R7 DRAFT](link)
2. [ECR149 Impact Assessment](link)
Review Focus:
- Risk analysis completeness for new BP module
- Verification test coverage
- Regulatory impact assessment accuracy
Please provide comments by {date}.
Review Meeting: {date/time} (optional)
ECR149 Closure Checklist:
Documents:
[✓] All affected documents revised and approved
[✓] Document revisions match ECR scope
[✓] Registry.json updated
Verification:
[✓] All verification activities complete
[✓] All tests passed or deviations documented
[✓] Verification records filed
Reviews:
[✓] Engineering review complete
[✓] QA review complete
[✓] Regulatory review complete
Traceability:
[✓] DCA updated if needed
[✓] Traceability matrix updated
[✓] Gap status updated if applicable
Ready to close ECR149? [Y/n]
ECR creation can trigger gap re-assessment:
ECR provides context for /dtge-create-dhf:
Significant changes may require DCA update:
ECR packages are stored in:
original_510k/10-Design_Changes/ (ECR ≤135)prior_changes/10-Design_Changes/ (ECR 136-148)special_510k/10-Design_Changes/ (ECR 149+)ECRs feed into regulatory_tasks.json for project tracking:
{
"ecr_id": "ECR149",
"status": "under_review",
"tasks": [
{"id": "T-149-01", "description": "Update DHFD-28", "status": "complete"},
{"id": "T-149-02", "description": "System testing", "status": "in_progress"}
],
"blockers": [],
"target_date": "2026-03-01"
}