check
25Command
Verify code quality, security, performance, and coverage. One command to audit everything.
Command
Verify code quality, security, performance, and coverage. One command to audit everything.
Command
CLI status display — terse one-screen view of plan tree, active task, conflicts, freezes, token budget, recent decisions.
Command
Design APIs, databases, and documentation before coding.
Command
Create project-level skills / rules / commands. Always writes to .claude/ in the user's project — NEVER to the plugin's aura-frog/ folder.
Command
Self-healing orchestration. Diagnose F2/F3 failures, view proposals, accept/decline, disable.
Command
Category: System Syntax: /help [command|topic].
Command
MCP security operations. Status, audit, rate-limit reset, connectivity test.
Command
Compress a completed branch. Alias for /aura-frog:plan archive (v3.7.2+).
Command
Inspect, resolve, audit plan-tree conflicts. Alias for /aura-frog:plan conflicts (v3.7.2+).
Command
Decompose a plan node one tier down (T1→T2, T2→T3, T3→T4). Alias for /aura-frog:plan expand (v3.7.2+).
Command
Manually freeze a plan node, cascading to descendants. Alias for /aura-frog:plan freeze (v3.7.2+).
Command
Return and activate the next ready T4 task. Alias for /aura-frog:plan next (v3.7.2+).
Command
Bubble a T4 discovery up to T2 or T1. Alias for /aura-frog:plan promote " " (v3.7.2+).
Command
Force replan of a node and all descendants. Alias for /aura-frog:plan replan (v3.7.2+).
Command
Render the current plan tree. Alias for /aura-frog:plan status (v3.7.2+).
Command
Reverse a freeze. Alias for /aura-frog:plan thaw (v3.7.2+).
Command
Restore the latest checkpoint (LIFO). Alias for /aura-frog:plan undo [ ] (v3.7.2+).
Command
Hierarchical planning entry point — all 11 plan verbs in one command. v3.7.2 consolidates /aura-frog:plan- (10 commands) into a single dispatcher that routes via the plan-orchestrator skill. The legacy plan- aliases still work as thin stubs.
Command
Run pre-flight validation against the current tool context, manage policies, or bypass once.
Command
Unified project management. Handles detection, initialization, configuration, context generation, and environment loading.
Command
Distill the active Epic (T2 Feature) into permanentmemory and offer to start a fresh session. Preserves history.jsonl, plan tree, conflict cache.
Command
The universal entry point. Type /run and Aura Frog auto-detects intent: feature, bugfix, refactor, test, deploy, review — then runs the right flow.
Command
Render the reasoning trace for a task — filereads, outputclaims, toolcalls, decisions. Surfaces hallucinations (claims with grounded: false).
Hook
Runs when a session starts, executing envrc-guarded-source.sh, compact-handoff.cjs and dispatch.cjs with --resume (3 commands). From nguyenthienthanh/aura-frog.