- New directory: docs/tasks-index/ with individual task markdown files - Each task = separate file with frontmatter (priority, status, blocker flag) - Sample tasks created: #26, #87, #94, #99 - README explains structure and relationship to full task docs Benefits for Trinity: - Decap CMS shows clean task list at firefrostgaming.com/admin - Click any task → edit just that task - Blockers auto-sort to top - Mobile-friendly individual entries - Replaces monolithic BLOCKERS.md + BACKLOG.md files in UI Next: Update Decap CMS config to point at tasks-index folder
38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
---
|
|
task_number: 99
|
|
title: Claude Projects Architecture
|
|
status: Planned
|
|
priority: P1-High
|
|
is_blocker: false
|
|
tags:
|
|
- claude
|
|
- infrastructure
|
|
- documentation
|
|
owner: Michael
|
|
estimated_hours: 3
|
|
---
|
|
|
|
# Task #99: Claude Projects Setup
|
|
|
|
**Separate Claude Projects for Dev/Ops/Marketing to prevent context bloat**
|
|
|
|
## Overview
|
|
Create 3 separate Claude Projects with Master Documents in Project Knowledge to optimize token usage and prevent context bleeding.
|
|
|
|
## Projects Structure
|
|
1. **Firefrost Dev** — Coding, MVC, Arbiter (Master Docs: ModpackChecker-State, Arbiter-Architecture, Dev-Environment, Trinity-Console)
|
|
2. **Firefrost Ops** — Operations, handoffs (Master Docs: Current-State, Infrastructure-Manifest, Active-Tasks, Standards-Reference)
|
|
3. **Firefrost Marketing** — Brand, social, FOMO (Master Docs: Brand-Guidelines, FOMO-Campaign, Social-Platforms, Subscription-Tiers)
|
|
|
|
## Benefits
|
|
- Prevents context bloat (Dev code doesn't contaminate Marketing prompts)
|
|
- Micro-session workflow (new chat per task)
|
|
- Optimized token usage
|
|
- Cleaner handoffs between sessions
|
|
|
|
## Full Documentation
|
|
See: `docs/tasks/task-099-claude-projects-architecture.md` for complete implementation guide.
|
|
|
|
## Time Estimate
|
|
2-3 hours browser work (no SSH needed)
|