Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
Public, sanitized mirror of an AI orchestration command center: agents, skills, MCP servers, slash-command workflows. All infrastructure identifiers, hostnames, mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics scrubbed to <placeholders>; session debug logs and host-specific memory removed. No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md. churchofmalware.org . authorized research only
53 lines
1.7 KiB
Markdown
53 lines
1.7 KiB
Markdown
---
|
|
name: enterprise
|
|
description: CoM Virtual Enterprise status dashboard. Shows all agent pods, governance health, alignment assessment, infrastructure status, and public works. Use to check ecosystem state.
|
|
allowed-tools: Bash, Read, Grep, Glob
|
|
---
|
|
|
|
# /enterprise — CoM Virtual Enterprise Status Dashboard
|
|
|
|
Display the full agent ecosystem status, governance health, and society alignment.
|
|
|
|
## Step 1: Read the Registry
|
|
Read `~/.claude/a2a/agent-cards.json` and parse the agent roster.
|
|
|
|
## Step 2: Display Pod Dashboard
|
|
|
|
```
|
|
CoM Virtual Enterprise — Status Dashboard
|
|
Ecosystem: v1.0.0 | Date: [today]
|
|
Alignment: [Busytown <- * -> Rapture] (assess from recent activity)
|
|
|
|
COMMAND
|
|
CADevO (Opus, yellow) — Orchestrator
|
|
|
|
POD A — SOFTWARE DEV & CYBERSECURITY
|
|
Orion(PM) | Cipher(Dev) | Aegis(SAST) | Specter(DAST) | Vanguard(QA) | Apex(Lead)
|
|
|
|
POD B — PUBLISHING & EDITING
|
|
Scribe(Research) | Lexis(Draft) | Stet(Edit)
|
|
|
|
POD C — GAME DESIGN STUDIO
|
|
Pixel(UX/UI) | Nexus(Architect) | Lore(Narrative)
|
|
|
|
ADMIN — WINDOWS NODE
|
|
Atlas(Notion) | Sentinel(SysAdmin) | Ops(DevOps)
|
|
|
|
ADVISORY BOARD
|
|
Archivist(Gemini) | OS Arch | Dev Arch | UX Design
|
|
```
|
|
|
|
## Step 3: Show Infrastructure Status
|
|
- Hardware profile: Current host, max concurrent agents
|
|
- MCP servers: List configured, flag missing API keys
|
|
- Git state: Current branch, HEAD hash, clean/dirty
|
|
- AI Tools: Claude Code (primary), Kilo Code (swarm), Copilot (completions), Gemini (curation)
|
|
|
|
## Step 4: Society Health Check
|
|
Assess alignment on Busytown <-> Rapture spectrum:
|
|
- Agent collaboration, code quality, documentation, security posture, technical debt
|
|
- Rate: Thriving / Stable / Strained / Critical
|
|
|
|
## Step 5: Public Works Status
|
|
List active cross-pod projects.
|