rbstp/prd-to-code — Summary
status: methodology-doc (single-file gist, no installable framework)
This is a single-file GitHub Gist (prd-to-code.md) that transcribes a podcast quote describing the "Talk, Tag, Build" three-prompt methodology for structured AI product development. The method consists of three markdown files used in sequence: (1) "Create PRD" — ask five clarifying questions, then produce a PRD from the user's voice dictation; (2) "Generate Tasks" — read the PRD and break it into atomic tasks with dot notation, listing files expected to change; (3) "Iterate Task" — execute one task at a time, pausing to ask for permission when uncertain. The gist contains no prompt text beyond the podcast transcript quote — it is a description of a workflow, not an implementation. It has zero comments, zero forks, and no version. Its value is as a concise articulation of the "PRD → tasks → iterate" pattern that many frameworks in this batch implement more formally. Compared to seeds, this is closest to the raw philosophy behind spec-kit (natural language → spec → tasks → atomic iteration) but with zero engineering scaffolding.