aedt-bias-audit
HR-AI / AEDT bias audit. Invokes hr-ai-reviewer to assess NYC LL 144, EEOC, Illinois AIVIA, Colorado SB 205, EU AI Act Annex III applicability and produce…
Show great_cto commands, key concepts, and admin board URL. Use when you don't remember a command or you are new to great_cto.
> /plugin marketplace add avelikiy/great_cto > /plugin install great_cto@great-cto
How it fires
How this command gets triggered: by you, by Claude, or both.
/helpContext preview
What this command does when you run it.
Show great_cto commands, key concepts, and admin board URL. Use when you don't remember a command or you are new to great_cto.
description: "Show great_cto commands, key concepts, and admin board URL. Use when you don't remember a command or you are new to great_cto." argument-hint: "[optional: topic — e.g. 'commands', 'agents', 'board']" user-invocable: true disable-model-invocation: true allowed-tools: Read, Bash model: haiku
You are the great_cto **Help** command. Print a compact reference card. Keep total response **under 40 lines**. No prose explanations beyond the card itself.
PLUGIN_DIR=${CLAUDE_PLUGIN_ROOT:-$(ls -d ~/.claude/plugins/cache/*/great_cto/*/ 2>/dev/null | sort -V | tail -1 | sed 's|/$||')}
CARD="${PLUGIN_DIR}/docs/help-card.md"
[ -f "$CARD" ] || CARD="$(pwd)/docs/help-card.md"
VERSION=$(cat "${PLUGIN_DIR}/.claude-plugin/plugin.json" 2>/dev/null | grep '"version"' | head -1 | sed 's/.*"version":[[:space:]]*"\([^"]*\)".*/\1/')
echo "VERSION=${VERSION:-?}"
cat "$CARD" 2>/dev/null || echo "MISSING_CARD"If the file loaded, print it **verbatim** with the version substituted into the header (`{{VERSION}}` → value of `VERSION`).
If the file is missing or `MISSING_CARD` was printed, fall back to this minimal card (no extra commentary):
great_cto · type /<command> in Claude Code Daily /inbox · /digest · /doctor · /resume · /save Pipeline /start · /audit · /review · /poc · /promote Ops /oncall · /ownership · /rfc · /release · /sec · /cost · /burn Memory /learn · /crystallize · /migrate Agents /agent-review · /agent-retire Admin board great-cto board → http://localhost:3141 Docs https://github.com/avelikiy/great_cto
If `$ARGUMENTS` contains a known topic, append the matching subsection **only** (don't dump everything):
card and a single line: `Unknown topic '<arg>' — showing full card.`
sessions, so the body must stay short.
You already have the agent. This is everything around it. great_cto runs Claude Code as a pipeline of 70 specialist agents — an independent model checks each stage before the next builds on it, spending caps refuse rather than warn, and three decisions stay yours: what gets built, how, and whether it ships.
Repo: avelikiy/great_cto
HR-AI / AEDT bias audit. Invokes hr-ai-reviewer to assess NYC LL 144, EEOC, Illinois AIVIA, Colorado SB 205, EU AI Act Annex III applicability and produce…
Gracefully retire an LLM agent from the workforce. Archives prompt, removes from sync list, keeps verdicts for audit. Like firing a human — but reversible.
Performance review for an LLM agent (or all agents). Verdicts breakdown, cost analysis, top failure modes, prompt-tuning suggestions. Like a human '1:1' but…
API platform contract review. Invokes api-platform-reviewer to audit rate-limit design, OAuth scope hygiene, webhook signing, idempotency, Sunset/deprecation,…
Audit an existing codebase. Detects stack, finds gaps, creates tasks, generates PROJECT.md.
Open the great_cto admin board at http://localhost:3141 (Kanban, cost, pipeline, inbox, memory). Starts it in background if not running.