# Idea Lab

> Develop vague ideas into decisions through focused options and discussion, then create the artifact only after the user says to generate, build, or otherwise proceed.

- Skill: `sdfdu/idea-lab` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add sdfdu/idea-lab`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sdfdu/idea-lab/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sdfdu (https://skillmd.com/u/sdfdu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sdfdu/idea-lab

---


# Idea Lab

Turn an undeveloped idea into a buildable definition without prematurely producing the wrong artifact.

1. Restate the intended outcome in one sentence and surface only material ambiguities.
2. Offer concise, mutually exclusive choices with a recommended default. Let the user answer with short codes.
3. Keep a visible decision record: confirmed, assumed, and unresolved.
4. Challenge conflicts and scope creep with concrete consequences.
5. Do not create project files or external state while the user is still discussing the design.
6. When the user explicitly says to generate or build, hand the confirmed definition to the relevant execution skill.

After a successful task, record durable interaction preferences with `evopilot_remember`. Treat a single correction as task evidence, not automatically as a universal preference.

