superscalar
v0.5.2Execution-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 high-sensitivity ones still ask / always pre-authorizes every lane inside the §3 barrier / status reports the mode and where it would next apply). The modes graduate along downstream sensitivity, an axis §4 already named, so this is a threshold on existing vocabulary rather than new vocabulary. One constraint governs all four and cannot be read past: the mode changes WHO authorizes a lane, never WHAT a lane may touch — read the other way, there is no mode in which speculation reaches a write, deploy, send, or delete, so no operator setting turns speculation into an outward-facing action; widening scope is a separate and narrower decision than changing who signs off. Andon transparency (visual signal, /stop-spec pull-cord, misprediction logging) is unconditional at every mode including always, because pre-authorization removes the question and not the visibility — dropping the announcement at always would make the loudest mode the quietest one. State is one marker (.agent/speculation.json, absent ⇒ off) read at dispatch time and never mirrored, and a mode change is a declaration event where a board is present. v0.4.0 / Superscalar v0.12.0 adds the /context-caching toggle (§5.4 memory-hierarchy borrowing) — three modes (off/self/agent): pin model+effort at session head (each is a cache key), compact at task boundaries with rewind-over-compact for abandoned paths, prefetch context right after boundaries, account for cache-cold subagents in fan-out pricing, consult the per-harness flush list before mid-session mutations, and measure with the cache counters instead of declaring; volatile vendor numbers (multipliers, TTLs, minimums, storage rents) live in cache-registry.json under the dated/confirmedBy/revisit contract with singleSource marks. v0.3.0 / Superscalar v0.11.0 adds the /ooo question-scoreboard toggle (§5.3) — out-of-order execution for the main lane itself: a mid-task question registers as a one-line scoreboard entry instead of stalling the queue (self-resolve by measurement → bypass independents → assumption-run only under §4 speculation gates → park), late answers wake only their dependents, and loss/external-publish gates are never bypassed — the toggle moves the waiting, never the gates. v0.2.0 / Superscalar v0.6.0 adds the /subscaler toggle (§5.1 tiered model composition): when the main agent runs a frontier reasoning model, delegate execution-shaped work (code writing/editing) to the strongest execution-tier model as subagents — Fable-class→Opus-class / Sol-class→Terra-class, effort high — with a delegation rubric (spec-complete work delegates, architecture/judgment/review stays), per-harness application surfaces (Claude Code Agent-tool model param + Workflow opts; Codex .codex/agents TOML; Kimi per-invocation), single-marker-file toggle state, and default OFF (recommended ON for fan-outs, where the shared prompt cache is already forfeited). v0.2.4 / Superscalar v0.10.0: five-tier vocabulary — T1.5 frontier-execution band (the vendor's start-here flagship at ~half T1 price, split from T1 on temperament: it converts thinking into action sooner, so T1.5 lanes always pair with verification gates) + per-account entitlement check for invitation-gated models. Wraps Superscalar.md as model-invoked skills the agent consults before fan-out decisions: issue_width formula + worktree-isolated reorder buffer + cost-benefit gate + opt-in speculation + adoption thresholds + n=8 dogfood ledger (Entry 05 absorption sync to bundle 005 — case 8 first-worktree-write data point + §2b nested-repo limitation + R3 + secondary verification-depth lesson) + Entry 06 controlled A/B measurement showing 'parallelism is not sufficient; orchestration discipline produces consistency' + v0.4.1 §3.1 Hyperbrief decision-delegation interlock (write/deploy/send lanes pass through both cost-benefit gate AND hyperbrief-trigger-check; read-only lanes exempt).
By SoliEstreLicense: Apache-2.08 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install superscalar for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install superscalar@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/SoliEstre/EstreGenesisClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/superscalar/.
Plugin files
├── .claude-plugin/plugin.json├── skills/context-caching/SKILL.md├── skills/ooo/SKILL.md└── skills/subscaler/SKILL.md
Included Skills3
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 cache-cold subagents, measure with the cache counters); agent delegates the watching to a resident. Volatile vendor numbers live in cache-registry.json, never in this skill.
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. Includes an always-on toggle (/ooo on|off|status) and optional Constellation decisions-panel projection. Loss/external-publish gates are never bypassed.
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 agentic-execution · T3 bulk-worker · T4 resident-observer), routing by task shape, per-harness binding keys and vendor-exact effort values in plugins/superscalar/model-registry.json (dated, replaceable). Default OFF; recommended ON for fan-outs. Spec: Superscalar.md §5.1.
Plugin manifests1
{
"name": "superscalar",
"version": "0.5.2",
"description": "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 high-sensitivity ones still ask / always pre-authorizes every lane inside the §3 barrier / status reports the mode and where it would next apply). The modes graduate along downstream sensitivity, an axis §4 already named, so this is a threshold on existing vocabulary rather than new vocabulary. One constraint governs all four and cannot be read past: the mode changes WHO authorizes a lane, never WHAT a lane may touch — read the other way, there is no mode in which speculation reaches a write, deploy, send, or delete, so no operator setting turns speculation into an outward-facing action; widening scope is a separate and narrower decision than changing who signs off. Andon transparency (visual signal, /stop-spec pull-cord, misprediction logging) is unconditional at every mode including always, because pre-authorization removes the question and not the visibility — dropping the announcement at always would make the loudest mode the quietest one. State is one marker (.agent/speculation.json, absent ⇒ off) read at dispatch time and never mirrored, and a mode change is a declaration event where a board is present. v0.4.0 / Superscalar v0.12.0 adds the /context-caching toggle (§5.4 memory-hierarchy borrowing) — three modes (off/self/agent): pin model+effort at session head (each is a cache key), compact at task boundaries with rewind-over-compact for abandoned paths, prefetch context right after boundaries, account for cache-cold subagents in fan-out pricing, consult the per-harness flush list before mid-session mutations, and measure with the cache counters instead of declaring; volatile vendor numbers (multipliers, TTLs, minimums, storage rents) live in cache-registry.json under the dated/confirmedBy/revisit contract with singleSource marks. v0.3.0 / Superscalar v0.11.0 adds the /ooo question-scoreboard toggle (§5.3) — out-of-order execution for the main lane itself: a mid-task question registers as a one-line scoreboard entry instead of stalling the queue (self-resolve by measurement → bypass independents → assumption-run only under §4 speculation gates → park), late answers wake only their dependents, and loss/external-publish gates are never bypassed — the toggle moves the waiting, never the gates. v0.2.0 / Superscalar v0.6.0 adds the /subscaler toggle (§5.1 tiered model composition): when the main agent runs a frontier reasoning model, delegate execution-shaped work (code writing/editing) to the strongest execution-tier model as subagents — Fable-class→Opus-class / Sol-class→Terra-class, effort high — with a delegation rubric (spec-complete work delegates, architecture/judgment/review stays), per-harness application surfaces (Claude Code Agent-tool model param + Workflow opts; Codex .codex/agents TOML; Kimi per-invocation), single-marker-file toggle state, and default OFF (recommended ON for fan-outs, where the shared prompt cache is already forfeited). v0.2.4 / Superscalar v0.10.0: five-tier vocabulary — T1.5 frontier-execution band (the vendor's start-here flagship at ~half T1 price, split from T1 on temperament: it converts thinking into action sooner, so T1.5 lanes always pair with verification gates) + per-account entitlement check for invitation-gated models. Wraps Superscalar.md as model-invoked skills the agent consults before fan-out decisions: issue_width formula + worktree-isolated reorder buffer + cost-benefit gate + opt-in speculation + adoption thresholds + n=8 dogfood ledger (Entry 05 absorption sync to bundle 005 — case 8 first-worktree-write data point + §2b nested-repo limitation + R3 + secondary verification-depth lesson) + Entry 06 controlled A/B measurement showing 'parallelism is not sufficient; orchestration discipline produces consistency' + v0.4.1 §3.1 Hyperbrief decision-delegation interlock (write/deploy/send lanes pass through both cost-benefit gate AND hyperbrief-trigger-check; read-only lanes exempt).",
"author": {
"name": "SoliEstre",
"url": "https://github.com/SoliEstre/EstreGenesis"
},
"license": "Apache-2.0",
"homepage": "https://github.com/SoliEstre/EstreGenesis/blob/main/Superscalar.md",
"repository": "https://github.com/SoliEstre/EstreGenesis"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[superscalar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/superscalar)