creativity-engine
SolidUse when a defined problem needs diverse ideas, cross-domain combinations, and cheap experiments instead of a single untested answer.
AI & Automation 123 stars
18 forks Updated 2 days ago MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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>
1. Generate 10-20 combinations across at least three mechanisms or domains.
2. Include inversion, subtraction, constraint removal, and one distant analogy.
3. Clust...
Details
- Author
- Mark393295827
- Repository
- Mark393295827/third-brain-v5-skills
- Created
- 2 months ago
- Last Updated
- 2 days ago
- Language
- HTML
- License
- MIT
Related Skills
AI & Automation Featured
code-simplifier
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
73,422 Updated today
rtk-ai AI & Automation Featured
design-patterns
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
73,422 Updated today
rtk-ai AI & Automation Featured
issue-triage
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
73,422 Updated today
rtk-ai