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
feat: add Ideas workflow for capturing and developing ideas (#7)
- Add ideas/ folder to vault structure
- Add idea type with status lifecycle (new → developing → decided)
- Add Idea.md template with sections for idea development
- Add /synapse-review-ideas command for weekly idea review
- Add idea-specific frontmatter fields (status, category, outcome)
- Update CLAUDE.md and README.md with Ideas Workflow documentation
|`status`| For actionable |`active`, `completed`, `archived`, `on-hold`| Current state |
53
54
|`summary`| Yes | One sentence | AI retrieval optimization |
54
55
|`tags`| Recommended | Array of strings | Topics and themes |
@@ -113,6 +114,34 @@ One concept per file. Smaller, focused notes (300-500 words) retrieve more preci
113
114
| Ambiguous pronouns | Referent unclear in isolation |
114
115
| Links without context | AI may not follow links |
115
116
117
+
## Ideas Workflow
118
+
119
+
Ideas are generative notes that need space to incubate before becoming projects or being discarded. Unlike resources (reference material you consume), ideas are things you develop over time.
120
+
121
+
**Lifecycle:**
122
+
123
+
```
124
+
new → developing → decided
125
+
```
126
+
127
+
| Status | Meaning |
128
+
|--------|---------|
129
+
|`new`| Just captured, hasn't been reviewed yet |
130
+
|`developing`| Actively thinking about it, adding connections |
131
+
|`decided`| Fate determined (became a project or discarded) |
0 commit comments