-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknowledge.json.example
More file actions
25 lines (25 loc) · 1.09 KB
/
knowledge.json.example
File metadata and controls
25 lines (25 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"example_topic_1": {
"keywords": ["productivity", "time management", "getting things done", "gtd", "pomodoro"],
"summary": "This topic covers methods and techniques for improving personal and professional productivity.",
"common_critiques": [
"These methods can be too rigid.",
"The initial setup takes too much time.",
"Doesn't account for creative or unpredictable work."
],
"resources": [
{
"type": "article",
"title": "The Pomodoro Technique Explained",
"url": "https://en.wikipedia.org/wiki/Pomodoro_Technique",
"context": "A detailed article explaining the Pomolino Technique, a time management method."
},
{
"type": "book_recommendation",
"title": "Getting Things Done by David Allen",
"content": "A highly influential book on productivity. The core idea is to move planned tasks and projects out of the mind by recording them externally and then breaking them into actionable work items.",
"context": "A book recommendation for a foundational text on this topic."
}
]
}
}