- 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...
33 lines
865 B
Markdown
33 lines
865 B
Markdown
---
|
|
number: 99
|
|
title: Claude Projects Setup
|
|
priority: P1
|
|
status: Ready to Implement
|
|
blocker: false
|
|
owner: Unassigned
|
|
full_spec: docs/tasks/task-099-claude-projects-architecture.md
|
|
---
|
|
|
|
# Task #99: Claude Projects Setup
|
|
|
|
**Browser-only work** — Create 3 separate Claude Projects with Master Documents
|
|
|
|
## Overview
|
|
Separate Claude Projects to prevent context bloat:
|
|
- **Firefrost Dev** — Coding, MVC, Arbiter
|
|
- **Firefrost Ops** — Operations, handoffs
|
|
- **Firefrost Marketing** — Brand, social, FOMO
|
|
|
|
## Implementation Steps
|
|
1. Create 3 Projects in claude.ai
|
|
2. Draft 12 Master Documents
|
|
3. Upload to Project Knowledge
|
|
4. Test micro-session workflow
|
|
|
|
## Time Estimate
|
|
2-3 hours (browser work, no SSH needed)
|
|
|
|
## Links
|
|
- Full spec: `docs/tasks/task-099-claude-projects-architecture.md`
|
|
- Gemini consultation: `docs/consultations/2026-04-07-model-switching.md`
|