Auto-generate PRD + architecture from a brief.
Takes a one-paragraph project brief and produces a full product requirements document, system architecture diagram (Mermaid), tech stack recommendation, and phased delivery plan. Output is saved to the project workspace and optionally pushed to Notion.
Illustrative output structure — actual results depend on your data.
{
"prd_id": "prd_acme_v1",
"sections": ["Overview", "Goals", "Architecture", "Tech Stack", "Phases"],
"diagram": "mermaid:graph LR...",
"notion_page": "https://notion.so/prd_acme"
}