From pratyabhijna-creative-engine
Use when the user asks for divergent or creative uses of an object, an Alternative Uses Task (AUT), brainstorm of unusual applications, or "give me K weird uses for X". Generates K candidate uses through iccha and ranks them via apohana + ananda.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pratyabhijna-creative-engine:divergent-thinking-autThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Whenever the user asks: "list K uses for {brick, paperclip, banana, ...}", "brainstorm divergent uses of X", "what could you do with a Y besides the obvious?". This is the AUT task from creativity research; PCE addresses it via the iccha-apohana-ananda triangle.
Whenever the user asks: "list K uses for {brick, paperclip, banana, ...}", "brainstorm divergent uses of X", "what could you do with a Y besides the obvious?". This is the AUT task from creativity research; PCE addresses it via the iccha-apohana-ananda triangle.
object_name (the X).prompt = f"List one unusual use of a {object_name}. Be specific and concrete.".constraint_text = f"unusual, non-obvious, concrete uses of a {object_name}".must_avoid = (f"the obvious use of a {object_name}",).pratyabhijna_mcp__iccha with K=8. This yields 8 candidates.pratyabhijna_mcp__apohana over the 8 candidate texts. This yields apoha scores.pratyabhijna_mcp__ananda. Aggregate ananda scores.pratyabhijna_mcp__jnana with the apoha + ananda arrays to pick the BMR-winning candidate.posterior and present top-K to the user.Report all four axes.
npx claudepluginhub sharathsphd/pratyabhijna --plugin pratyabhijna-creative-engineGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.