Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub netzkontrast/agency --plugin agencyHow 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.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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.