bundled-skills/idea-darwin/SKILL.md
Darwinian idea evolution engine — toss rough ideas onto an evolution island, let them compete, crossbreed, and mutate through structured rounds to surface your strongest concepts.
npx skillsauth add FrancoStino/opencode-skills-antigravity idea-darwinInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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-darwinresearch
Skill for academic research workflows: search Semantic Scholar (200M+ papers), inspect citations, download arXiv PDFs, and extract PDF text. Bundles a self-contained Python CLI.
development
Turns vague prompts into 8 structured planning files for brand new projects. DO NOT use on existing codebases.
development
Maps code, architecture, and infrastructure changes to specific control IDs in PCI-DSS v4.0 and MAS TRM (Singapore financial regulator), producing an audit-traceable findings report with per-control remediation.
testing
Companion to atlas-contract. Auto-invoked by its Final Audit on caught drift; also use after Post Reviews or user requests to record a mistake. Distills drift into WHEN/DON'T/INSTEAD clauses, writes to Atlas.md after confirmation.