You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,9 +91,37 @@ You’ll see progress logs as the project, sections, tasks, and sub‑tasks are
91
91
92
92
## How I’m using it
93
93
94
-
- **Client onboarding**: One JSON per service offering; instant sections for Planning, Execution, Review.
95
-
- **Content sprints**: A lightweight editorial checklist that appears with a single command.
96
-
- **Studio maintenance**: Monthly admin projects with recurring cleanup tasks bundled in.
94
+
I turn long AI chats into actionable Todoist projects by asking the model for a single JSON payload in the importer’s format. I paste that JSON into `project_data.json` and run the script—done.
95
+
96
+
### Prompt I use (short and strict)
97
+
98
+
```text
99
+
You are helping me turn our conversation into an actionable Todoist project.
100
+
101
+
Return ONLY valid JSON in this exact schema (no prose):
- Use 3–6 sections that reflect this chat’s themes.
113
+
- Each section: 3–7 tasks.
114
+
- Use clear, verb-led task names.
115
+
- Include sub_tasks only where they reduce ambiguity.
116
+
- Do not include comments, markdown, or trailing commas.
117
+
```
118
+
119
+
### Workflow
120
+
121
+
1. Summarize the chat in my head into 3–6 themes (sections).
122
+
2. Run the prompt with a one‑line context: “Topic: `what we discussed`.”
123
+
3. Paste result into `project_data.json`.
124
+
4. `python import_to_todoist.py` to create the project.
97
125
98
126
This isn’t flashy; it’s deliberately boring—in a good way. It removes the micro‑decisions that slow me down and lets me get to the work that actually needs my attention.
99
127
@@ -112,8 +140,7 @@ Find the code on GitHub: [devandapaige/todoist](https://github.com/devandapaige/
<pclassName="text-brand-green-dark/70 text-sm">4-Week Journey to Digital Independence</p>
295
+
</div>
296
+
</div>
297
+
<pclassName="text-brand-green-dark mb-6">
298
+
Building digital independence (slowly) in a world where billionaires monetize every click. A complete guide to password security, VPN protection, secure communication, and building your complete privacy system.
0 commit comments