tantsiho/designer-led-agent-starter — explained in plain English
Analysis updated 2026-05-18
Turn a messy product idea or long design draft into structured product rules before coding starts.
Give an AI coding agent PM-style clarifying questions to ask before implementation.
Keep a living set of source-of-truth docs updated throughout an MVP build.
| tantsiho/designer-led-agent-starter | 0marildo/imago | abdurrafey237/rag-chatbot | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | — | Python | Jupyter Notebook |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 2/5 | 3/5 |
| Audience | pm founder | general | general |
Figures from each repo's GitHub metadata at analysis time.
No coding required to set up, requires choosing an English or Chinese doc track and following the doc-first workflow with your AI agent.
Designer-Led Agent Starter is a workflow template for product designers and non-engineers who want to use AI coding assistants to build a minimum viable product from rough design ideas. The core problem it solves is that AI coding agents tend to jump straight into writing code before they fully understand what the product is supposed to do, producing something that looks finished but is missing key logic, edge cases, or constraints. The template addresses this by giving the AI agent a structured set of source-of-truth documents to fill out before any coding begins. These cover product rules, user roles, feature flows, architecture decisions, environment differences between local and production, risk concerns, and acceptance criteria. The agent is instructed to read these docs, ask clarifying questions like a product manager, write discoveries back into the docs, and only then implement one capability at a time. Documentation is not a one-time setup step: every build pass may reveal missing rules or undefined states, and the agent keeps the source docs updated throughout. The template is bilingual, offered in English and Traditional Chinese, and requires no slash commands. You work with plain natural-language instructions. It includes eighteen numbered document types covering everything from raw design notes to a contradiction audit, plus an AGENTS.md file that sets the agent's operating rules. The project grew out of roughly three months of real product work on a creator platform called HAIBUNKA, which produced an 80,000 word design document, over 200 specification and audit files, and more than 500 implementation files, so the workflow reflects lessons from an actual build rather than a theoretical outline. This would be useful to product designers, PMs, or founders who want to build an MVP with AI assistance but lack an engineering background, and want a process that keeps the AI from getting ahead of the product definition. It is released under the MIT license.
A bilingual workflow template that makes AI coding agents document product rules and ask clarifying questions before writing code for an MVP.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.