aistack
01Plugin Claude Code
Clean multi-agent orchestration for Claude Code: spawn specialized agents, shared memory, consensus checkpoints, and GitHub workflows via a bundled MCP server.
Plugin Claude Code
Clean multi-agent orchestration for Claude Code: spawn specialized agents, shared memory, consensus checkpoints, and GitHub workflows via a bundled MCP server.
Command
Bootstrap aistack in the current project — create config, data dir, and wire the aistack MCP server into Claude Code.
Command
Autonomous PM/PgM loop for an aistack-managed backlog — triage ready work, dispatch a sub-agent per tick, keep issue state in sync. Designed to run on an interval (e.g. /loop 5m).
Command
Adversarial review loop over the current diff — a critic agent hunts for correctness, security, and design defects; iterate until the change holds up or surface blocking findings.
Skill Claude CodeCodex
Gate risky agent actions behind a human-in-the-loop consensus checkpoint using aistack's consensus tools — propose an action, pause for approval, and only proceed once approved. Use before high-impact or irreversible operations (deploys, schema migrations, mass edits, external side effects), or when the user wants…
Skill Claude CodeCodex
Use aistack's shared agent memory — store, search, and recall facts, decisions, and artifacts across agents and sessions via the aistack MCP server's memory tools. Use when work needs to persist context between agents or across sessions, when the user asks to "remember", "recall", or "what did we decide about X", or…
Skill Claude CodeCodex
Orchestrate a multi-agent run with aistack — pick the right specialized agent (coder, architect, reviewer, researcher, tester, security-auditor, etc.), spawn it via the aistack MCP server, and coordinate handoffs. Use when a task is large enough to benefit from decomposition across specialized agents, or when the user…