Skip to content

feat: add /codecarto-vision guided discovery interview command (#63)#72

Merged
TheAmericanMaker merged 1 commit into
mainfrom
feat/vision-interview
Jul 23, 2026
Merged

feat: add /codecarto-vision guided discovery interview command (#63)#72
TheAmericanMaker merged 1 commit into
mainfrom
feat/vision-interview

Conversation

@TheAmericanMaker

Copy link
Copy Markdown
Member

What changed

  • New INTERVIEW.md skill in .codecarto/findings/vision-capture/ — guides the LLM through a structured product discovery interview: audience, problem, desired outcomes, scope/non-goals, constraints, success measures. Probes deeper on vague answers. Writes a structured brief to inputs/vision.md.
  • Pi: /codecarto-vision queues the interview prompt in the orchestrator session (interactive, not a sub-agent). The LLM conducts the conversation in chat and writes the brief.
  • MCP: codecarto_vision takes raw_text and returns a prompt the host feeds to its agent to structure the brief (since MCP has no interactive loop).

Why

Users had to write inputs/vision.md from scratch with only a vague placeholder comment. Most users have a fuzzy idea, not a structured brief. This command conducts a guided interview that draws out the information the vision-capture phase needs.

Validation

  • npm run build — clean
  • npm test — 264/264 pass

Closes #63

- New INTERVIEW.md skill in findings/vision-capture/ guides the LLM
  through a structured product discovery interview (audience, problem,
  outcomes, scope, constraints, success measures)
- Pi: /codecarto-vision queues the interview prompt in the orchestrator
  session (interactive, not a sub-agent) — the LLM asks probing questions
  and writes inputs/vision.md
- MCP: codecarto_vision takes raw_text and returns a prompt the host
  feeds to its agent to structure the brief
- README command table updated
@TheAmericanMaker
TheAmericanMaker merged commit fd6922b into main Jul 23, 2026
5 checks passed
@TheAmericanMaker
TheAmericanMaker deleted the feat/vision-interview branch July 23, 2026 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add /codecarto-vision command for guided product discovery interview before synthesis

1 participant