| name | ecp |
| description | Use for ecp command and workflow reference. Start here for command selection, help routing, and links into the detailed guides. |
ecp — Entry Point
This is the single entry point for the Codex-facing ecp skill set.
When you need to use ecp, do not guess from memory. First identify the task category, then open the matching guide.
Layer 1: Core Directives
These rules apply to every ecp task.
Directive 1: Use the actual help output
ecp --help is the top-level command map.
ecp admin --help is the admin subcommand map.
Do not treat ecp admin as a help command; it launches the interactive TUI by default.
Directive 2: Prefer the smallest command that fits
If a task can be answered by the top-level help or a single subcommand help page, use that before reading any broader reference.
Directive 3: Keep task-specific workflows separate
Command syntax, review workflows, and broader repository guidance should live in separate guides instead of one large doc.
Layer 2: Decision Tree
If you are unsure which command to use, start with ecp --help, then open the matching guide.
Layer 3: On-Demand References
These are support files, not entry points.
guides/ — detailed command and workflow references
../simplify/SKILL.md — graph-aware review workflow built on top of ecp
If you find yourself reading every file under skill_sample/codex/ for one task, you skipped Layer 2.