From antigravity-awesome-skills
Evolves rough ideas through rounds of scoring, crossbreeding, and mutation using 6-dimensional evaluation to surface strongest concepts. For prioritizing scattered ideas via structured iteration.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
A round-based idea iteration system that treats ideas as competing organisms — scoring, selecting, crossing, and evolving them through structured rounds to surface the strongest concepts.
Evolves rough ideas through rounds of scoring, crossbreeding, and mutation using 6-dimensional evaluation to surface strongest concepts. For prioritizing scattered ideas via structured iteration.
Expands seed ideas and escapes convergent brainstorming ruts by exploring possibility space. Use for growing concepts or breaking repetitive ideation in software or other domains.
Refines raw ideas into actionable one-pagers through divergent expansion, evaluation, and sharpening phases. Outputs problem statement, MVP scope, assumptions, and not-doing list.
Share bugs, ideas, or general feedback.
A round-based idea iteration system that treats ideas as competing organisms — scoring, selecting, crossing, and evolving them through structured rounds to surface the strongest concepts.
Most idea management tools are filing cabinets: they store ideas, tag them, and let them rot. Idea Darwin flips the paradigm — instead of organizing ideas, it lets them compete. Every idea is a living species on an evolution island. Each round, the fittest get deepened, different ideas cross-pollinate to produce unexpected hybrids, and external stimuli trigger mutations.
Your ideas are alive on this island. Like organisms, they follow three core laws:
Every idea gets a structured card recording: core question, full description, lineage (parent/child IDs), 6-dimensional scores, and change history.
| Dimension | Weight | What It Measures |
|---|---|---|
| Novelty | 10% | Genuine breakthrough or repetition? |
| Feasibility | 20% | Technically and resource-wise achievable? |
| Value | 20% | Impact if successful? |
| Logic | 20% | Internally consistent, no gaps? |
| Cross Potential | 10% | Can spark something new when combined? |
| Verifiability | 20% | Can we design a validation path? |
seed → exploring → refining → crossing → validated → dormant
The user always has final say on all life-or-death decisions. The system only recommends.
Create an ideas.md file:
## Personal knowledge base that learns my style
I want a system that reads everything I write and gradually learns how I think.
## Commute-to-podcast converter
Record voice memos during my commute, auto-convert them into podcast scripts.
/idea-darwin init
/idea-darwin round
Append new ideas to ideas.md, add environmental variables to stimuli.md.
/idea-darwin init --budget 8 --actions 3
/idea-darwin round 3
/idea-darwin dormant IDEA-0005
/idea-darwin wake IDEA-0005
clawhub install idea-darwin