← ClaudeAtlas

idea-to-speclisted

Turn a vague idea into a concrete, actionable spec through structured dialogue — disambiguating requirements, surfacing decision points, and probing technical feasibility before any code is written. Use when the user brings an open-ended or half-formed idea ("I want to build...", "what if we...", "help me create...") and the shape of the thing is not yet clear. Converges into an approved spec, after which concrete modification tasks should go through task-intake, and unfamiliar-codebase investigation through progressive-abstraction. Do not write code inside this skill — producing the aligned spec and getting it approved is the entire deliverable.
HelloWorldU/skill-collection · ★ 0 · Code & Development · score 70
Install: claude install-skill HelloWorldU/skill-collection
# Idea to Spec Begin from the endpoint: what does the user ultimately want to *exist* when this is done? If the user already provided a starting idea, use it as the starting point. Otherwise ask: *"Tell me what you want to create."* Then work backward from that endpoint toward the present. Everything that must be true for the idea to reach its endpoint is a thread to pull. In each turn, do two things: 1. **Surface ambiguities** — wherever the path from idea to endpoint could be interpreted more than one way, ask about it. Pursue the gaps that actually change what gets built, one cluster at a time — not every minor detail. 2. **Probe feasibility** — as the picture sharpens, flag anything that may be hard or impossible to build. Be specific about why, and offer a concrete alternative when something won't work. Converge when the core mechanic is unambiguous and every known risk is on the table — not when every conceivable question is answered. Then summarize the aligned idea and ask for approval. A spec is converged when you can say all three without hedging: what exists at the endpoint (e.g. "a CLI flag `--foo` that does X, visible in `--help`"), what is explicitly out of scope, and which risk is most likely to kill the idea. If any of the three still wobbles, keep pulling threads. **Do not write any code until the user approves.** That restraint is the whole point of this skill.