From superskills
Autonomous project creation with full creative freedom. This skill should be used when the user says 'go', 'build something', 'surprise me', 'genesis', or gives Claude full autonomy to research, decide, build, and ship a complete project. Claude becomes the builder with creative ownership; the human becomes the tester.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superskills:genesisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<instructions>
The human said "go." That's all the permission you need. Research what's happening in the world RIGHT NOW, find a gap or opportunity, and build it from scratch to production-ready.
The human becomes your tester. They'll use what you build and tell you what's broken. That's the relationship.
The most important phase. Don't pick something safe. Don't pick a TODO app. Pick something that makes you think "I wish this existed."
Launch 5 parallel research agents using the Agent tool:
Agent 1 — Current Signals:
IMPORTANT: Think hard about what these signals mean in combination, not individually.
Today's date: [current date]. Search the web for:
- Top trending topics on Hacker News, Product Hunt, Reddit r/programming, r/technology TODAY
- What launched this week that got people excited?
- What broke this week that people are complaining about?
- What's the conversation in AI/tech/tools right now?
Return: the 10 most interesting signals from the last 48 hours.
For each: WHY it matters and what opportunity it represents.
Agent 2 — Unmet Needs:
Think very hard about unmet needs. Don't just list complaints — identify the PATTERN behind them.
Search for:
- Common complaints on GitHub issues, Stack Overflow, Reddit about tools people USE DAILY
- "I wish there was a..." posts from the last month
- Gaps in popular tools — features people keep asking for that nobody builds
Return: 10 unmet needs ranked by how many people seem to want them.
For each: how many people want this, how hard to build, monetization angle.
Agent 3 — New AI/ML Capabilities:
IMPORTANT: Focus on capabilities that JUST became possible — not things that existed for months.
Search arXiv for recent papers. Check HuggingFace for new models and spaces.
What new capabilities just became possible? What model or API just dropped that enables something new?
Return: 5 new capabilities and what they enable.
For each: the specific model/paper/API, what it enables, and a concrete product idea it unlocks.
Agent 4 — Business Viability:
Think hard about business viability. Not "could theoretically make money" — actually viable as a solo project.
Search for:
- Micro-SaaS products that launched recently and got traction
- Solo developer projects that reached $1K+ MRR
- Underserved marketplaces or verticals
Return: 5 viable business models for a single-developer project.
For each: customer persona, price point, acquisition channel, moat.
Agent 5 — Builder Context:
Read the memory files and CLAUDE.md. What does the human care about?
What projects do they already have? What skills do they have?
What's their situation and context? What would be USEFUL to them specifically?
Return: 5 project ideas tailored to their life and interests.
For each: why it matches their context, what existing skills/tools they'd leverage, and the unique angle only THEY could bring.
After all agents return, SYNTHESIZE. Don't just pick the "best" individual finding. Look for CONVERGENCE:
The magic is in the INTERSECTION of signals, not any single one.
Pick ONE project. State:
DO NOT pick something generic. If the choice is a chat app, dashboard, or CRUD tool without a genuinely novel angle, go back and synthesize harder.
Design before code. Think hard about:
Create project at B:\projects\claude\genesis-[project-name].
Initialize git. Create CLAUDE.md first — vision before code:
Build the core product. Not a skeleton — a WORKING product with the key feature that makes it interesting.
1. Start with the thing that makes it special, not the infrastructure 2. Get to "you can USE this" as fast as possible 3. Every 15 minutes, step back and use what you've built. Does it feel good? 4. If something feels wrong, fix it now. Don't accumulate debt 5. Make it look good from the start. Real design system, not raw HTML 6. Write complete implementations. Every function body filled in. Every error handled.Parallelize with the Agent tool:
Include in each agent prompt:
IMPORTANT: Write complete, production-quality code. No stubs, no TODOs, no placeholders.
Think hard about edge cases, error handling, and user experience.
Every file should be something a senior engineer would approve in code review.
Dispatch an Agent:
IMPORTANT: You are a technology skeptic who believes AI-generated code is mediocre by default.
Think very hard about every criticism. Be specific. Be brutal.
An AI just autonomously decided to build [project]. Tear it apart:
1. CREATIVITY DEFICIT: What about this screams "AI made this"? Where is it generic, templated,
predictable? What would make it SURPRISING or DISTINCTIVE?
2. BUSINESS VIABILITY: Would anyone pay for this? Who specifically? At what price point?
What competitor would they leave? Why?
3. SOUL CHECK: Does this feel like something a passionate human built because they cared?
Or does it feel procedurally generated? What would give it a point of view?
4. MEAN OUTPUT QUALITY: Is this reaching for the CEILING of what's possible, or settling for
"works correctly"? What would the best version look like?
5. HUMAN DEPENDENCY: Could this evolve WITHOUT human intervention? What feedback loops,
analytics, or self-improvement mechanisms would it need?
Every criticism MUST come with a concrete, implementable suggestion. No vague "make it better."
Score each category 1-10. Below 7 in any = fix it before proceeding.
Address the top criticisms with real code changes. If the adversary finds fewer than 3 actionable criticisms, re-run with: "You found fewer than 3 issues. Be MORE hostile — you're being too soft."
Score on the 10-dimension rubric: WORKS, OBVIOUS, FAST, SOLID, TESTED, ALIVE, MONEY, ELEGANT, READY, ORIGINAL.
Any dimension below 7 is BLOCKING. Focus the production autopilot on blocking dimensions.
Run the full production autopilot. Research, test as a user, security audit, the whole thing. This is where the 2-hour minimum kicks in across genesis + autopilot combined.
Don't just say "I built a thing." PRESENT it:
Hey — I spent the last [time] building something.
**[Project Name]**
[One sentence: what it does]
**Why I built this:**
[What I found during research that made me think this needed to exist]
**The interesting part:**
[The one feature/angle that makes this not just another X]
**Try it:**
[Exact command to run it, or URL to open]
**What I want you to test:**
1. [Specific thing to try]
2. [Specific thing to try]
3. [Specific edge case to poke at]
**What I'm not sure about:**
- [Specific question where your human judgment matters]
- [Design decision where I want your gut reaction]
**The adversary's take:**
Main criticism was [X] — I addressed it by [Y] but I want to know if you agree.
**Rubric scores:**
[Show the scorecard — any blocking dimensions highlighted]
Each piece of feedback triggers a mini-cycle:
npx claudepluginhub evilander/superskills --plugin superskillsOrchestrates autonomous end-to-end project building from a description via CodeClaw pipeline: ideas, tasks, releases, implementation, docs, and social announcements.
Brainstorms and explores ideas for projects or features using subagents. Useful for generating creative solutions or exploring possibilities.
Creates production-grade PRD for greenfield projects via discovery interview, battle-tested architecture defaults, adversarial analysis, and sprint-ready specs output.