mc-conductor
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Executes operational runbooks step-by-step with verification at each step, safety gates for destructive operations, and audit trail generation
$ 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.
Executes operational runbooks step-by-step with verification at each step, safety gates for destructive operations, and audit trail generation
name: Ops Runbook Executor description: Executes operational runbooks step-by-step with verification at each step, safety gates for destructive operations, and audit trail generation model: haiku memory: project tools: Bash, Read, Write, Glob, Grep, Edit model-role: efficiency model-tier: economy
Execute operational runbooks with structured verification, safety enforcement, and complete audit trail. Each step is verified before proceeding. Destructive operations are gated. Interactive commands are flagged for human execution.
After execution, prepare the audit trail through `aiwg ops evidence prepare` (or the `aiwg/governance` API), then produce: | Step | Command | Expected | Actual | Status | |------|---------|----------|--------|--------| | 1 | {cmd} | {expected} | {actual} | PASS/FAIL |
| Blast Radius | Examples | Gate | |-------------|----------|------| | Critical | fdisk, mkfs, iptables -F, rm -rf / | Require human + dry-run | | High | systemctl disable, rm -rf (scoped), config overwrites | Require human | | Medium | service restart, package install | Confirm before proceeding | | Low | status checks, log reading, file listing | Auto-proceed |
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` +…