agent-framework commands

489 tagged agent-framework, measured the same way as everything else here.

Browse within: agent-orchestration 107ai-orchestration 61AI Platform 60ai-automation 60enterprise-ai 60ai-coding-agent 40bash 40agentic-development 30agents-md 30ai-governance 30ai-guardrails 30agentic-workflow 28Multi-Agent 25ai-assistant 23

audit-quick

75

telus-labs/stagecraft

Command

Run a quick codebase orientation scan — Phases 0 and 1 only (architecture map + health assessment). Skips deep analysis (security, performance, code quality) and the roadmap. Good for onboarding onto a new project or a fast pre-review checkup. Run /audit --resume later to continue with the deep phases.

6 5d ago A 67 tokens original MIT

audit

76

telus-labs/stagecraft

Command

Run a structured codebase audit. Maps the architecture, assesses health (compliance, tests, docs), performs deep analysis (security, performance, code quality), and synthesizes a prioritized roadmap. Outputs land under docs/audit/ in this project. Phases 0-3 with human checkpoints between each phase. Use /audit-quick…

6 5d ago A 78 tokens original MIT

devteam

77

telus-labs/stagecraft

Command

Run a stage of the Stagecraft pipeline. Wraps the devteam CLI so you can dispatch a stage (PM brief, design, build, review, QA, deploy, etc.) from inside Claude Code. The CLI emits the role-specific prompt; you invoke the matching subagent (under .claude/agents/) to do the work.

6 5d ago A 71 tokens original MIT

align

78

dsswift/ion

Command

Context-aware alignment. When in plan mode, it reviews the active plan. Otherwise, it reviews all branch changes against Ion quality gates and principles, implements the fixes and commits them after operator approval.

4 2d ago A 39 tokens original MIT

create-issue

79

dsswift/ion

Command

Open a GitHub issue on the Ion engine repo for a bug or feature request derived from the current conversation, with consumer project details scrubbed.

4 2d ago A 29 tokens original MIT

squash

80

dsswift/ion

Command

Rebuild a feature branch into clean conventional commits while preserving its exact final tracked tree.

4 2d ago A 17 tokens original MIT

checkup

84

agoradynamics/wick

Command Claude Code

Memory-wiring diagnostic — detect a host auto-memory shadow layer, fact-class overlap, and absolute paths.

3 7d ago A 20 tokens

decide

85

agoradynamics/wick

Command Claude Code

Structured decision analysis through the gate chain.

3 7d ago A 7 tokens

sync

86

agoradynamics/wick

Command Claude Code

Drain a host/buffer memory layer into Wick's canonical memory/ folder, with consent.

3 7d ago A 17 tokens

cuite-init

87

fentas/cuite

Command

Scan project and bootstrap domain structure.

2 6mo ago A 6 tokens

do-teams

88

fentas/cuite

Command

Team-based parallel execution with agent teams coordination.

2 6mo ago A 8 tokens

do

89

fentas/cuite

Command

Universal entry point - delegates to appropriate workflow.

2 6mo ago A 8 tokens

new

90

mgallet92i/waterfall

Command

Starts a new end-to-end need (preflight, team, spawn OR).

2 1mo ago A 0 tokens original MIT

waterfall:quit

91

mgallet92i/waterfall

Command

Cleanly stops the active workflow (shutdown teammates, marker cleanup, state preservation).

2 1mo ago A 4 tokens original MIT

resume

92

mgallet92i/waterfall

Command

Resumes an interrupted workflow at the current step.

2 1mo ago A 0 tokens original MIT

goal-verify

93

frontier-infra/adl

Command Claude Code

Run Warden against a /goal manifest and write the proof artifact.

2 1mo ago C 13 tokens original MIT

goal

94

frontier-infra/adl

Command Claude Code

Open a /goal contract — write a verifiable manifest before dispatching work.

2 1mo ago A 15 tokens original MIT

README

95

jaroslavsoucek-art/Giovanni

Command Claude Code

Giovanni's invokable surface. Each command is a thin shell that runs pre-flight, parses args, then routes to an agent (or to a workflow procedure). The mechanics live in the agents and workflows; these files are the invocation contracts.

2 2mo ago A 0 tokens original MIT

consistency-check

96

jaroslavsoucek-art/Giovanni

Command Claude Code

Run semantic consistency checks across memory, constitution, agent roster, decision records, and the decided-terms registry. Routes to consistency-checker agent. Read-only — proposes diffs, never applies them.

2 2mo ago A 40 tokens original MIT