Skip to content

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 the ECHO_* environment overrides. This is the anti-drift page: every key that ships in defaults.json is documented here.
  • Scripts — a role-grouped map of every script under skills/echo-core/scripts/ and skills/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.