From Agency
Use when starting any creative or design work — a new feature, capability, or behavior change — before writing code, to explore intent and requirements first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agency:brainstormingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before building anything new. Turn a vague idea into a concrete, agreed design.
Before building anything new. Turn a vague idea into a concrete, agreed design.
brainstorm)explore (questions, assumptions) → present (design, tradeoffs) → confirm (hard gate).
Drive it via the engine's skill walker, or get the steps with the develop capability:
python -m agency.cli --db dev.db execute --code 'return await call_tool("capability_develop_checklist", {"discipline": "brainstorm", "intent_id": INTENT})'
Stop at the hard gate until the human confirms the design — do not jump to implementation.
npx claudepluginhub netzkontrast/agency --plugin agencyCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.