mark393295827/creativity-engine
Use when a defined problem needs diverse ideas, cross-domain combinations, and cheap experiments instead of a single untested answer.
npx skills add https://github.com/Mark393295827/third-brain-v7-skills --skill creativity-engine
<skill_contract>
<input>Defined problem, target user, desired change, constraints, prior attempts, and experiment budget.</input>
<output>Three non-equivalent options with scored mechanisms and falsifiable minimum experiments.</output>
<done>Each selected option has a hypothesis, smallest artifact, participant, threshold, budget, stop rule, and failure learning.</done>
<non_goals>Unbounded brainstorming, novelty without utility, polished prose before diversity, or presenting ideas as validated demand.</non_goals>
Create option value by combining mechanisms, constraints, and analogies, then convert the strongest options into minimum experiments.
Provide: problem, target user, desired change, constraints, existing attempts, and experiment budget. Optional: domains or concepts to combine.
<intake>
Rewrite the request as For [user], change [state] under [constraints], measured by [signal]. Extract reusable building blocks: actors, assets, mechanisms, channels, incentives, and constraints.
</intake>
<unknowns_gate>
If no user, problem, or constraint is available, return NEEDS_INPUT with one discriminating probe. Treat market demand, technical feasibility, and user behavior as testable unknowns, not assumptions to hide.
</unknowns_gate>
<execute>
Do not optimize prose before option diversity. A useful failed experiment is better than an impressive concept with no falsifier.
</execute>
<evaluate>
Check that the top three differ in mechanism, fit constraints, expose their largest unknown, and can be tested cheaply. Remove ideas that are only features, slogans, or unsupported scale claims. Recombine once if all finalists share the same failure mode.
</evaluate>
NEEDS_INPUT: the problem frame lacks a user or constraint.INSUFFICIENT_EVIDENCE: ranking depends on unavailable market or technical facts; mark provisional and probe.VERIFY_FAILED: finalists are duplicates or have no falsifiable test; regenerate around different mechanisms.BUDGET_STOP: no experiment fits the budget; return the cheapest information-gathering action.Return status, result (idea clusters and top-three experiments), evidence (inputs and scoring basis), unknowns, and next_action.
</skill_contract>
Take mark393295827/creativity-engine from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.