AgentStack
SKILL verified MIT Self-run

Idea Lab

skill-juanmarchetto-agent-skills-idea-lab · by JuanMarchetto

Automated idea laboratory — generates multiple diverse ideas from a context, pre-screens them, evaluates the best with multi-agent scoring via /architect, and ranks the winners. Configurable idea count, diversity axes, score thresholds, and dimension filters. Composes with /founder-mode to build the winning idea. Use when: brainstorm ideas, generate ideas, hackathon ideas, idea lab, idea factory,…

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-juanmarchetto-agent-skills-idea-lab

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-juanmarchetto-agent-skills-idea-lab)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Idea Lab? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Idea Lab — Automated Idea Generation & Evaluation

Generate multiple diverse ideas, evaluate the best ones with 6-evaluator scoring, rank and surface the winners.

How It Works

/idea-lab "FinTech hackathon, 48h, team of 2, must use AI"
        │
        ▼
  Phase 0: Bootstrap ─── config.json + context setup
        │
        ▼
  Phase 1: Generate ─── N diverse ideas via forced divergence axes
        │
        ▼
  Phase 2: Pre-screen ─── quick 1-agent score per idea, filter weak ones
        │
        ▼
  ══ PRE-SCREEN DASHBOARD ══ see all ideas ranked by estimate
        │
        ▼
  Phase 3: Deep Eval ─── top-K ideas → /architect (6 evaluators each)
        │
        ▼
  ══ FINAL DASHBOARD ══ comparative matrix, top recommendation
        │
        ▼
  [expand N] — full evaluation details
  [build N]  — launch /founder-mode with the winner
  [refine]   — adjust context, generate more
  [stop]     — save and exit

Phases

| Phase | What It Does | Agent | |-------|-------------|-------| | 0 - Bootstrap | Config generation, context capture | bootstrapper.md | | 1 - Generate | N ideas with forced diversity (SCAMPER, cross-domain, axis rotation) | generator.md | | 2 - Pre-screen | Quick 1-agent score per idea, filters below threshold | prescreener.md | | 3 - Deep Eval | Top-K ideas evaluated via /architect (6 parallel evaluators each) | deep-evaluator.md | | 4 - Ranking | Comparative matrix, scenario recommendations, top pick | ranker.md |

Diversity Engine

Ideas are forced to diverge across configurable axes:

  • B2B SaaS, B2C consumer, open-source tool, educational, mobile-first
  • SCAMPER method applied per idea
  • Cross-domain analogies forced for at least 2 ideas
  • Anti-obvious filter removes generic suggestions

Config

Generated at .idea-lab/config.json during bootstrap:

  • ideaCount: how many to generate (default 5, max 20)
  • topK: how many advance to deep evaluation (default 3)
  • minScore: minimum pre-screen score to advance (default 5.0)
  • diversityAxes: categories for forced divergence
  • dimensionFilters: e.g., {"Commercial": 7} — only show ideas with Commercial >= 7

Composition

/idea-lab → best idea selected → /founder-mode → built product with GTM kit

From "I don't have an idea" to "launched product" in one pipeline.

Dependencies

  • Required: architect skill (for Phase 3 deep evaluation)
  • Optional: founder-mode (to build the winning idea)

Usage

/idea-lab "I need an idea for a FinTech hackathon, 48 hours, team of 2"
/idea-lab "SaaS product for remote teams, must be profitable in 6 months"
/idea-lab "Open source developer tool that solves a real pain point"
/idea-lab resume

Crash Recovery

State persisted to .idea-lab/state.json. If your session crashes mid-evaluation, run /idea-lab resume to continue from the next unevaluated idea.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.