ecc-recipes

Maps workflow descriptions to ECC command groups with run-order and stop conditions.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/CYRUS-pinto/pi-bot --skill ecc-recipes-cyrus-pinto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecc-recipes
Source: https://github.com/CYRUS-pinto/pi-bot/tree/main/.agents/skills/ecc-recipes
Command: npx skills add https://github.com/CYRUS-pinto/pi-bot --skill ecc-recipes-cyrus-pinto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with the ECC slash-command ecosystem, users struggle to know which group of commands fits their workflow, in what order to run them, and when to stop. This Skill bridges the gap between a flat command catalog and actual multi-command workflow execution. ## Core Features & Use Cases - Workflow Matching: Describe a task (e.g., "fix a bug in my Go service") and get the best-fit command family with an exact run-order sequence and explicit stop condition. - Catalog Browsing: Invoke without a description to see all command-group families, member counts, and typical run-orders, derived live from the commands directory. - Safety Guardrails: Autonomous loop recipes include warnings about subscription burn and recommend max-iteration backstops. - Use Case: You want to plan an app upfront and auto-build it with adversarial review. The Skill recommends plan-prd then loop-start rfc-dag --mode safe, monitored via loop-status, stopping when all units pass review N consecutive times. ## Quick Start Ask which ECC command group runs your workflow, for example by describing the task you want to accomplish and requesting the matching recipe with run-order.

Frequently Asked Questions about ecc-recipes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find which ECC commands to run for my workflow?

Invoke the skill with a description of your workflow, such as "fix a bug in my Go service". It live-reads the commands directory, classifies commands into families, and returns the best-fit family with an exact run-order sequence and stop condition.

How do I list all ECC command-group recipes?

Invoke the skill with no description to enter catalog mode. It prints a family table showing each command family, member count, members, one-line meaning, and typical run-order, ending with the total command count.

Does ecc-recipes execute the commands it recommends?

No, the skill is advisory only. It prints the recommended plan with run-order and stop conditions but never runs the matched commands. To execute, invoke the individual commands directly or read their docs via /ecc-guide.

When should I use ecc-guide instead of ecc-recipes?

Use ecc-guide when you want deep documentation for a single command. Use ecc-recipes when you need to know which group of commands runs a whole workflow, in what order, and when to stop.

What are the risks of running autonomous loop commands?

Unbounded autonomous loops like loop-start can burn subscription credits or API quota. The skill always recommends adding a max-iteration or max-cost backstop alongside the completion signal when matching loop-based recipes.