autonomous-pipeline
xg-gh-25/SwarmAI
Orchestrate the full AIDLC Autonomous Pipeline from a one-sentence requirement to a PR-ready delivery with TDD methodology. DDD drives judgment, SDD produces specs, TDD verifies delivery. Stages: Evaluate, Think, Plan, Build, Review, Test, Deliver, Reflect. Checkpoints on BLOCK or context limits.
TRIGGER: "run pipeline", "autonomous pipeline", "pipeline for", "full pipeline".
NOT FOR: single stages (use evaluate, deep-research, code-review, qa, deliver directly).
ddd-pipeline
xg-gh-25/SwarmAI
DDD-native autonomous dev loop โ judgeโexecuteโreflect on a SINGLE DDD via a bundled, decoupled engine (engine/artifact_cli.py, file-based .artifacts/ state, NO data.db, NO SwarmAI backend). Retains the moat: Gate-2 adversarial-before-commit + the ๅ
ปๆ ladder. DDD-native decouple of SwarmAI's s_autonomous-pipeline engine.
TRIGGER: "ddd pipeline", "run the ddd loop", "build in this ddd".
NOT FOR: SwarmAI's own multi-project pipeline (that's the native s_autonomous-pipeline).
ddd-distribute
xg-gh-25/SwarmAI
Package a grown DDD into a distributable capability package โ the last step of the DDD lifecycle (cultivate โ version โ DISTRIBUTE). Human-in-the-loop: reads the DDD's OWN declared reach (aim.json distribution block = the ceiling), confirms which declared target(s) to emit NOW, renders BOTH standard shapes on demand โ an internal AIM capabilities package (Config+AIMBuild+agent-spec) and/or an Open-Plugins plugin (.plugin/plugin.json) โ runs a fail-closed content-safety scan over the emitted tree, and returns the built package path. Never widens reach by inference; emit โ publish.
TRIGGER: "distribute this ddd", "package ddd", "ship ddd to kiro/quick/claude code", "publish ddd", "make a plugin from this ddd".
NOT FOR: creating/binding a DDD (s_ddd-manager); running the pipeline (s_ddd-pipeline); publishing content/media (s_ddd-pollinate).
project-manager
xg-gh-25/SwarmAI
Create, list, edit, rename, and delete DDD projects (Domain-Driven Design) โ provisions the canonical six-section DDD structure. Each project gets 4 knowledge documents (PRODUCT.md, TECH.md, IMPROVEMENT.md, PROJECT.md) and an .artifacts/ directory for pipeline outputs.
TRIGGER: "add project", "new project", "create project", "rename project", "create DDD".
NOT FOR: radar-todo use cases.
swarm-release
xg-gh-25/SwarmAI
Full SwarmAI release cycle: preflight checks, version bump, binary build, desktop package, smoke test, and GitHub publish. Supersedes s_release (which only does version bump + tag) by adding build/package/smoke stages.
TRIGGER: "release", "cut release", "ship it", "ๅ็".
NOT FOR: s_swarm-build, s_release, s_swarm-hive use cases.