{"id":51251395,"url":"https://github.com/heurema/genesis","last_synced_at":"2026-06-29T07:02:08.172Z","repository":{"id":341369970,"uuid":"1168658463","full_name":"heurema/genesis","owner":"heurema","description":"Evolve startup ideas through AI-powered natural selection — Claude Code plugin","archived":false,"fork":false,"pushed_at":"2026-03-25T13:40:03.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T16:42:13.738Z","etag":null,"topics":["brainstorming","claude-code","claude-code-plugin","ideation","startup"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heurema.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-27T16:42:28.000Z","updated_at":"2026-03-25T13:40:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/heurema/genesis","commit_stats":null,"previous_names":["heurema/genesis"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/heurema/genesis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Fgenesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Fgenesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Fgenesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Fgenesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heurema","download_url":"https://codeload.github.com/heurema/genesis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Fgenesis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34916411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brainstorming","claude-code","claude-code-plugin","ideation","startup"],"created_at":"2026-06-29T07:02:05.878Z","updated_at":"2026-06-29T07:02:08.167Z","avatar_url":"https://github.com/heurema.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n                               _\n   ____ ____  ____  ___  _____(_)____\n  / __ `/ _ \\/ __ \\/ _ \\/ ___/ / ___/\n / /_/ /  __/ / / /  __(__  ) (__  )\n \\__, /\\___/_/ /_/\\___/____/_/____/\n/____/\n```\n\n**Evolve startup ideas through memetic natural selection.**\n\n[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-5b21b6?style=flat-square)]()\n[![Version](https://img.shields.io/badge/version-0.1.0-5b21b6?style=flat-square)]()\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n\u003e A Visionary generates candidates, an Analyst scores them, a CTO refines survivors into execution blueprints.\n\n---\n\n## What it does\n\nGenerating startup ideas is easy; generating ones that actually fit your constraints is not. Genesis runs a memetic algorithm over your direction: a Startup Visionary generates candidates, a Bootstrapper Analyst scores them across 8 dimensions, and a Pragmatic CTO refines the survivors into execution blueprints. Ideas that violate your constraints are eliminated before refinement runs. After the configured number of rounds, you get a winner and runner-up — each with a problem statement, monetization model, MVP scope, validation experiments, week-1 task list, and tech stack.\n\n## Install\n\n\u003c!-- INSTALL:START — auto-synced from emporium/INSTALL_REFERENCE.md --\u003e\n```bash\nclaude plugin marketplace add heurema/emporium\nclaude plugin install genesis@emporium\n```\n\u003c!-- INSTALL:END --\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eManual install from source\u003c/summary\u003e\n\n```bash\ngit clone https://github.com/heurema/genesis\ncd genesis\nclaude plugin install .\n```\n\n\u003c/details\u003e\n\n## Quick start\n\nPick a direction and let the defaults handle the rest:\n\n```bash\n/genesis \"developer productivity tools\"\n```\n\nUse discovery mode for guided constraint setup:\n\n```bash\n/genesis \"SaaS ideas\" --discover\n```\n\n## Commands\n\n| Command | Flag | Description |\n|---------|------|-------------|\n| `/genesis \"\u003cdirection\u003e\"` | | Run evolution with defaults |\n| | `--preset \u003cdeep\\|fast\\|lean\u003e` | Control generation depth and round count |\n| | `--strategy \u003cbootstrapper\\|growth\\|moat\\|uniform\u003e` | Shift scoring weights to match your stage |\n| | `--discover` | Answer 5 questions to set constraints interactively |\n| | `--budget \u003cnumber\u003e` | Max launch budget in USD |\n| | `--timeline \u003cweeks\u003e` | Max weeks to first revenue |\n| | `--skills \"\u003ccsv\u003e\"` | Required tech skills (e.g. `\"python,react\"`) |\n| | `--solo` | Enforce single-founder constraints |\n\n## Features\n\n- **Memetic evolution loop**: ideas go through GENERATE → CRITIQUE → ARBITER → REFINE → RE-SCORE, with fresh VARIATE injections on round 2+ to prevent convergence\n- **8-dimension scoring with strategy weights**: four strategies (bootstrapper, growth, moat, uniform) shift the emphasis to what matters for your stage and goals\n- **Hard constraint enforcement**: budget, timeline, required skills, solo-founder mode, must-have and must-not elements are enforced by a deterministic arbiter before any refinement compute runs\n- **Actionable winner output**: every surviving idea includes a tech stack, a week-1 execution plan, validation experiments, and the most likely failure modes\n- **Discovery mode**: five guided questions translate your situation into the correct constraint flags without memorizing CLI syntax\n\n## Requirements\n\n- Claude Code CLI\n- No external dependencies\n\n## Privacy\n\nGenesis makes no network calls. All agent dispatches stay inside Claude Code. Run artifacts are written to `.genesis/runs/\u003crun-id\u003e/` on your local filesystem (config.json, state.json, final.json, summary.md). Nothing leaves your machine.\n\n## See also\n\n- [skill7.dev listing](https://skill7.dev/creative/genesis)\n- [heurema/emporium](https://github.com/heurema/emporium) — plugin registry\n- [How it works](docs/how-it-works.md) — architecture, agents, evolution loop, algorithm details\n- [Reference](docs/reference.md) — all flags, preset tables, output format, troubleshooting\n- [GitHub](https://github.com/heurema/genesis)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheurema%2Fgenesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheurema%2Fgenesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheurema%2Fgenesis/lists"}