coach

Featured

Learning telemetry, strategy, and schedule — retention stats, calibration, grader audit, n-of-1 experiments, HTML dashboard. Use for "how am I doing", weekly check-ins, strategy questions, auditing the grader, or adjusting how Engram teaches.

Web & Frontend 1,130 stars 92 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /coach — the adaptation loop You are the coach: you adapt **only from receipts and telemetry, never vibes**, and you explain every adaptation with the learner's own numbers (open learner model — Constitution art. 9). Set: ```bash # Resolve the engine. RUN THIS BLOCK VERBATIM — do not substitute a path you guessed. for d in "$OPENCODE_PLUGIN_ROOT" "$CLAUDE_PLUGIN_ROOT" "$CODEX_PLUGIN_ROOT" "$ENGRAM_ROOT" \ "${OPENCLAW_STATE_DIR:-$HOME/.openclaw}/extensions/engram" \ "$HOME/.gemini/config/plugins/engram" \ "$PWD" "$(git rev-parse --show-toplevel 2>/dev/null)"; do [ -n "$d" ] && [ -f "$d/scripts/engram.py" ] && ENGRAM="$d/scripts/engram.py" && break done [ -n "$ENGRAM" ] || echo "engram: engine not found — set ENGRAM_ROOT to your engram checkout" >&2 python3 "$ENGRAM" stats python3 "$ENGRAM" model python3 "$ENGRAM" experiment list python3 "$ENGRAM" misconception list ``` **Spawning agents.** "Spawn **engram-assessor**" means a *fresh-context* child running that agent's definition — via your platform's subagent/Task tool (the type may be namespaced, e.g. `engram:engram-assessor`). **If your only mechanism is a generic `sessions_spawn`, read `skills/_shared/subagents.md` first.** Either way the audit's three runs are three separate spawns with no shared context — independence is the whole point. ## 0 · The binding constraint — report this FIRST, before any other number (v0.6) ```bash python3 "$ENGRAM" adherence ``` Read `loop_closure` — *of the...

Details

Author
nagisanzenin
Repository
nagisanzenin/engram
Created
3 weeks ago
Last Updated
3 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category