Reference
The Reference section is the ground-truth, look-it-up layer of the Echo docs. Where the Guides explain why, these pages state exactly what — kept in step with the plugin’s own source.
- Commands — the three slash commands
(
/echo:setup,/echo:tick,/echo:status): what each does, when to run it, its arguments, and example output. - Configuration — the complete config reference. Every
key in the plugin’s
defaults.json, its type, default, and how it is consumed, plus theECHO_*environment overrides. This is the anti-drift page: every key that ships indefaults.jsonis documented here. - Scripts — a role-grouped map of every script under
skills/echo-core/scripts/andskills/echo-backlog/scripts/, one line each.
Configuration lives in each project’s .claude/echo/config.json (overrides
only) merged over the plugin defaults — start at the
Configuration page to see the full surface.