LaunchKit · 2026
Back to Skills

aoi-council

AOI Council — multi-perspective decision synthesis templates (public-safe).

0
535 downloads
by @edmonddantesj

Setup & Installation

openclaw skills install @edmonddantesj/aoi-council

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install aoi-council

Version History

v0.1.2Feb 15, 2026 - Version note by skill developer:

Docs: add GitHub Issues support link (aoi-skills).

What This Skill Does

AOI Council runs a structured multi-perspective review on any decision or plan. Six bundled agents, Devil's Advocate, Architect, Engineer, Security Reviewer, Operator, and Writer, each analyze the topic independently and their views are synthesized into a single output. No external services are called.

Gets structured pushback from six distinct roles in one prompt without scheduling stakeholder reviews.

When to use it

  • Pressure-testing a technical architecture before committing to it
  • Reviewing a product roadmap for blind spots
  • Evaluating a go-to-market plan from eng, ops, and comms angles
  • Stress-testing a security incident response before a drill
  • Checking a hiring or org structure decision against multiple concerns

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: AOI council: Should we migrate our monolith to microservices?

AGENT
  1. 1Load all .md agent files from the agents/ directory
  2. 2Route the topic to each agent: Devil's Advocate, Architect, Engineer, Security Reviewer, Operator, Writer
  3. 3Each agent produces its own insights, concerns, and recommendations
  4. 4Synthesize all perspectives into a TL;DR summary
  5. 5Compile open questions and concrete next actions
OUTPUT

A synthesis section with TL;DR, six labeled perspective blocks, a list of open questions, and recommended next steps