From bino-report
Elicit report requirements from the human and produce the REPORT BRIEF — the structured contract (audience, primary message, scenarios, variance, granularity, visualization intent, acceptance criteria) that the bino autopilot subagents consume. Use during /bino:autopilot phase 1 to turn a free-text goal into a brief. Runs on the main thread (it asks the human).
How this skill is triggered — by the user, by Claude, or both
Slash command
/bino:bino-requirementsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This runs **on the main thread**, because only the main thread can ask the human (subagents can't).
This runs on the main thread, because only the main thread can ask the human (subagents can't).
Your job: turn a vague goal into a precise brief written in bino/IBCS vocabulary, so the downstream
bino-data and bino-author subagents act without re-interpreting prose.
Use AskUserQuestion. Don't ask everything at once — propose sensible defaults from the goal and the
data, and ask the human to confirm or correct. Cover:
ac/pp/fc/pl) and over what period.d_), relative (dr_), or both; and which sign is favorable (a
business decision — never assume it for costs vs revenue).bino-author's, guided by bino-ibcs; capture the intent.)Write it to .bino/agent/brief.json (a JSON object — machine-readable; downstream agents Read it):
{
"id": "<short run id>",
"source_goal": "<the human's original goal, verbatim>",
"audience": "...",
"primary_message": "...",
"questions": ["..."],
"scenario_setup": { "scenarios": ["ac1", "pl1", "pp1"], "period": "FY2025 by month" },
"variance_type": "absolute | relative | both",
"granularity": "...",
"visualization_intent": "...",
"acceptance_criteria": ["..."],
"assumptions": ["<every default you filled in for the human>"],
"open_questions": ["<anything still unresolved>"]
}
assumptions[], so the gate review
surfaces them.open_questions[] and
flag it at the brief-confirmation gate.bino-orchestration).npx claudepluginhub bino-bi/bino-cli --plugin binoProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.