- 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...
29 lines
664 B
Markdown
29 lines
664 B
Markdown
---
|
|
number: 51
|
|
title: Ignis Protocol (18+ Space)
|
|
priority: BLOCKED
|
|
status: Awaiting Legal Consultation
|
|
blocker: false
|
|
owner: Michael
|
|
blocked_by: LegalCORPS Minnesota consultation
|
|
---
|
|
|
|
# Task #51: Ignis Protocol
|
|
|
|
**18+ Discord space** — Age verification compliance
|
|
|
|
## Overview
|
|
Create 18+ verified space in Discord for adult subscribers.
|
|
|
|
## Blocker
|
|
Awaiting pro-bono legal consultation from LegalCORPS Minnesota on age verification compliance requirements.
|
|
|
|
## Next Steps
|
|
1. Complete legal consultation
|
|
2. Determine compliant age verification method
|
|
3. Implement verification system
|
|
4. Create 18+ channels/roles
|
|
|
|
## Status
|
|
On hold until legal guidance received.
|