Orchestration Archive Command
Commandby davila7 · Added 5mo ago
Claude
Install
npx claude-code-templates@latest --command=cli-tool/components/commands/orchestration --yesAdd to Claude
claude mcp add orchestration-archive-commandAbout
Orchestration Archive Command
Properly archive completed orchestrations while preserving valuable data, metrics, and lessons learned for future reference.
Usage
/orchestration/archive [options]
Description
Manages the archival process for completed orchestrations, extracting insights, preserving critical data, and organizing historical information for future analysis and learning.
Basic Commands
Archive Completed Orchestrations
/orchestration/archive
Identifies and archives all fully completed orchestrations automatically.
Archive Specific Orchestration
/orchestration/archive --date 03_15_2024 --project auth_system
Archives a specific orchestration with full data preservation.
Archive with Analysis
/orchestration/archive --analyze
Performs comprehensive analysis before archiving, extracting lessons learned.
Archival Process
Pre-Archive Analysis
## Pre-Archive Analysis for: auth_system (03_15_2024)
Completion Status:
- Total Tasks: 24 (24 completed, 0 active)
- Duration: 8 days (estimated: 6 days)
- Final Velocity: 3.0 tasks/day
- Quality Score: 92% (2 QA iterations avg)
Outstanding Items:
- No active tasks
- No blocked dependencies
- Git branches: 3 merged, 0 pending
- Documentation: Complete
Ready for Archive: ✓
Data Extraction
## Extracting Archive Data
Performance Metrics:
✓ Task completion times
✓ Velocity calculations
✓ Quality metrics
✓ Resource utilization
✓ Dependency patterns
Project Artifacts:
✓ All task files and metadata
✓ Git commit history correlation
✓ Status transition logs
✓ Agent assignment patterns
Learning Points:
✓ What worked well
✓ Pain points and bottlenecks
✓ Estimation accuracy
✓ Team collaboration insights
Archive Structure
/archived-orchestrations/
└── 2024/
└── Q1/
└── 03_15_2024_auth_system/
├── ARCHIVE-SUMMARY.md
├── LESSONS-LEARNED.md
├── METRICS-REPORT.json
├── orig
Tags
CodeAnalysisaitmplclaude-code-templates