Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ __pycache__/
build/
dist/
.pytest_cache/
demos/generated/
28 changes: 28 additions & 0 deletions demos/market_research_task.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "./task_input.schema.json",
"task_name": "Market Research and Product Design",
"task_type": "market_research",
"inputs": {
"subject_name": "Smartphone X",
"subject_category": "Electronics",
"subject_attributes": [
"Touchscreen",
"5G",
"Fast Charging"
],
"target_audience": "Mobile-first professionals",
"constraints": [
"Keep premium positioning credible",
"Highlight battery convenience without overclaiming"
],
"success_metrics": [
"Clear market rationale",
"Actionable go-to-market narrative"
]
},
"objectives": [
"Design a product concept",
"Research market trends",
"Create marketing strategy"
]
}
Loading
Loading