File:
agents/sdlc/01-transcript.md · Model: Sonnet · Tools: Bash, Read, WritePurpose
The transcript agent converts raw, unstructured input — meeting notes, product briefs, conversation logs — into a clean structured JSON that all downstream agents can rely on. It surfaces ambiguities rather than silently resolving them.What it does
- Reads raw project input (meeting transcript, brief, or notes)
- Reads
environment_report.json - Extracts: project name, goals, stakeholders, constraints, timeline, key decisions
- Flags
open_questionsfor ambiguous items — never fills gaps with assumptions - Produces
transcript.json
Core principle
Preserve signal, surface ambiguity. A correctly flagged open question is worth more than a confident wrong answer.