blackms

7 mods across 1 repository, 53 stars between them.

aistack

01

blackms/aistack

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.

53 2mo ago A tokens not measured original MIT

aistack-init

02

blackms/aistack

Command

Bootstrap aistack in the current project — create config, data dir, and wire the aistack MCP server into Claude Code.

53 2mo ago A 27 tokens original MIT

aistack-pm

03

blackms/aistack

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).

53 2mo ago C 49 tokens original MIT

aistack-review

04

blackms/aistack

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.

53 2mo ago A 34 tokens original MIT

aistack-consensus

05

blackms/aistack

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…

53 2mo ago A 75 tokens original MIT

aistack-memory

06

blackms/aistack

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…

53 2mo ago A 87 tokens original MIT

aistack-orchestrate

07

blackms/aistack

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…

53 2mo ago A 96 tokens original MIT