i18n/de/skills/decommission-validated-system/SKILL.md
Validiertes computergestuetztes System am Ende seines Lebenszyklus ausser Betrieb nehmen. Umfasst Datenaufbewahrungsbewertung nach Vorschrift, Datenmigrations-Validierung (Mapping, Transformation, Abgleich), Archivierungsstrategie, Zugangssperrung, Dokumentenarchivierung und Benachrichtigung der Stakeholder. Anzuwenden wenn ein validiertes System ersetzt wird, ohne Ersatz das Lebensende erreicht, der Anbieterssupport eingestellt wird, mehrere Systeme konsolidiert werden oder regulatorische Aenderungen ein System obsolet machen.
npx skillsauth add pjt222/agent-almanac decommission-validated-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Die kontrollierte Ausserbetriebnahme eines validierten computergestuetzten Systems planen und durchfuehren, waehrend Datenintegritaet erhalten und regulatorische Aufbewahrungsanforderungen erfuellt werden.
Bestimmen, wie lange Daten aufbewahrt werden muessen und in welcher Form:
# Data Retention Assessment
## Document ID: DRA-[SYS]-[YYYY]-[NNN]
### Regulatory Retention Requirements
| Regulation | Data Type | Retention Period | Format Requirements |
|-----------|-----------|-----------------|-------------------|
| 21 CFR 211 (GMP) | Batch records, test results | 1 year past product expiry or 3 years after distribution | Readable, retrievable |
| 21 CFR 58 (GLP) | Study data and records | Duration of study + retention agreement | Original or certified copy |
| ICH E6 (GCP) | Clinical trial records | 2 years after last marketing approval or formal discontinuation | Accessible for inspection |
| 21 CFR Part 11 | Electronic records | Per predicate rule | Original format or validated migration |
| EU Annex 11 | Computerized system records | Per applicable GxP | Readable and available |
| Tax/financial | Financial records | 7-10 years (jurisdiction-dependent) | Readable |
### System Data Inventory
| Data Category | Volume | Format | Retention Required Until | Disposition |
|---------------|--------|--------|------------------------|-------------|
| [e.g., Batch records] | [e.g., 50,000 records] | [e.g., Database + PDF reports] | [Date] | Migrate / Archive / Destroy |
| [e.g., Audit trail] | [e.g., 2M entries] | [e.g., Database] | [Same as parent records] | Archive |
| [e.g., User data] | [e.g., 200 profiles] | [e.g., LDAP/Database] | [Employment + 2 years] | Anonymise and archive |
Erwartet: Jede Datenkategorie hat eine definierte Aufbewahrungsfrist, Formatanforderung und geplante Disposition. Bei Fehler: Sind Aufbewahrungsanforderungen unklar, Regulatory Affairs und Rechtsabteilung konsultieren. Standardmaessig die laengste anwendbare Aufbewahrungsfrist verwenden.
Wenn Daten in ein Ersatzsystem migriert werden:
# Data Migration Plan
## Document ID: DMP-[SYS]-[YYYY]-[NNN]
### Migration Scope
| Source | Target | Data Category | Records | Migration Method |
|--------|--------|---------------|---------|-----------------|
| [Old system] | [New system] | [Category] | [Count] | ETL / Manual / API |
### Data Mapping
| Source Field | Source Format | Target Field | Target Format | Transformation |
|-------------|-------------|-------------|---------------|---------------|
| [e.g., test_result] | FLOAT(8,2) | [e.g., result_value] | DECIMAL(10,3) | Precision conversion |
| [e.g., operator_id] | VARCHAR(20) | [e.g., user_id] | UUID | Lookup table mapping |
### Validation Approach
| Check | Method | Acceptance Criteria |
|-------|--------|-------------------|
| Record count reconciliation | Source count vs target count | 100% match |
| Field-level comparison | Sample 5% of records, all fields | 100% match after transformation |
| Checksum verification | Hash source vs target for key fields | Checksums match |
| Business rule validation | Verify key calculations in target | Results match source |
| Audit trail continuity | Verify historical audit trail migrated | All entries present with original timestamps |
Erwartet: Migrationsplan enthaelt Mapping, Transformationsregeln und Validierungspruefungen, die belegen, dass die Datenintegritaet erhalten wurde. Bei Fehler: Schlaegt die Migrationsvalidierung fehl, nicht mit der Ausserbetriebnahme fortfahren. Migrationsprobleme beheben und erneut validieren.
Fuer Daten, die archiviert statt migriert werden:
# Archival Strategy
### Archive Format
| Consideration | Decision | Rationale |
|--------------|----------|-----------|
| Format | [PDF/A, CSV, XML, database backup] | [Why this format survives the retention period] |
| Medium | [Network storage, cloud archive, tape, optical] | [Durability and accessibility] |
| Encryption | [Yes/No — method if yes] | [Security vs long-term accessibility trade-off] |
| Integrity verification | [SHA-256 checksums, periodic verification schedule] | [Prove archive is uncorrupted] |
### Archive Verification
- [ ] Archived data is readable without the source system
- [ ] All required data categories are included in the archive
- [ ] Checksums recorded at time of archival
- [ ] Archive can be searched and retrieved within [defined SLA, e.g., 5 business days]
- [ ] Periodic integrity checks scheduled (annually)
### Archive Access
| Role | Access Level | Authorisation |
|------|-------------|--------------|
| QA Director | Read access to all archived data | Standing authorisation |
| Regulatory Affairs | Read access for inspection support | Standing authorisation |
| System Owner (former) | Read access for business queries | Request-based |
| External auditors | Read access, supervised | Per audit plan |
Erwartet: Archivierte Daten sind ohne das urspruengliche System lesbar, durchsuchbar und verifizierbar. Bei Fehler: Koennen Daten ohne das Quellsystem nicht gelesen werden, ist das Archiv nicht konform. Vor der Ausserbetriebnahme in ein offenes Standardformat (PDF/A, CSV) exportieren.
# Decommission Checklist
## Document ID: DC-[SYS]-[YYYY]-[NNN]
### Pre-Decommission
- [ ] All stakeholders notified of decommission date and data disposition
- [ ] Data migration completed and validated (if applicable)
- [ ] Data archive created and verified (if applicable)
- [ ] Final backup of complete system taken and stored separately
- [ ] All open change requests resolved or transferred
- [ ] All open CAPAs resolved or transferred to successor system
- [ ] All active users informed and redirected to replacement system (if applicable)
### Decommission Execution
- [ ] User access revoked for all accounts
- [ ] System removed from production environment
- [ ] Network connections disconnected
- [ ] Licenses returned or terminated
- [ ] System entry removed from active system inventory
- [ ] System moved to "Decommissioned" status in compliance architecture
### Post-Decommission
- [ ] Validation documentation archived (URS, VP, IQ/OQ/PQ, TM, VSR)
- [ ] SOPs retired or updated to remove references to decommissioned system
- [ ] Training records archived
- [ ] Change control records archived
- [ ] Audit trail archived
- [ ] Decommission report completed and approved
### Decommission Report
| Section | Content |
|---------|---------|
| System description | Name, version, purpose, GxP classification |
| Decommission rationale | Why the system is being retired |
| Data disposition summary | What data went where (migrated, archived, destroyed) |
| Validation evidence | Migration validation results, archive verification |
| Residual risk | Any ongoing data retention obligations |
| Approval | System owner, QA, IT signatures |
Erwartet: Ausserbetriebnahme ist kontrolliert, dokumentiert und genehmigt — nicht einfach "abschalten". Bei Fehler: Kann ein Checklisten-Element nicht abgeschlossen werden, die Ausnahme dokumentieren und QA-Genehmigung einholen, bevor weitergemacht wird.
design-compliance-architecture — Systeminventar und Compliance-Architektur nach der Ausserbetriebnahme aktualisierenmanage-change-control — Ausserbetriebnahme ist eine wesentliche Aenderung, die Aenderungskontrolle erfordertwrite-validation-documentation — Migrationsvalidierung folgt derselben IQ/OQ-Methodikwrite-standard-operating-procedure — SOPs, die auf das ausser Betrieb genommene System verweisen, ausser Kraft setzen oder aktualisierenprepare-inspection-readiness — archivierte Daten muessen fuer Behoerdeninspektionen zugaenglich bleibentesting
Launch all available agents in parallel waves for open-ended hypothesis generation on problems where the correct domain is unknown. Use when facing a cross-domain problem with no clear starting point, when single-agent approaches have stalled, or when diverse perspectives are more valuable than deep expertise. Produces a ranked hypothesis set with convergence analysis and adversarial refinement.
tools
Write integration tests for a Node.js CLI application using the built-in node:test module. Covers the exec helper pattern, output assertions, filesystem state verification, cleanup hooks, JSON output parsing, error case testing, and state restoration after destructive tests. Use when adding tests to an existing CLI, testing a new command, verifying adapter behavior across frameworks, or setting up CI for a CLI tool.
development
Screen a proposed trademark for conflicts and distinctiveness before filing. Covers trademark database searches (TMview, WIPO Global Brand Database, USPTO TESS), distinctiveness analysis using the Abercrombie spectrum, likelihood of confusion assessment using DuPont factors and EUIPO relative grounds, common law rights evaluation, and goods/services overlap analysis. Produces a conflict report with a risk matrix. Use before adopting a new brand name, logo, or slogan — distinct from patent prior art search, which uses different databases, legal frameworks, and analysis methods.
tools
Scaffold a new CLI command using Commander.js with options, action handler, three output modes (human-readable, quiet, JSON), and optional ceremony variant. Covers command naming, option design, shared context patterns, error handling, and integration testing. Use when adding a command to an existing Commander.js CLI, designing a new CLI tool from scratch, or standardizing command structure across a multi-command CLI.