officialOfficial
Research Brief
Convert research notes into a chat brief, FAQ, and decision diagram.
0 remixes · 0 views
Showcase
{
"faq": {
"title": "AI Study Assistant FAQ",
"description": "Questions a product team should answer before launch.",
"faqs": [
{
"question": "What user problem is strongest?",
"answer": "Students want faster summaries, practice questions, and visual explanations from their existing material."
},
{
"question": "What trust risk should be addressed first?",
"answer": "Generated answers need source grounding, citations, and clear ways to compare output with the original document."
},
{
"question": "What billing issue needs clear UX?",
"answer": "Credit usage should be visible before users run expensive workflows, especially media generation."
}
],
"total_questions": 3
}
}research-faq
{
"diagram": {
"title": "Study Assistant Launch Decision",
"description": "A simple product decision map.",
"diagramType": "flowchart",
"code": "flowchart TD\n A[Student interviews] --> B{Strong need?}\n B -->|Yes| C[Build summary and quiz workflow]\n B -->|No| D[Run more discovery]\n C --> E{Trust concerns solved?}\n E -->|Yes| F[Launch beta]\n E -->|No| G[Add source grounding and privacy UX]"
}
}research-diagram