- Created /tasks/ folder with individual task markdown files - Each task has frontmatter (number, title, priority, status, owner) - Blockers marked with blocker: true field - Sample tasks created: #26, #51, #87, #93, #94, #98, #99 Benefits: - Click individual tasks in Decap CMS instead of editing giant BACKLOG.md - Filter by priority (BLOCKER, P1, P2, P3, etc.) - Sort by status, number, blocker flag - Mobile-friendly (each task = separate entry) - BLOCKERS.md and BACKLOG.md remain as reference docs Task structure: --- number: 26 title: Task Name priority: P1 status: In Progress blocker: false owner: Michael full_spec: docs/tasks/full-spec-location/ --- Task content here...
759 B
759 B
number, title, priority, status, blocker, owner, full_spec
| number | title | priority | status | blocker | owner | full_spec |
|---|---|---|---|---|---|---|
| 98 | Discord Server Channel Automation | P2 | Scope Expanded | false | Unassigned | docs/tasks/task-098-discord-channel-automation.md |
Task #98: Discord Server Channel Automation
QoL for Holly — Bot command to auto-create server channels
Overview
Discord bot command to automatically create:
- Server category
- 4 standard channels (general, builds, support, screenshots)
- Role creation/deletion
- Reaction-based role automation
Status
Scope expanded April 7, 2026 by Chronicler #66 (The Indexer)
Next Steps
- Implement bot command
- Test channel creation
- Add role automation
- Deploy to Discord bot
Links
- Full spec:
docs/tasks/task-098-discord-channel-automation.md