Loading...
Loading...
Map a described workflow to the right ECC command-GROUP with run-order and stop condition, and browse all command-group recipe families. Adds a family-grouping + run-order + when-to-stop layer on top of the flat command catalog. Advisory only. TRIGGER when the user says which commands for X, what command group runs X, show ECC recipes, list ECC pipelines, or how do I run a workflow with ECC. DO NOT TRIGGER when the user wants the task executed directly, wants a single-command deep doc (use ecc-guide), or wants a draft prompt rewritten (use prompt-optimizer).
npx skill4agent add affaan-m/ecc ecc-recipesecc-guideprompt-optimizer/ecc-recipesecc-guideprompt-optimizercommands/for D in \
"$HOME"/.claude/plugins/marketplaces/ecc/commands \
"$HOME"/.claude/plugins/cache/ecc/ecc/*/commands \
./commands \
./.claude/commands \
"$HOME"/.claude/commands; do
[ -d "$D" ] && CMD_DIR="$D" && break
done
[ -z "${CMD_DIR:-}" ] && { echo "No ECC commands directory found."; return 1; }
find "$CMD_DIR" -maxdepth 1 -name '*.md' -exec basename {} .md \; | sortmanifests/install-*.json| Family prefix | Recipe meaning | Typical run-order |
|---|---|---|
| gated Research, Plan, TDD, Review, Commit per task type | pick one orch-* by task kind; it runs its own internal phases |
| multi-model workflow | |
| PRD to plan to implement to PR pipeline | |
| large multi-unit epic, parallel | |
| managed autonomous loop and monitor | |
| generator and evaluator loop | |
| per-language CI triad | |
| behavior-hook management | |
| continuous-learning | |
| singletons | | standalone or glue between groups |
1. Live-read command names from CMD_DIR.
2. Classify into families by prefix and a singleton map.
3. If a workflow description was given -> MATCH MODE.
If none -> CATALOG MODE.
4. Advisory only: print the plan. Never run the matched commands.commands/<name>.md/ecc-guide <name>Workflow: <one-sentence restatement>
Best fit: <family> — <why>
(Alt: <family> — <why>)
Run-order:
/<cmd1> # job
/<cmd2> # job
/<cmd3> # job
STOP when: <condition>
WARNING (autonomous loops only): an unbounded loop burns subscription/credits —
add a max-iteration or max-cost backstop alongside the completion signal.
Read full docs:
commands/<cmd1>.md (or: /ecc-guide <cmd1>)/ecc-recipes/ecc-recipes plan a whole app upfront then auto-build with adversarial review until doneloop-*gan-*santa-loopplan-prdloop-start rfc-dag --mode safeloop-status/ecc-recipes fix a bug in my Go serviceorch-fix-defectgo-testgo-buildgo-reviewecc-guideprompt-optimizer