Aleksacom

6 mods across 1 repository, 2 stars between them.

cm-decider

01

Aleksacom/claude-code-orchestration-agents

Agent Claude Code

Routes individual planning questions to AUTORESOLVE or ESCALATE. Used when cm-planner surfaces multiple questions and the main agent needs to decide which require human ratification vs which can be auto-resolved with the recommended option. Read-only — produces routing verdicts, not implementations.

2 3mo ago A 60 tokens original MIT

cm-planner

02

Aleksacom/claude-code-orchestration-agents

Agent Claude Code

Architectural authority for all work in this repository. Invoked before responding to ANY user request. Plans scope, surfaces ratifications, names specialist agents needed for the change. Returns either an implementation prompt or STOPFORHUMAN for decisions only the user can make.

2 3mo ago A 57 tokens original MIT

conventions-audit

03

Aleksacom/claude-code-orchestration-agents

Agent Claude Code

Audits decision documents under docs/decisions/ for convention compliance. Runs when decision docs touched OR sub-phase declared closed. Checks frontmatter, structure, length, content-sync between docs and metrics, override-block format. Returns ALL CLEAR, OVERRIDES PRESENT, or BLOCK CLOSURE.

2 3mo ago A 64 tokens original MIT

reviewer

04

Aleksacom/claude-code-orchestration-agents

Agent Claude Code

Reviews staged git diffs before commit. Categorizes findings as HIGH (blocking), MEDIUM (advisory), or LOW (nits). Returns READY TO COMMIT or BLOCK COMMIT. Self-fast-paths trivial diffs (≤5 lines single-file no logic change).

2 3mo ago A 59 tokens original MIT

test-author

05

Aleksacom/claude-code-orchestration-agents

Agent Claude Code

Adds tests for new behavior in monitored source paths. Runs AFTER reviewer and conventions-audit, BEFORE final completion report. Identifies uncovered branches, writes tests using project conventions, runs them, reports results.

2 3mo ago A 43 tokens original MIT

change

06

Aleksacom/claude-code-orchestration-agents

Command Claude Code

Entry point for any change request. Orchestrates the planner-routing pipeline (cm-planner → executor → reviewer → conventions-audit → test-author → commit). Use for any work that touches code or docs.

2 3mo ago A 42 tokens original MIT