Reconcile agent memory with the project's governance docs — find where memory and AGENTS.md / .agent/rules.md contradict each other or went stale, fix the losing side, and promote memory-only durable policy into the docs. Invoke on a cadence, after a run of feedback-heavy sessions, or via /egmem. Requires a…
Migrate an EXISTING project onto the EstreGenesis AI-native standard — audit whatever rule files it already has (CLAUDE.md, .cursor/rules/, copilot-instructions, ad-hoc AGENTS.md), then run the seed's Migration A (scattered rules, no SSoT) or Migration C (custom + seed hybrid). Invoke when the user wants to adopt EG…
Upgrade a project that already runs on EstreGenesis — bring its seed up to the current release (Migration B numbered delta, additive only), refresh the installed EG plugins from the marketplace, and report what actually moved. Invoke when a new EG release lands, when the project's seed marker is behind, or via /egup.…
Short alias for eg-bootstrap — bootstrap a NEW project onto the EstreGenesis standard (fetch the seed tier, install it as .agent/seedprompt.md, run the seed's Bootstrap mode). Same behavior as /eg-bootstrap; use whichever name you remember.
Short alias for eg-interview — interview the requester into a delegable brief (purpose, constraints, success criteria) before decomposing or delegating. Pointer skill: reads and executes the canonical sibling.
Short alias for eg-memsync — reconcile agent memory with the project's governance docs: fix stale/contradictory content on whichever side lost, promote memory-only durable policy into the docs. Same behavior as /eg-memsync; use whichever name you remember.
Short alias for eg-migration — migrate an EXISTING project (one that already has CLAUDE.md / .cursor/rules / copilot-instructions) onto the EstreGenesis standard via the seed's Migration A or C. Same behavior as /eg-migration; use whichever name you remember.
Arm a project with everything EstreGenesis offers — the seed charter plus all six optional modules (Constellation, Superscalar, Hyperbrief, Greatpractice, Ultrasafe, Compendium), their plugins, hooks and MCP servers, wired and verified. Invoke when the user wants the full EG stack rather than the lean default, or via…
Short alias for eg-upgrade — bring a seeded project up to the current EstreGenesis release (seed delta via Migration B, additive only) and refresh its installed EG plugins. Same behavior as /eg-upgrade; use whichever name you remember.
Feed-analysis intake — take an external feedback artifact about the current project (adopter report, review document, issue, inbound A2A message), verify its claims against measured reality, and convert what survives into covering work: prevention mechanism first, fix second, contributor loop-close last. Treats the…
Talk-about elicitation — hold a relaxed, topic-anchored conversation that progressively draws out the requester's tacit knowledge needed for an upcoming review or judgment call. The gentle sibling of /eg-interview: same goal (real intent, real constraints, real criteria), opposite pace — one thread per turn…
Codify a recurring work pattern into a durable practice ("관행화"). Invoke when the same task pattern has recurred and should stop being re-remembered by hand — automatically when you notice a repeat, or explicitly via /routinize. Prime trigger — before-compact time, when the session's accumulated context (the raw…
Invoke when a stored Hyperbrief decision's revisitdate is reached, OR when an assumedinvariant in decisionlineage is violated by recent A2A signals, OR at session-start / Stop hook / 6h cron tick to scan the ledger. Loads the original IR, prompts user for actual outcome, computes outcome-quality vs decision-quality…
ALWAYS run BEFORE composing any message that asks the user for a decision, approval, or choice. Cheap escalation rubric (4-score + 5 MUST-trigger conditions) that returns one of {AUTONOMOUSDECIDE, SUMMARYBRIEF, FULLHYPERBRIEF, MINIMALBRIEF, BLOCKFRAMING}. v0.8 adds the brief-tier toggle (Hyperbrief.md §2.5) — the…
Use AFTER hyperbrief-trigger-check returns FULLHYPERBRIEF, SUMMARYBRIEF, DEEPBRIEF, or MINIMALBRIEF. v0.9 adds the request tier (Hyperbrief.md §2.6) — a bare request for a brief is a SUMMARYBRIEF rather than the heaviest tier, and DEEPBRIEF (§0.6) is request-only and the only tier permitted to fan out, so an unnamed…
Execution-scheduling discipline for parallel sub-agent dispatch. v0.5.0 / Superscalar v0.14.0 adds the /speculation toggle (§4 speculation authorization) — four modes plus a read-back (off default / auto asks per speculation with the four-element trade-off / on pre-authorizes low-downstream-sensitivity lanes while…
Context-cache discipline — the memory-hierarchy borrowing: keep the prompt-cache prefix stable the way a CPU keeps its working set hot. Three modes (off / self / agent): self applies the discipline in-session (pin model+effort at session head, compact at boundaries, rewind over compact for abandoned paths, account for…
Out-of-order execution for the main lane — when a question arises mid-task, don't stall: register it as a one-line entry on a question scoreboard, resolve it yourself where a measurement can, bypass it otherwise, and keep executing everything that doesn't depend on it. Late answers steer the affected slice only.…
Speculation-authorization mode toggle (Superscalar §4). Invoke as /speculation off|auto|on|always|status to set who authorizes a speculative lane — starting the likely branch of an unresolved gate before it resolves. Marker .agent/speculation.json, default off. The modes graduate along downstream sensitivity: auto…
Tiered model composition — pick the right model tier AND effort per lane instead of running every lane on the main model. Invoke as /subscaler on|off|status, or consult before any Workflow / parallel fan-out to route each lane to a tier. Five tiers (T1 frontier-reasoning · T1.5 frontier-execution · T2…
Dispatch-aggressiveness mode toggle + the parallel-dispatch checklist. Invoke as /superscalar always|auto|off|status to set how eagerly the agent fans out (marker .agent/superscalar.json, default auto; always inverts the burden of proof with a named veto list and auto-demotes on §6 threshold signals; safety invariants…