"description":"Fix C++ build errors, CMake issues, and linker problems incrementally. Invokes the cpp-build-resolver agent for minimal, surgical fixes.",
"type":"testing",
"primaryAgents":[
"cpp-build-resolver"
],
"allAgents":[
"cpp-build-resolver"
],
"skills":[
"cpp-coding-standards"
],
"path":"commands/cpp-build.md"
},
{
"command":"cpp-review",
"description":"Comprehensive C++ code review for memory safety, modern C++ idioms, concurrency, and security. Invokes the cpp-reviewer agent.",
"type":"testing",
"primaryAgents":[
"cpp-reviewer"
],
"allAgents":[
"cpp-reviewer"
],
"skills":[
"cpp-coding-standards",
"cpp-testing"
],
"path":"commands/cpp-review.md"
},
{
"command":"cpp-test",
"description":"Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[
"cpp-testing",
"tdd-workflow"
],
"path":"commands/cpp-test.md"
},
{
"command":"ecc-guide",
"description":"Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository surface.",
"description":"Analyze instincts and suggest or generate evolved structures",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[
"continuous-learning-v2"
],
"path":"commands/evolve.md"
},
{
"command":"fastapi-review",
"description":"Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, security, performance, and testability.",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/fastapi-review.md"
},
{
"command":"feature-dev",
"description":"Guided feature development with codebase understanding and architecture focus",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/feature-dev.md"
},
{
"command":"flutter-build",
"description":"Fix Dart analyzer errors and Flutter build failures incrementally. Invokes the dart-build-resolver agent for minimal, surgical fixes.",
"type":"testing",
"primaryAgents":[
"dart-build-resolver"
],
"allAgents":[
"dart-build-resolver"
],
"skills":[
"flutter-dart-code-review"
],
"path":"commands/flutter-build.md"
},
{
"command":"flutter-review",
"description":"Review Flutter/Dart code for idiomatic patterns, widget best practices, state management, performance, accessibility, and security. Invokes the flutter-reviewer agent.",
"type":"testing",
"primaryAgents":[
"flutter-reviewer"
],
"allAgents":[
"flutter-reviewer"
],
"skills":[
"flutter-dart-code-review"
],
"path":"commands/flutter-review.md"
},
{
"command":"flutter-test",
"description":"Run Flutter/Dart tests, report failures, and incrementally fix test issues. Covers unit, widget, golden, and integration tests.",
"type":"testing",
"primaryAgents":[
"dart-build-resolver",
"flutter-reviewer"
],
"allAgents":[
"dart-build-resolver",
"flutter-reviewer"
],
"skills":[
"flutter-dart-code-review"
],
"path":"commands/flutter-test.md"
},
{
"command":"gan-build",
"description":"Run a generator/evaluator build loop for implementation tasks with bounded iterations and scoring.",
"type":"orchestration",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/gan-build.md"
},
{
"command":"gan-design",
"description":"Run a generator/evaluator design loop for frontend or visual work with bounded iterations and scoring.",
"type":"planning",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/gan-design.md"
},
{
"command":"go-build",
"description":"Fix Go build errors, go vet warnings, and linter issues incrementally. Invokes the go-build-resolver agent for minimal, surgical fixes.",
"type":"testing",
"primaryAgents":[
"go-build-resolver"
],
"allAgents":[
"go-build-resolver"
],
"skills":[
"golang-patterns"
],
"path":"commands/go-build.md"
},
{
"command":"go-review",
"description":"Comprehensive Go code review for idiomatic patterns, concurrency safety, error handling, and security. Invokes the go-reviewer agent.",
"type":"testing",
"primaryAgents":[
"go-reviewer"
],
"allAgents":[
"go-reviewer"
],
"skills":[
"golang-patterns",
"golang-testing"
],
"path":"commands/go-review.md"
},
{
"command":"go-test",
"description":"Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover.",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[
"golang-testing",
"tdd-workflow"
],
"path":"commands/go-test.md"
},
{
"command":"gradle-build",
"description":"Fix Gradle build errors for Android and KMP projects",
"type":"build",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/gradle-build.md"
},
{
"command":"harness-audit",
"description":"Run a deterministic repository harness audit and return a prioritized scorecard.",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/harness-audit.md"
},
{
"command":"hookify-configure",
"description":"Enable or disable hookify rules interactively",
"type":"general",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/hookify-configure.md"
},
{
"command":"hookify-help",
"description":"Get help with the hookify system",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/hookify-help.md"
},
{
"command":"hookify-list",
"description":"List all configured hookify rules",
"type":"general",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/hookify-list.md"
},
{
"command":"hookify",
"description":"Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions",
"type":"general",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/hookify.md"
},
{
"command":"instinct-export",
"description":"Export instincts from project/global scope to a file",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/instinct-export.md"
},
{
"command":"instinct-import",
"description":"Import instincts from file or URL into project/global scope",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[
"continuous-learning-v2"
],
"path":"commands/instinct-import.md"
},
{
"command":"instinct-status",
"description":"Show learned instincts (project + global) with confidence",
"type":"review",
"primaryAgents":[],
"allAgents":[],
"skills":[
"continuous-learning-v2"
],
"path":"commands/instinct-status.md"
},
{
"command":"jira",
"description":"Retrieve a Jira ticket, analyze requirements, update status, or add comments. Uses the jira-integration skill and MCP or REST API.",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[
"jira-integration"
],
"path":"commands/jira.md"
},
{
"command":"kotlin-build",
"description":"Fix Kotlin/Gradle build errors, compiler warnings, and dependency issues incrementally. Invokes the kotlin-build-resolver agent for minimal, surgical fixes.",
"type":"testing",
"primaryAgents":[
"kotlin-build-resolver"
],
"allAgents":[
"kotlin-build-resolver"
],
"skills":[
"kotlin-patterns"
],
"path":"commands/kotlin-build.md"
},
{
"command":"kotlin-review",
"description":"Comprehensive Kotlin code review for idiomatic patterns, null safety, coroutine safety, and security. Invokes the kotlin-reviewer agent.",
"type":"testing",
"primaryAgents":[
"kotlin-reviewer"
],
"allAgents":[
"kotlin-reviewer"
],
"skills":[
"kotlin-patterns",
"kotlin-testing"
],
"path":"commands/kotlin-review.md"
},
{
"command":"kotlin-test",
"description":"Enforce TDD workflow for Kotlin. Write Kotest tests first, then implement. Verify 80%+ coverage with Kover.",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[
"kotlin-testing",
"tdd-workflow"
],
"path":"commands/kotlin-test.md"
},
{
"command":"learn-eval",
"description":"Extract reusable patterns from the session, self-evaluate quality before saving, and determine the right save location (Global vs Project).",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/learn-eval.md"
},
{
"command":"learn",
"description":"Extract reusable patterns from the current session and save them as candidate skills or guidance.",
"type":"review",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/learn.md"
},
{
"command":"loop-start",
"description":"Start a managed autonomous loop pattern with safety defaults and explicit stop conditions.",
"type":"testing",
"primaryAgents":[],
"allAgents":[],
"skills":[],
"path":"commands/loop-start.md"
},
{
"command":"loop-status",
"description":"Inspect active loop state, progress, failure signals, and recommended intervention.",
"description":"Plan and execute a full marketing campaign. Accepts a product brief and returns positioning, landing page copy, email sequence, social posts, ad variants, video scripts, and a content calendar. Can also review existing copy for conversion quality.",
"description":"Orchestrate building a brand-new feature end to end — research, plan, TDD, review, gated commit. Wrapper that kicks off the orch-add-feature skill.",
"type":"orchestration",
"primaryAgents":[],
"allAgents":[],
"skills":[
"orch-add-feature"
],
"path":"commands/orch-add-feature.md"
},
{
"command":"orch-build-mvp",
"description":"Orchestrate bootstrapping a working MVP from a design/spec doc — ingest, slice, scaffold, TDD, review, gated commit (reuses the GAN harness). Wrapper for the orch-build-mvp skill.",
"type":"orchestration",
"primaryAgents":[],
"allAgents":[],
"skills":[
"orch-build-mvp"
],
"path":"commands/orch-build-mvp.md"
},
{
"command":"orch-change-feature",
"description":"Orchestrate altering an existing, working feature to new desired behavior — update tests to the new spec, change impl, review, gated commit. Wrapper for the orch-change-feature skill.",
"type":"orchestration",
"primaryAgents":[],
"allAgents":[],
"skills":[
"orch-add-feature",
"orch-change-feature",
"orch-fix-defect"
],
"path":"commands/orch-change-feature.md"
},
{
"command":"orch-fix-defect",
"description":"Orchestrate fixing a bug — reproduce it as a failing regression test, fix to green, review, gated commit. Wrapper for the orch-fix-defect skill.",
"type":"orchestration",
"primaryAgents":[],
"allAgents":[],
"skills":[
"orch-add-feature",
"orch-change-feature",
"orch-fix-defect"
],
"path":"commands/orch-fix-defect.md"
},
{
"command":"orch-refine-code",
"description":"Orchestrate a behavior-preserving refactor — confirm tests green, restructure without changing behavior, keep green, review, gated commit. Wrapper for the orch-refine-code skill.",
"description":"Run the orch-review native Workflow over a diff (local changes or a GitHub PR) and report blocking vs advisory findings. Surface for the orch-review workflow.",
"description":"Comprehensive React/JSX code review for hook correctness, render performance, server/client component boundaries, accessibility, and React-specific security. Invokes the react-reviewer agent (and typescript-reviewer alongside on TSX/JSX changes).",
"type":"testing",
"primaryAgents":[
"react-reviewer",
"typescript-reviewer"
],
"allAgents":[
"react-reviewer",
"typescript-reviewer"
],
"skills":[
"accessibility",
"react-patterns",
"react-testing"
],
"path":"commands/react-review.md"
},
{
"command":"react-test",
"description":"Enforce TDD workflow for React. Write React Testing Library tests first (behavior-focused, accessibility-first), then implement components. Detects Vitest or Jest and verifies coverage targets.",