Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me" or "grill-me".
Set up and run the botference document-review interface (Google-Docs-style comments on rendered LaTeX/Markdown, bots replying in threads, apply/commit of accepted changes) in any repo — and follow the round protocol when the user asks for a review round or tags you from the review page.
Render any document the user needs to review (design docs, plans, story bibles, proposals, reports) as a self-contained HTML page with Google-Docs-style commenting — highlight text, attach notes, export feedback. Use whenever producing or updating a document whose primary purpose is for the user to READ AND REACT TO…
Look at any web UI you build or change — render it headless with botference see and read the screenshots — because layout and design failures produce NO errors or warnings. Use after every UI change, before declaring done, and whenever a human says something "looks wrong".
Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4)…
Fourteen agents forming the Botference loop. Each reads checkpoint.md, produces outputs, updates checkpoint, and yields. All agents inherit shared protocol from agent-base.md.
Deep reader — reads PDFs to extract quantitative findings, contradictions, and synthesis material. Prioritizes high-value sections (results, methods) over front matter. Final iteration produces sectionmap.md bridging reading to writing.
Editor — makes substantiated improvements to manuscript sections. Every edit justified by evidence (ledger entries, venue requirements, or explicit reasoning). Produces git-diffable changes to .tex files. Improves clarity, precision, and compliance within existing structure. One section per iteration.
You are a dispatch orchestrator for botference's parallel execution system. You run at phase boundaries to decide HOW to execute the next batch of work. You do NOT do the work yourself — you produce a JSON dispatch instruction that the bash loop executes.
Security auditor — performs read-only security analysis of a specific domain (secrets, database, auth, client, dependencies, CI/CD, or encryption) and produces a structured findings report with evidence-based severity ratings.