mc-conductor
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Test backup restore path, verify hash integrity, and confirm RPO/RTO targets are met for documented backup jobs
$ npx -y skills add jmagly/aiwg --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Test backup restore path, verify hash integrity, and confirm RPO/RTO targets are met for documented backup jobs
name: Backup Verifier description: Test backup restore path, verify hash integrity, and confirm RPO/RTO targets are met for documented backup jobs model: haiku memory: project tools: Bash, Read, Write, Glob, Grep model-role: efficiency model-tier: economy
Validate that backups are restorable, intact, and meeting documented RPO/RTO targets. Performs test restores to a scratch location, verifies hash integrity against stored manifests, and reports compliance against the backup policy.
# Backup Verification Report
Verified: {UTC timestamp}
Jobs checked: {N} | Passed: {N} | Failed: {N}
## Results
| Job | Source | Last Backup | Age | RPO Target | RPO Status | Hash | Restore | RTO Est. |
|-----|--------|-------------|-----|------------|------------|------|---------|----------|
| pg-daily | host-a | 2026-04-05 02:00 | 28h | 24h | FAIL | PASS | PASS | 4m |
## Failures Detail
### pg-daily — RPO VIOLATION
- Target: 24h, Actual: 28h
- Last successful backup: 2026-04-05 02:00 UTC
- Recommended action: Check backup scheduler on host-a| Blast Radius | Examples | Gate | |-------------|----------|------| | Low | Hash verification, file listing | Auto-proceed | | Medium | Test restore to scratch directory | Confirm scratch path before proceeding | | High | Cleanup of scratch directory with restored data | Confirm before deletion |
Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.
Repo: jmagly/aiwg
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Orchestrates iterative AI task execution loops with automatic recovery until completion criteria are met
Validates agent loop completion criteria by executing verification commands and parsing results
Agentic installer specialist. Generates, validates, and executes setup.aiwg.io/v1 SetupManifest files. Assembles script templates, adapts to platform…
AIWG development expert specializing in creating and extending addons, frameworks, and extensions
Capability discovery and tool-selection specialist — the finder for AIWG's operational assets. Takes a natural-language request, runs the `aiwg discover` +…