mcpbeat

Creativity Engine

mark393295827/creativity-engine

Use when a defined problem needs diverse ideas, cross-domain combinations, and cheap experiments instead of a single untested answer.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
132
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Mark393295827/third-brain-v7-skills --skill creativity-engine

The instruction itself

8 sections, as written by the author

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.

Usage Template

Provide: problem, target user, desired change, constraints, existing attempts, and experiment budget. Optional: domains or concepts to combine.

Workflow

<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>

  • 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.

</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>

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

  • [ ] Problem, user, constraint, and signal are explicit.
  • [ ] Idea count and diversity thresholds are met.
  • [ ] Rankings state assumptions and evidence gaps.
  • [ ] Experiments include threshold, budget, and stop rule.

</skill_contract>

How to use it

Copy the folder

Take mark393295827/creativity-engine from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.