From maxghenis-farness
Use when the user wants advice or a decision analysis rather than pure implementation, especially for prompts like "should I", "should we", "which is better", "is it worth it", or "what would you do" about architecture, product, hiring, strategy, or career choices. Reframe the decision as explicit KPIs, expanded options, reference classes, disconfirming evidence, numeric forecasts, and a review date. Do not use for straightforward debugging, factual explanation, or routine coding tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maxghenis-farness:brierThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to turn vague decisions into forecastable choices.
Use this skill to turn vague decisions into forecastable choices.
Prefer the brier MCP server when available. It gives you persistent tools, resources, and prompts for the workflow.
Use this skill when the user is asking for advice or a decision recommendation, especially in forms like:
Strong fits:
Do not use it for:
create_decision.brier://framework if you need the canonical sequence.save_analysis.
kpis must be a list of objects shaped like:
{"name": "...", "description": "...", "unit": "%|$|days|...", "target": 80, "weight": 1.0, "outcome_type": "binary|count|continuous|percent|currency|score", "resolution_date": "2026-06-30", "resolution_rule": "...", "data_source": "..."}options must be a list of objects shaped like:
{"name": "...", "description": "...", "forecasts": [{"kpi_name": "...", "point_estimate": 75, "ci_low": 60, "ci_high": 86, "confidence_level": 0.8, "reasoning": "...", "assumptions": ["..."], "base_rate": 68, "base_rate_source": "...", "inside_view_adjustment": "..."}]}get_decision and review_decision.score_decision to update calibration.brier forecast-draft <decision-id> --output forecast-pack.json for stored decisions.brier forecast-draft "<forecast question>" --initial-prob <1-99> --resolution-date YYYY-MM-DD --output forecast-pack.json for standalone policy questions.fit or quality unless the resolution rule makes them numeric and scoreable.If the brier MCP server is not connected, tell the user to add it with:
brier setup codex
Then continue with the same workflow once the server is available.
Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.
npx claudepluginhub maxghenis/brier