Commit Graph

2 Commits

Author SHA1 Message Date
Claude
4b7db88b65 Add missing Task #48 and #92 to tasks folder
Created task files for mobile task manager:
- Task #48: n8n Rebuild (automation backbone)
- Task #92: Desktop MCP Server (accessibility - SSH automation)

Both have full specs in docs/tasks/ folders.
Now all documented tasks are visible in mobile manager.
2026-04-08 00:40:33 +00:00
Claude
8bcfa09a87 Create individual task files for Decap CMS task management
- 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...
2026-04-07 21:59:14 +00:00