One objective in, a verified result out - the smallest correct change, checked against the real tests. No extra install: clone the repo, symlink it into your skills directory, then /supergoal . Landing page: cskwork.github.io/supergoal-skill.
FAQ
supergoal is a Claude Code plugin with 2 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes supergoal, archify. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add cskwork/supergoal-skill> /plugin install supergoal@supergoal
English | 한국어
One objective in, a verified result out - the smallest correct change, checked against the real tests.
No extra install: clone the repo, symlink it into your skills directory, then /supergoal <objective>.
Landing page: cskwork.github.io/supergoal-skill.
An agent skill for heavy coding objectives where a normal "just edit it" pass is too easy to fool. It takes one objective, chooses the right workflow route, uses fresh-context roles for code delivery, makes the smallest correct change, checks the request and project docs against the real behavior, then stops.
/supergoal does/supergoal is a routing and verification wrapper around an agent. The useful mental model:
wayfinder/ Frontier Map so only one vertical slice enters delivery.SKILL.md stays small; each route loads its own
reference/ and agents/ files only when needed.GOAL.md
ticks, and R-LOOP.md. The only optional extra dispatch is a trigger-gated pre-Build plan attack for
risky/under-specified work.GOAL.md criteria the builder covers
red-first.A strong model with the real spec is the bar. /supergoal adds the part a plain baseline skips under
pressure: a user-reviewed goal plan that already enumerates spec coverage and edge cases, a builder
that must exit green, and an independent verifier that tries to disprove the result against the real
proof layer - with the evidence recorded. Once invoked for code delivery, /supergoal uses the
role-loop instead of downgrading to an inline shortcut.
Each role is a bundled file in agents/, so dispatch stays harness-agnostic across Claude Code, Codex,
agy, and other agent CLIs. Frame -> Plan approval -> Build -> Exact Verify/QA -> Finalize is the
mandatory core; the conditional plan attack stays available for the under-specified frontier. The
conductor stays lean: subagents load the heavy references for their phase, and independent units run in
parallel.
.supergoal/rules/RULES.md, supergoal reads it before
every run and honors it across all modes as the highest-priority preferences - never weakening safety
gates. Created only when you ask, gitignored, and otherwise left untouched (reference/rules.md)./supergoal detects the mode from your objective:
flowchart TD
A["/supergoal <one heavy objective>"] --> B["Frame the goal<br/>acceptance criteria<br/>hidden risks"]
B --> C{"Route by objective"}
C -->|"build / make / ship"| GREENFIELD["GREENFIELD<br/>new app or tool"]
C -->|"fix / broken / failing"| DEBUG["DEBUG<br/>reproduce, diagnose, fix"]
C -->|"add / integrate / refactor"| LEGACY["LEGACY<br/>map existing code first"]
C -->|"spec / requirements / roadmap"| WAYFINDER["WAYFINDER<br/>map -> ticket depth -> frontier"]
C -->|"prototype / spike"| PROTOTYPE["PROTOTYPE<br/>throwaway proof"]
C -->|"QA / verify only"| QAONLY["QA-ONLY<br/>Impact Matrix + evidence"]
C -->|"review / audit"| REVIEW["REVIEW-ONLY<br/>findings, no fixes"]
C -->|"architecture improvement"| ARCHITECTURE["ARCHITECTURE<br/>friction survey -> candidates"]
C -->|"explain / teach"| TEACH["TEACH<br/>stateful teaching workspace"]
C -->|"learn / onboard"| LEARN["LEARN-DOMAIN<br/>persist domain wiki"]
C -->|"harness effectiveness"| HARNESS["HARNESS-EVAL<br/>baseline vs harness"]
C -->|"make a reusable skill"| SKILLMINE["SKILL-MINE<br/>mine -> forge -> install"]
GREENFIELD --> LOOP["Default delivery loop<br/>Frame -> Plan approval -> Build<br/>-> Exact Verify/QA -> Finalize<br/>(plan attack opt-in)"]
DEBUG --> LOOP
LEGACY --> LOOP
WAYFINDER --> REPORT
PROTOTYPE --> REPORT
ARCHITECTURE --> PICK["Grill chosen candidate<br/>then route to LEGACY or WAYFINDER"]
QAONLY --> REPORT["No product code by default<br/>report evidence and risk"]
REVIEW --> REPORT
TEACH --> REPORT
LEARN --> REPORT
HARNESS --> REPORT
SKILLMINE --> REPORT
| Objective looks like | Mode | Approach |
|---|---|---|
| "build / ship a new app/tool" | GREENFIELD | default loop; broad/foggy app requests first use a wayfinder/ Frontier Map, then one selected vertical slice enters Build |
| "fix / broken / failing / why does" | DEBUG | default loop; reproduce with a failing test first |
| "add X to our existing/legacy code" | LEGACY | default loop; map the code first; refactoring an existing API: capture its exact behavior first, Verify diffs against that baseline |
| "spec this / break this into tickets / roadmap / what first?" | WAYFINDER | issue map under the run vault's wayfinder/ folder -> optional ticket-depth sections (glossary, user story, EARS checks, design notes, tasks) and cited research assets via reference/research.md when outside facts are needed -> vertical tickets -> blocker edges -> next frontier; route one ticket, stop, then ask for context clear + integration test before the next |
| "prototype / spike / try variants before building" | PROTOTYPE | throwaway proof answers one question; UI/interaction prototypes load SuperDesign for design and render gates; then delete/quarantine or route the decision into delivery |
| "explain / teach me X" (no code) | TEACH | Mission -> Source -> Bridge -> Teach (Archify when relationships matter) -> Check (explain-back) |
| "learn / map / onboard onto this codebase" | LEARN-DOMAIN | Survey -> Map -> Ground -> Persist a .domain-agent/ wiki |
| "QA only / verify / compare data - no code" | QA-ONLY | Detailed Impact Matrix (feature-impact QA map) + read-only DB -> evidence -> report.md |
| "review / audit this code/diff/PR - no fixes" | REVIEW-ONLY | Two independent reviewers -> verified findings -> report.md |
| "improve the architecture / find refactoring opportunities" or "draw / diagram / 그려" (arch, flow, sequence, state) | ARCHITECTURE | Draw-only ask: render a self-contained HTML diagram via archify and stop. Else friction survey -> candidates as a visual report.html -> grill the pick -> refactor routes to LEGACY/WAYFINDER |
Default loop (GREENFIELD / DEBUG / LEGACY):
GOAL.md first (the user's request verbatim + refined spec + falsifiable
Success Criteria checkboxes + browser QA cases for web apps), freeze a self-sufficient PLAN.md
(steps, tools & skills, verification strategy), start QA.md ## Before plus run-state.json.
The Success Criteria already enumerate full-spec coverage and edge-case/resilience checks, so the
user reviews them at the next gate. For broad GREENFIELD requests, Frame first writes an internal
wayfinder/map.md, creates vertical tickets under wayfinder/tickets/, selects the first unblocked
frontier, and copies only that ticket's acceptance checks into delivery. The route remains
GREENFIELD; WAYFINDER stays the explicit no-code planning mode.PLAN.md alone,
test-first (bug -> failing test first); the builder covers every planned criterion in the plan's
## Acceptance checklist - including the edge-case/resilience criteria discovered at Frame - and
exits only on a green suite.GOAL.md, ticks proven
criteria, and owns the final verdict. Non-browser work goes directly to the auditor. Unmet criteria
go to a timestamped R-LOOP.md section and the implementer relaunches - that loop-back is the only
fix channel.GOAL.md box is checked and the Z-<date>.md completion marker
(run branch + timestamp) is written with command output recorded, then pass the commit gate and merge
after user acceptance. The Build->Verify loop has a default 3-iteration cap with forced reflection,
then escalates to the user.Coding/debug runs use a run worktree by default: resolve and verify the source/base branch plus the
target/integration branch before editing, create the run worktree from source/base, and only commit or
merge into the verified target/integration branch after green verification and user acceptance. Browser UI
changes also require real browser QA: Tool: agent-browser evidence and qa-gate.sh <vault> browser.
/supergoal build a habit-tracker app and ship it
/supergoal the checkout page hangs intermittently in prod. fix it
/supergoal add SSO to our legacy Django monolith
/supergoal break this billing migration into tickets with blockers and tell me what to do first
/supergoal prototype three checkout flows before we commit to the implementation
/supergoal learn this codebase and build a domain wiki
/supergoal QA the checkout flow on staging and check the order totals match the DB (no code change)
/supergoal compare this migration harness with and without the harness on 3 cases
WAYFINDER, PROTOTYPE, QA-ONLY, REVIEW-ONLY, ARCHITECTURE, TEACH/LEARN-DOMAIN, HARNESS-EVAL, and
SKILL-MINE are kept as separate-purpose utilities (ticket maps, throwaway proofs, detailed no-code QA,
findings-only review, teaching/onboarding, harness measurement, skill forging). QA-ONLY is the broad
regression lane. Its Impact Matrix is a QA map of everything the feature can
affect: displayed data consistency, direct behavior, adjacent surfaces, complex multi-step scenarios,
before/during/after actions, and explicit not-covered risk within the action cap. Independent QA surfaces
can run as scenario shards, merged by the conductor through qa/scenario-ledger.md.
They write no product code by default; PROTOTYPE writes only isolated throwaway code and must route back
through delivery before anything ships. UI/interaction prototypes load SuperDesign; logic/state and data/API
prototypes keep their lightweight, non-visual paths.
Watch progress across concurrent agents in real time. bash tui/launch.sh & opens an in-browser
dashboard (Textual) showing each agent's mode + workflow stage (Frame -> Plan approval -> Build ->
Exact Verify/QA -> Finalize, with the plan attack only when escalated) and a Jira-like task board,
grouped by repo / branch / worktree.
Branch is advisory - never locked, so multiple agents can share a branch freely.
It is pure observability: opt-in, best-effort, and it never gates or blocks a run - if no agent emits,
every mode still passes unchanged. When enabled, the conductor calls sg-emit
(templates/observability/) at each phase transition, writing one atomically-replaced heartbeat JSON
per agent under ~/.supergoal/runs/agents/; the dashboard (tui/) polls and renders them. Correctness
is just one writer per file + atomic rename - no lock anywhere. In-browser serving needs
pip install textual-serve; without it, run the local TUI with python -m tui.app. Full spec:
reference/observability.md.
This repo is the skill. Put it where your agent CLI finds skills:
git clone https://github.com/cskwork/supergoal-skill.git
cd supergoal-skill
SRC="$(pwd)"
mkdir -p ~/.agents/skills ~/.codex/skills ~/.claude/skills
# Recommended: one canonical source checkout, symlinked into each active agent.
# If a target already exists, audit it first and preserve any local edits before replacing it.
ln -s "$SRC" ~/.agents/skills/supergoal
ln -s "$SRC" ~/.codex/skills/supergoal
ln -s "$SRC" ~/.claude/skills/supergoal
# Read-only drift check for active installs:
node templates/skill-install-audit.mjs "$SRC"
# Canonical repo verification:
bash tests/run-all.sh
Then in your agent CLI: /supergoal <your objective>.
The skill runs on Windows; the remaining gate/test scripts are POSIX shell, so run them under Git Bash
or WSL (node must be on PATH). The repo pins .gitattributes eol=lf. Install by copy if
symlinks need admin rights (cp -R in Git Bash/WSL, or mklink /D from an elevated cmd); run
node templates/skill-install-audit.mjs <source-skill-dir> after copying, then run the contract tests
under WSL bash.
SKILL.md thin spine: baseline-first loop, modes, reference map
agents/ one persona file per role (analyst, architect, executor, debugger, explore, designer, qa-*, db-reader, code-reviewer, security-reviewer)
reference/ domain-rules · rules (project standing rules) · domain-context · debugging · interview · delivery-gate · plan-grounding · research · market-research · qa · qa-only · db-access · teach · learn-domain · ui-ux · taste-skill-v2 · functional-ui · harness-eval · skill-mine · observability
teach/ TEACH-mode format guides + per-topic teaching workspaces
templates/ GOAL.md · PLAN.md · QA.md · R-LOOP.md · Z-DONE.md · run-state.json · rules.md · qa-gate.sh · qa-only-gate.sh · commit-gate.sh · contrast-gate.mjs · learn-grounding-gate.mjs · qa-report.md · db-access/ · domain-agent/ · domain-onboarding.html · arch-report.html · harness-eval-gate.mjs · harness-eval-stats.mjs · harness-eval-cases/ · skill-mine/ · skill-frontmatter-gate.mjs · skill-install-audit.mjs · skill.md.template · observability/ (sg-emit board state)
tests/ contract tests + run-all.sh canonical verifier
tui/ optional live Board: state.py (reader) · app.py (Textual UI) · serve.py (in-browser) · launch.sh
docs/ DESIGN.md · research-brief.md · experiments/ (the harness evals) · changelog/ · index.html (landing)
examples/ optional worked services when vendored; run-all skips them when absent
The design is grounded in head-to-head evals - especially
docs/experiments/2026-07-01-roleloop-coverage-fix-claude-ab/FINDINGS.md and
docs/harness-eval-explained.md. The result that shapes the current skill: on explicit-spec tasks,
the request/docs verification pass beat one-shot baseline and matched or beat role separation at lower
ceremony, while generated-proxy verifiers can score worse via Goodhart. The next proof frontier is not
more synthetic fixtures; it is the production-adoption plan in
docs/changelog/2026-07/02-production-adoption/plan.md, which tracks symlink deployment, trigger
accuracy, and production pilot metrics: date, mode, gaps, and gate results. Historical worked examples
may be vendored under examples/; the canonical verifier skips that optional step when absent.
HARNESS-EVAL reusable sample cases come from RevFactory's claude-code-harness:
https://github.com/revfactory/claude-code-harness/
Current HARNESS-EVAL claims use four axes: task correctness, token/cost, wall-clock speed, and routing accuracy. Binary pass/fail comparisons use paired McNemar with SNR filtering; gradient quality scores keep the existing sign-flip/BCa gate.
Concept and workflow adapted from oh-my-symphony by cskwork (https://github.com/cskwork/oh-my-symphony). WAYFINDER and research-depth ideas also credit Matt Pocock's public skills, especially the research and skill-writing patterns. UI/interaction prototypes route through cskwork's superdesign-skill (https://github.com/cskwork/superdesign-skill). Built as a portable agent skill.
MIT. See LICENSE.
.agents/
plugins/
marketplace.json
.claude-plugin/
marketplace.json
plugin.json
.codex-plugin/
plugin.json
.cursor/
skills/
supergoal/
SKILL.md
.gitattributes
.github/
workflows/
claude.yml
plugin-load-check.yml
.gitignore
autoresearch/
classic-260716-2120/
cand1-results.tsv
config.md
run-cand.sh
run-medium-spotcheck.sh
run-medium-termenv.sh
classic-260717-0646/
config.md
docs/
changelog/
2026-07/
06-vault-restructure/
GOAL.md
PLAN.md
QA.md
Z-2026-07-06.md
09-wayfinder-research-reference/
PLAN.md
14-archify-teach-default/
README.md
15-agent-browser-default/
AUDIT.md
DISCOVERY.md
FINAL-AUDIT.md
GOAL.md
PLAN.md
QA.md
REAUDIT.md
run-state.json
TEST-RED.md
Z-2026-07-15.md
15-separate-qa-roles/
GOAL.md
PLAN.md
QA.md
run-state.json
Z-2026-07-15.md
15-skill-simplification/
GOAL.md
PLAN.md
QA.md
run-state.json
Z-2026-07-15.md
changelog-2026-07-03.md
changelog-2026-07-04.md
changelog-2026-07-05.md
changelog-2026-07-06.md
changelog-2026-07-07.md
changelog-2026-07-09.md
changelog-2026-07-11.md
changelog-2026-07-12.md
changelog-2026-07-14.md
changelog-2026-07-15.md
changelog-2026-07-16.md
changelog-2026-07-17.md
DESIGN.md
examples/
workflow-landing/
index.html
README.md
verification.md
experiments/
2026-07-04-swt-assertflip-realbug-ab/
ab/
sympy__sympy-21612__A__r1/
test_repro.py
sympy__sympy-21612__A__r2/
test_repro.py
sympy__sympy-21612__A__r3/
test_repro.py
sympy__sympy-21612__A__r4/
test_repro.py
sympy__sympy-21612__B__r1/
test_repro.py
sympy__sympy-21612__B__r2/
test_repro.py
sympy__sympy-21612__B__r3/
test_repro.py
sympy__sympy-21612__B__r4/
test_repro.py
sympy__sympy-21627__A__r1/
test_repro.py
sympy__sympy-21627__A__r2/
test_repro.py
sympy__sympy-21627__A__r3/
test_repro.py
sympy__sympy-21627__A__r4/
test_repro.py
sympy__sympy-21627__B__r1/
test_repro.py
sympy__sympy-21627__B__r2/
test_repro.py
sympy__sympy-21627__B__r3/
test_repro.py
sympy__sympy-21627__B__r4/
test_repro.py
sympy__sympy-22005__A__r1/
test_repro.py
sympy__sympy-22005__A__r2/
test_repro.py
sympy__sympy-22005__A__r3/
test_repro.py
sympy__sympy-22005__A__r4/
test_repro.py
sympy__sympy-22005__B__r1/
test_repro.py
sympy__sympy-22005__B__r2/
test_repro.py
sympy__sympy-22005__B__r3/
test_repro.py
sympy__sympy-22005__B__r4/
test_repro.py
sympy__sympy-22714__A__r1/
test_repro.py
sympy__sympy-22714__A__r2/
test_repro.py
sympy__sympy-22714__A__r3/
test_repro.py
sympy__sympy-22714__A__r4/
test_repro.py
sympy__sympy-22714__B__r1/
test_repro.py
sympy__sympy-22714__B__r2/
test_repro.py
sympy__sympy-22714__B__r3/
test_repro.py
sympy__sympy-22714__B__r4/
test_repro.py
sympy__sympy-23262__A__r1/
test_repro.py
sympy__sympy-23262__A__r2/
test_repro.py
sympy__sympy-23262__A__r3/
test_repro.py
sympy__sympy-23262__A__r4/
test_repro.py
sympy__sympy-23262__B__r1/
test_repro.py
sympy__sympy-23262__B__r2/
test_repro.py
sympy__sympy-23262__B__r3/
test_repro.py
sympy__sympy-23262__B__r4/
test_repro.py
sympy__sympy-24066__A__r1/
test_repro.py
sympy__sympy-24066__A__r2/
test_repro.py
sympy__sympy-24066__A__r3/
test_repro.py
sympy__sympy-24066__A__r4/
test_repro.py
sympy__sympy-24066__B__r1/
test_repro.py
sympy__sympy-24066__B__r2/
test_repro.py
sympy__sympy-24066__B__r3/
test_repro.py
sympy__sympy-24066__B__r4/
test_repro.py
sympy__sympy-24102__A__r1/
test_repro.py
sympy__sympy-24102__A__r2/
test_repro.py
sympy__sympy-24102__A__r3/
test_repro.py
sympy__sympy-24102__A__r4/
test_repro.py
sympy__sympy-24102__B__r1/
test_repro.py
sympy__sympy-24102__B__r2/
test_repro.py
sympy__sympy-24102__B__r3/
test_repro.py
sympy__sympy-24102__B__r4/
test_repro.py
sympy__sympy-24213__A__r1/
test_repro.py
sympy__sympy-24213__A__r2/
test_repro.py
sympy__sympy-24213__A__r3/
test_repro.py
sympy__sympy-24213__A__r4/
test_repro.py
sympy__sympy-24213__B__r1/
test_repro.py
sympy__sympy-24213__B__r2/
test_repro.py
sympy__sympy-24213__B__r3/
test_repro.py
sympy__sympy-24213__B__r4/
test_repro.py
ab0/
sympy__sympy-20212__0__r1/
test_repro.py
sympy__sympy-20212__0__r2/
test_repro.py
sympy__sympy-20212__0__r3/
test_repro.py
sympy__sympy-20442__0__r1/
test_repro.py
sympy__sympy-20442__0__r2/
test_repro.py
sympy__sympy-20442__0__r3/
test_repro.py
sympy__sympy-21055__0__r1/
test_repro.py
sympy__sympy-21055__0__r2/
test_repro.py
sympy__sympy-21055__0__r3/
test_repro.py
sympy__sympy-21612__0__r1/
test_repro.py
sympy__sympy-21612__0__r2/
test_repro.py
sympy__sympy-21612__0__r3/
test_repro.py
sympy__sympy-21627__0__r1/
test_repro.py
sympy__sympy-21627__0__r2/
test_repro.py
sympy__sympy-21627__0__r3/
test_repro.py
sympy__sympy-21847__0__r1/
test_repro.py
sympy__sympy-21847__0__r2/
test_repro.py
sympy__sympy-21847__0__r3/
test_repro.py
sympy__sympy-22005__0__r1/
test_repro.py
sympy__sympy-22005__0__r2/
test_repro.py
sympy__sympy-22005__0__r3/
test_repro.py
sympy__sympy-22714__0__r1/
test_repro.py
sympy__sympy-22714__0__r2/
test_repro.py
sympy__sympy-22714__0__r3/
test_repro.py
sympy__sympy-23191__0__r1/
test_repro.py
sympy__sympy-23191__0__r2/
test_repro.py
sympy__sympy-23191__0__r3/
test_repro.py
sympy__sympy-23262__0__r1/
test_repro.py
sympy__sympy-23262__0__r2/
test_repro.py
sympy__sympy-23262__0__r3/
test_repro.py
sympy__sympy-24066__0__r1/
test_repro.py
sympy__sympy-24066__0__r2/
test_repro.py
sympy__sympy-24066__0__r3/
test_repro.py
sympy__sympy-24102__0__r1/
test_repro.py
sympy__sympy-24102__0__r2/
test_repro.py
sympy__sympy-24102__0__r3/
test_repro.py
sympy__sympy-24152__0__r1/
test_repro.py
sympy__sympy-24152__0__r2/
test_repro.py
sympy__sympy-24152__0__r3/
test_repro.py
sympy__sympy-24213__0__r1/
test_repro.py
sympy__sympy-24213__0__r2/
test_repro.py
sympy__sympy-24213__0__r3/
test_repro.py
sympy__sympy-24909__0__r1/
test_repro.py
sympy__sympy-24909__0__r2/
test_repro.py
sympy__sympy-24909__0__r3/
test_repro.py
ab2/
sympy__sympy-21612__A__r1/
test_repro.py
sympy__sympy-21612__A__r2/
test_repro.py
sympy__sympy-21612__A__r3/
test_repro.py
sympy__sympy-21612__B__r1/
test_repro.py
sympy__sympy-21612__B__r2/
test_repro.py
sympy__sympy-21612__B__r3/
test_repro.py
sympy__sympy-21627__A__r1/
test_repro.py
sympy__sympy-21627__A__r2/
test_repro.py
sympy__sympy-21627__A__r3/
test_repro.py
sympy__sympy-21627__B__r1/
test_repro.py
sympy__sympy-21627__B__r2/
test_repro.py
sympy__sympy-21627__B__r3/
test_repro.py
sympy__sympy-22005__A__r1/
test_repro.py
sympy__sympy-22005__A__r2/
test_repro.py
sympy__sympy-22005__A__r3/
test_repro.py
sympy__sympy-22005__B__r1/
test_repro.py
sympy__sympy-22005__B__r2/
test_repro.py
sympy__sympy-22005__B__r3/
test_repro.py
sympy__sympy-22714__A__r1/
test_repro.py
sympy__sympy-22714__A__r2/
test_repro.py
sympy__sympy-22714__A__r3/
test_repro.py
sympy__sympy-22714__B__r1/
test_repro.py
sympy__sympy-22714__B__r2/
test_repro.py
sympy__sympy-22714__B__r3/
test_repro.py
sympy__sympy-23262__A__r1/
test_repro.py
sympy__sympy-23262__A__r2/
test_repro.py
sympy__sympy-23262__A__r3/
test_repro.py
sympy__sympy-23262__B__r1/
test_repro.py
sympy__sympy-23262__B__r2/
test_repro.py
sympy__sympy-23262__B__r3/
test_repro.py
sympy__sympy-24066__A__r1/
test_repro.py
sympy__sympy-24066__A__r2/
test_repro.py
sympy__sympy-24066__A__r3/
test_repro.py
sympy__sympy-24066__B__r1/
test_repro.py
sympy__sympy-24066__B__r2/
test_repro.py
sympy__sympy-24066__B__r3/
test_repro.py
sympy__sympy-24102__A__r1/
test_repro.py
sympy__sympy-24102__A__r2/
test_repro.py
sympy__sympy-24102__A__r3/
test_repro.py
sympy__sympy-24102__B__r1/
test_repro.py
sympy__sympy-24102__B__r2/
test_repro.py
sympy__sympy-24102__B__r3/
test_repro.py
sympy__sympy-24213__A__r1/
test_repro.py
sympy__sympy-24213__A__r2/
test_repro.py
sympy__sympy-24213__A__r3/
test_repro.py
sympy__sympy-24213__B__r1/
test_repro.py
sympy__sympy-24213__B__r2/
test_repro.py
sympy__sympy-24213__B__r3/
test_repro.py
ab3/
... 494 more© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic
| "test harness effectiveness / with vs without" | HARNESS-EVAL | Cases -> baseline run -> harness run -> machine checks -> quality score -> compare |
| "make a skill from history - no product code" | SKILL-MINE | Mine history -> rank -> you pick -> forge portable SKILL.md -> install |