add-language-rules
Workflow command scaffold for add-language-rules in everything-claude-code.
Inspect active loop state, progress, failure signals, and recommended intervention.
> /plugin marketplace add affaan-m/ECC > /plugin install ecc@ecc
How it fires
How this command gets triggered: by you, by Claude, or both.
/loop-statusContext preview
What this command does when you run it.
Inspect active loop state, progress, failure signals, and recommended intervention.
description: Inspect active loop state, progress, failure signals, and recommended intervention.
Inspect active loop state, progress, and failure signals.
This slash command can only run after the current session dequeues it. If you need to inspect a wedged or sibling session, run the packaged CLI from another terminal:
npx --package ecc-universal ecc loop-status --json
The CLI scans local Claude transcript JSONL files under `~/.claude/projects/**` and reports stale `ScheduleWakeup` calls or `Bash` tool calls that have no matching `tool_result`.
`/loop-status [--watch]`
Claude transcripts.
inspecting another local profile or mounted workspace.
directly.
threshold.
found, or `1` when transcripts cannot be scanned.
not wait forever for a process exit.
number of times, then exits with the highest status seen.
scripts and handoffs.
`index.json` and per-session JSON snapshots for sibling terminals or watchdog scripts.
When `--watch` is present, refresh status periodically. With `--json`, each refresh is emitted as one JSON object per line so another terminal or script can consume the stream.
Use `--write-dir <dir>` when a separate process needs to inspect loop state without waiting for the current Claude session to dequeue `/loop-status`. The CLI writes:
These files are snapshots of local transcript analysis. They do not control or timeout Claude Code runtime tool calls.
$ARGUMENTS:
Your agent can write code, but ECC gives it a coordinated engineering system and toolbox: it plans before it builds, verifies changes with tests, reviews its own work from a fresh context, remembers what matters, and turns repeated wins into reusable skills
Repo: affaan-m/ECC
Workflow command scaffold for add-language-rules in everything-claude-code.
Workflow command scaffold for database-migration in everything-claude-code.
Workflow command scaffold for feature-development in everything-claude-code.
Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
Pull the latest ECC repo changes and reinstall the current managed targets.