ajhahn.de
← eeco-claude-plugin
Markdown 30 lines
---
description: Assemble and read eeco's deterministic context brief (knowledge layer distilled). Flags --brief, --json, --metrics, --copy, --write PATH.
argument-hint: "[--brief] [--json] [--metrics] [--copy] [--write PATH]"
---

Run eeco's context brief and bring it into the conversation.

Use the Bash tool to run:

```
eeco go $ARGUMENTS
```

`eeco go` assembles a deterministic brief from the project's knowledge layer
(memory facts, queue, notes) and prints it to stdout. No AI call is made by the
command itself. Read the brief, then use it as grounding for whatever the user
asks next.

Notable flags you can pass through `$ARGUMENTS`:

- `--brief` — print only the brief body, without header/footer chrome.
- `--json` — emit the brief as JSON (nine frozen top-level keys).
- `--metrics` — print an assembly-metrics readout to stderr after the brief.
- `--copy` — copy the brief to the system clipboard.
- `--write PATH` — write the brief to PATH instead of stdout.

If the command fails because `eeco` is not found, tell the user the plugin
requires the `eeco` binary on `PATH` and point them to the install instructions
at https://github.com/ajhahnde/eeco — do not attempt to install it yourself.