Ideas¶
A backlog for future bot features. Different from reminders (your todo list) and expenses (org obligations). When you think "the bot should do X", drop it here.
/idea¶
Quick add.
Usage: /idea <text>
Example:
/ideas¶
List ideas.
Usage: /ideas [filter]
| Argument | Required | Description |
|---|---|---|
filter |
no | Open (default) / Done / All |
Each row shows:
- 💡 — open
- ✅ — done
- ❌ — removed
Plus the idea ID (for the next two commands), creation date, and the text.
/idea_done¶
Mark an idea as implemented (when the bot actually does the thing).
Usage: /idea_done <idea_id>
/idea_remove¶
Soft-delete an idea (changed your mind, no longer relevant). History preserved.
Usage: /idea_remove <idea_id>