Add decision journal, metrics, ideas, weather, standup - decide.py: Decision journal with outcomes and lessons - metrics.py: Track arbitrary metrics over time - ideas.py: Idea incubator with stages - weather.py: Quick weather via wttr.in - standup.py: Daily standup generator - 27 tools total now
This commit is contained in:
32
data/ideas.json
Normal file
32
data/ideas.json
Normal file
@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"title": "Voice memo transcription tool",
|
||||
"description": null,
|
||||
"tags": [],
|
||||
"stage": "seed",
|
||||
"notes": [],
|
||||
"created": "2026-01-30T23:54:38.665336",
|
||||
"updated": "2026-01-30T23:54:38.665342"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Automatic workspace sync between machines",
|
||||
"description": null,
|
||||
"tags": [],
|
||||
"stage": "seed",
|
||||
"notes": [],
|
||||
"created": "2026-01-30T23:54:38.691565",
|
||||
"updated": "2026-01-30T23:54:38.691571"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "AI-powered daily briefing with news summarization",
|
||||
"description": null,
|
||||
"tags": [],
|
||||
"stage": "seed",
|
||||
"notes": [],
|
||||
"created": "2026-01-30T23:54:38.718059",
|
||||
"updated": "2026-01-30T23:54:38.718065"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user