u/Individual-Parsnip79

I built a CLI that turns a rough product idea into a SPEC.md for AI coding agents

Hey there,

I built a small CLI tool called quickStart because I kept running into the same problem:

Before an AI coding agent writes any useful code, I usually spend 30–90 minutes explaining the product idea, stack preferences, auth, database, features, deployment, and all the little decisions that should have been written down first.

quickStart is a short interactive interview that turns a rough idea into:

- SPEC.md as the source of truth

- CLAUDE.md / AGENTS.md / Cursor / Windsurf / Copilot / Aider instruction files

- suggested build order

- open questions for the agent

- rough infra cost estimate

I also added a non-technical mode after a friend tried it and had no idea what half the stack/deploy questions meant. In that mode, it asks plain product questions and lets the coding agent propose technical choices later.

Quick install:

npx quickstart-ai

GitHub:

https://github.com/NijeMatija/quickStart

I’d love feedback on two things:

  1. Are there any questions you’d remove from the interview?
  2. Would you rather get a shorter SPEC.md, or a more detailed one that gives the coding agent fewer chances to guess?

Not trying to sell anything, just curious if this solves a real annoyance for other people building with coding agents.

Cheers!

reddit.com
u/Individual-Parsnip79 — 11 days ago
▲ 6 r/micro_saas+1 crossposts

Hey there,

I built a small CLI tool called quickStart because I kept running into the same problem:

Before an AI coding agent writes any useful code, I usually spend 30–90 minutes explaining the product idea, stack preferences, auth, database, features, deployment, and all the little decisions that should have been written down first.

quickStart is a short interactive interview that turns a rough idea into:

- SPEC.md as the source of truth

- CLAUDE.md / AGENTS.md / Cursor / Windsurf / Copilot / Aider instruction files

- suggested build order

- open questions for the agent

- rough infra cost estimate

I also added a non-technical mode after a friend tried it and had no idea what half the stack/deploy questions meant. In that mode, it asks plain product questions and lets the coding agent propose technical choices later.

Quick install:

npx quickstart-ai

GitHub:

https://github.com/NijeMatija/quickStart

I’d love feedback on two things:

  1. Are there any questions you’d remove from the interview?
  2. Would you rather get a shorter SPEC.md, or a more detailed one that gives the coding agent fewer chances to guess?

Not trying to sell anything, just curious if this solves a real annoyance for other people building with coding agents.

Cheers!

reddit.com
u/Individual-Parsnip79 — 15 days ago
▲ 1 r/npm

npx quickstart-ai — answers ~20 questions about your idea, writes a SPEC.md + instruction files for whichever AI agent you use (Claude Code, Cursor, Windsurf, Aider, Cline).

Made it because I kept starting projects and watching the agent hallucinate the stack by turn 3. A 5-minute interview upfront saves an hour of "no, use Postgres not Mongo" later.

Free, open source, no API key. Feedback welcome 👇

https://preview.redd.it/226w535tedxg1.png?width=746&format=png&auto=webp&s=4c3efe5e436f8673ec24dd697069cfa6142306e1

reddit.com
u/Individual-Parsnip79 — 28 days ago