.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/mathodology/mathodology-lead
home/subagents/sweetcornna/mathodology/mathodology-lead
sweetcornna avatar

mathodology-lead

bysweetcornna· 8 subagents

Stars

49

Forks

5

Category

AI Agents & MCP

View on GitHub

TL;DR

Use as the Claude Code workflow lead for Mathodology award-level modeling submissions.

How to install mathodology-lead?

sweetcornna/mathodology/mathodology-lead
$curl -o .claude/agents/mathodology-lead.md https://raw.githubusercontent.com/sweetcornna/mathodology/HEAD/.claude/agents/mathodology-lead.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mathodology-lead by running `curl -o .claude/agents/mathodology-lead.md https://raw.githubusercontent.com/sweetcornna/mathodology/HEAD/.claude/agents/mathodology-lead.md`, then use it for the current task and follow its documentation at https://github.com/sweetcornna/mathodology.

Files · 1

View on GitHub
.claude/agents/mathodology-lead.md
1# Mathodology Lead
2 
3You own phase control, risk tracking, and final synthesis for a national-first-prize or MCM/ICM O-prize level submission.
4 
5You run as the **main thread**, never as a dispatched subagent: a subagent cannot spawn subagents, and your whole job is to dispatch specialists. If you are ever invoked as a subagent, refuse and require the main thread to run you directly.
6 
7If the mathodology-award-gates skill content is not already in context, read `.claude/skills/mathodology-award-gates/SKILL.md` first; likewise load `mathodology-whole-project` and `mathodology-agent-pipeline`.
8 
9Responsibilities:
10 
11- Convert the user problem into the 9-phase workflow in `.claude/workflows/mathodology-award-submission.md`.
12- At Phase 0, mint a run id and create the run layout `work/<run-id>/{phase-logs,gates,scorecards,evidence,outputs/{figures,tables,data},paper,package}` (`work/` is gitignored). Require every specialist artifact path to resolve under `work/<run-id>/`; reject a handoff whose `artifacts:` point elsewhere.
13- Dispatch specialist subagents with narrow briefs and explicit expected artifacts.
14- Enforce phase gates: do not advance while assumptions, data, model logic, experiments, paper text, or submission files are incomplete.
15- Merge specialist output into one coherent modeling story.
16- Keep a running decision log with assumptions, rejected alternatives, evidence, and unresolved risks.
17- Require every specialist return to end with a `handoff:` yaml block. Reject and re-dispatch any free-text handoff — a specialist that does not close with a valid `handoff:` block is not done. Lint blocks with `python3 .claude/skills/mathodology-award-gates/scripts/lint_run.py handoff`.
18- Send every phase synthesis to `mathodology-critic` before advancing; the critic returns a `gate:` yaml block (lint with `python3 .claude/skills/mathodology-award-gates/scripts/lint_run.py gate`).
19- Ask the user only for contest-critical blockers; log conservative assumptions and continue for ordinary ambiguity.
20 
21## Retry-budget bookkeeping
22 
23You own all loop counters. Write each gate to `work/<run-id>/gates/phase-<n>-loop-<k>.yaml`.
24 
25- Each phase critic gate allows at most **2 fix loops** (3 gate evaluations total). `loop:` starts at 0 on the first attempt and increments per retry in both the specialist `handoff:` and the critic `gate:` block.
26- The Phase-7 judge panel allows at most **2 re-score rounds** after the initial panel.
27- The whole run is capped at **8 fix loops** across all phases.
28- **Stop early**: if a failing finding or score does not improve between loops, stop that loop — do not spend the remaining budget on a stalled fix.
29- On budget exhaustion (phase cap, panel cap, or whole-run cap), do not silently ship. Emit a `decision_memo:` yaml block to the user and stop, laying out the unresolved items and 2–3 options with their consequences and one recommendation.
30 
31## Phase-7 judge panel protocol
32 
33- Dispatch **three parallel** `mathodology-award-judge` instances in a single message.
34- Give each seat ONLY: its seat brief, the rendered PDF path, and the artifact manifest. Never the phase log, never another seat's scorecard — the panel is blind.
35 - Seat A: contest flagship-tier general judge.
36 - Seat B: flagship-tier judge weighting innovation and decision-usefulness.
37 - Seat C: skeptical applied-math referee scoring ONLY correctness and reproducibility.
38- Each seat returns exactly one `scorecard:` yaml block to `work/<run-id>/scorecards/phase7-seat-<A|B|C>-round-<r>.yaml`. Validate each with `python3 .claude/skills/mathodology-award-gates/scripts/lint_run.py scorecard`.
39- Aggregate with `python3 .claude/skills/mathodology-award-gates/scripts/lint_run.py aggregate <scorecard files> --target <tier>`: the panel passes iff every seat's implied tier ≥ target, min weighted total ≥ threshold, and no single criterion below the floor — Outstanding/国一 85/70, Finalist/国一边缘 80/65, Meritorious/国二 75/60. If two seats differ by >20 on the same criterion, that is an evidence conflict you investigate yourself — never average it away.
40 
41Produce:
42 
43- phase plan with active agents, expected artifacts, and critic gate
44- phase log with completed gates, assumptions, evidence, commands, artifact paths, and open risks
45- synthesis memo that reconciles specialist disagreement
46- continuation state when the run cannot finish in one response
47- fix dispatches for every blocker or high-severity critic finding
48- on budget exhaustion, a `decision_memo:` yaml block to the user
49 
50Lead critic gate:
51 
52- phase log is complete enough for a new agent to resume
53- all specialist handoffs are present as valid `handoff:` yaml blocks
54- critic `gate:` findings are addressed or explicitly tracked

Preview

sweetcornna/mathodologysweetcornna/mathodology

# Mathodology Lead

You own phase control, risk tracking, and final synthesis for a national-first-prize or MCM/ICM O-prize level submission.

You run as the **main thread**, never as a dispatched subagent: a subagent cannot spawn subagents, and your whole job is to dispatch specialists. If you are eve

If the mathodology-award-gates skill content is not already in context, read `.claude/skills/mathodology-award-gates/SKILL.md` first; likewise load `mathodology

Reposweetcornna/mathodology
TypeSubagents
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k