-
-
Notifications
You must be signed in to change notification settings - Fork 33k
ECC 2.0 preview: meta-harness, optimization skills, and gated prediction-market workflows #2055
-
ECC 2.0 preview work is now public on main.
The short version: ECC is moving from a Claude Code config/plugin pack into a meta-harness for agentic work.
That means the reusable layer above the individual AI coding clients:
- skills instead of one-off prompts
- hooks and checks instead of manual discipline
- MCP conventions for tools, docs, browser, research, and connected apps
- release gates, package gates, discussion gates, and operator dashboards
- Claude Code, Codex, OpenCode, Cursor, Gemini, Zed, Copilot, and terminal workflows sharing the same system shape
This preview also adds two new public skill surfaces.
Optimization Skills
These came out of real rollout behavior where repeated, recursive, high-pressure prompting worked because it forced the agent to stop doing single-shot reasoning and start using measured loops.
The new skills turn that into reusable workflows:
parallel-execution-optimizerbenchmark-optimization-loopdata-throughput-acceleratorlatency-critical-systemsrecursive-decision-ledger
The goal is faster work without fake certainty: baseline, split lanes, benchmark variants, codify the winner, rerun correctness checks, and keep a decision ledger when repeated rollouts matter.
Itô Prediction-Market Skill Pack
This is a public teaser skill pack for research, comparison, planning, oracle-style market intelligence, and risk review around prediction-market workflows.
Itô remains a separate business from ECC Tools. The public skills do not place trades by default, do not provide investment advice, do not use private keys, and require explicit gated API access for any Itô-backed call.
Included:
ito-market-intelligenceito-basket-compareito-trade-plannerito-data-atlas-agentprediction-market-oracle-researchprediction-market-risk-review
Release Candidate Links
- README: https://github.com/affaan-m/ECC
- Release notes: https://github.com/affaan-m/ECC/blob/main/docs/releases/2.0.0-rc.1/release-notes.md
- Preview pack manifest: https://github.com/affaan-m/ECC/blob/main/docs/releases/2.0.0-rc.1/preview-pack-manifest.md
- Itô skill-pack boundary: https://github.com/affaan-m/ECC/blob/main/docs/releases/2.0.0-rc.1/ito-prediction-market-skill-pack.md
The npm rc, plugin surfaces, billing URLs, and final publication ledger are still gated until their live readbacks are attached. This discussion is for feedback on the public repo surface now that the new skill packs and ECC 2.0 framing are on main.
Feedback wanted:
- which workflows should be first-class skills rather than docs;
- where cross-harness install still feels confusing;
- what optimization/latency/data-throughput workflows you want packaged next;
- which prediction-market research use cases are useful without live trading access;
- examples of teams using multiple AI coding harnesses and needing one shared operator layer.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 11 -
❤️ 4
Replies: 1 comment
-
Update after the release/package readbacks:
- GitHub prerelease
v2.0.0-rc.1is live: https://github.com/affaan-m/ECC/releases/tag/v2.0.0-rc.1 - npm rc package is live on
next: https://www.npmjs.com/package/ecc-universal/v/2.0.0-rc.1 latestremains1.10.0; rc.1 did not move the stable tag.- Release notes, quickstart, URL ledger, owner packet, publication readiness, and launch copy have been refreshed around that state.
Still gated: Claude plugin tag, Codex repo-marketplace evidence, primary/short video URLs, ECC Tools billing/readiness URL, and final outbound approval.
The useful feedback target is unchanged: install friction, cross-harness gaps, optimization workflows that should become first-class skills, and prediction-market research workflows that are useful without live trading access.
Beta Was this translation helpful? Give feedback.