Creativity Engine
Create option value by combining mechanisms, constraints, and analogies, then convert the strongest options into minimum experiments.
Usage Template
Provide: problem, target user, desired change, constraints, existing attempts, and experiment budget. Optional: domains or concepts to combine.
Workflow
Rewrite the request as For [user], change [state] under [constraints], measured by [signal]. Extract reusable building blocks: actors, assets, mechanisms, channels, incentives, and constraints.
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.
- Generate 10-20 combinations across at least three mechanisms or domains.
- Include inversion, subtraction, constraint removal, and one distant analogy.
- Cluster duplicates by underlying mechanism, not wording.
- Score survivors on expected value, test difficulty, distinctiveness, reversibility, and evidence gap.
- Select three non-equivalent options.
- For each, define a minimum experiment: hypothesis, smallest artifact, target participant, success threshold, budget, stop rule, and learning captured on failure.
Do not optimize prose before option diversity. A useful failed experiment is better than an impressive concept with no falsifier.
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.
Failure Protocol
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.
Output Contract
Return status, result (idea clusters and top-three experiments), evidence (inputs and scoring basis), unknowns, and next_action.
Edge Cases
- The requester supplies a favored solution: include it as one candidate, then generate alternatives from different mechanisms before ranking.
- The domain is regulated or safety-critical: make approval and compliance discovery part of the experiment; do not test on live users without authorization.
Success Metrics
- At least three materially different mechanisms survive evaluation.
- Every finalist has a bounded, falsifiable experiment.
- The next experiment reduces the largest decision-relevant unknown.
Quality Gates
1---2name: creativity-engine3description: Use when a defined problem needs diverse ideas, cross-domain combinations, and cheap experiments instead of a single untested answer.4---56# Creativity Engine78<skill_contract>9 <input>Defined problem, target user, desired change, constraints, prior attempts, and experiment budget.</input>10 <output>Three non-equivalent options with scored mechanisms and falsifiable minimum experiments.</output>11 <done>Each selected option has a hypothesis, smallest artifact, participant, threshold, budget, stop rule, and failure learning.</done>12 <non_goals>Unbounded brainstorming, novelty without utility, polished prose before diversity, or presenting ideas as validated demand.</non_goals>1314Create option value by combining mechanisms, constraints, and analogies, then convert the strongest options into minimum experiments.1516## Usage Template1718Provide: problem, target user, desired change, constraints, existing attempts, and experiment budget. Optional: domains or concepts to combine.1920## Workflow2122<intake>2324Rewrite the request as `For [user], change [state] under [constraints], measured by [signal]`. Extract reusable building blocks: actors, assets, mechanisms, channels, incentives, and constraints.2526</intake>2728<unknowns_gate>2930If 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.3132</unknowns_gate>3334<execute>35361. Generate 10-20 combinations across at least three mechanisms or domains.372. Include inversion, subtraction, constraint removal, and one distant analogy.383. Cluster duplicates by underlying mechanism, not wording.394. Score survivors on expected value, test difficulty, distinctiveness, reversibility, and evidence gap.405. Select three non-equivalent options.416. For each, define a minimum experiment: hypothesis, smallest artifact, target participant, success threshold, budget, stop rule, and learning captured on failure.4243Do not optimize prose before option diversity. A useful failed experiment is better than an impressive concept with no falsifier.4445</execute>4647<evaluate>4849Check 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.5051</evaluate>5253## Failure Protocol5455- `NEEDS_INPUT`: the problem frame lacks a user or constraint.56- `INSUFFICIENT_EVIDENCE`: ranking depends on unavailable market or technical facts; mark provisional and probe.57- `VERIFY_FAILED`: finalists are duplicates or have no falsifiable test; regenerate around different mechanisms.58- `BUDGET_STOP`: no experiment fits the budget; return the cheapest information-gathering action.5960## Output Contract6162Return `status`, `result` (idea clusters and top-three experiments), `evidence` (inputs and scoring basis), `unknowns`, and `next_action`.6364## Edge Cases6566- The requester supplies a favored solution: include it as one candidate, then generate alternatives from different mechanisms before ranking.67- The domain is regulated or safety-critical: make approval and compliance discovery part of the experiment; do not test on live users without authorization.6869## Success Metrics7071- At least three materially different mechanisms survive evaluation.72- Every finalist has a bounded, falsifiable experiment.73- The next experiment reduces the largest decision-relevant unknown.7475## Quality Gates7677- [ ] Problem, user, constraint, and signal are explicit.78- [ ] Idea count and diversity thresholds are met.79- [ ] Rankings state assumptions and evidence gaps.80- [ ] Experiments include threshold, budget, and stop rule.8182</skill_contract>