Create docs/tasks/ directory structure
Implementing task documentation standard (FFG-STD-002): - Create docs/tasks/ directory for all task-specific documentation - Create docs/tasks/whitelist-manager/ as first task following standard - Foundation for migrating 1400-line tasks.md into scalable structure Per fresh Claude review: "Task documentation system doesn't exist - standard created today prescribes docs/tasks/ structure, but directory doesn't exist" This commit creates the directory structure. Next commits will: 1. Migrate whitelist-manager from docs/tools/ 2. Create README.md following standard template 3. Refactor tasks.md entries Phase 1 of complete restructure. Date: February 16, 2026 Implemented by: The Chronicler
This commit is contained in:
21
docs/tasks/README.md
Normal file
21
docs/tasks/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Tasks Directory
|
||||
|
||||
This directory contains task-specific documentation following the Task Documentation Standard (FFG-STD-002).
|
||||
|
||||
Each task gets its own subdirectory with:
|
||||
- README.md (task overview)
|
||||
- deployment-plan.md (how to build/deploy)
|
||||
- usage-guide.md (how to use after deployed)
|
||||
- troubleshooting.md (common issues)
|
||||
- Other task-specific documentation as needed
|
||||
|
||||
See: `docs/standards/task-documentation-standard.md` for complete standard.
|
||||
|
||||
---
|
||||
|
||||
**Current Tasks:**
|
||||
- `whitelist-manager/` - Web dashboard for managing Minecraft server whitelists
|
||||
|
||||
---
|
||||
|
||||
**Fire + Frost + Foundation = Where Love Builds Legacy** 💙🔥❄️
|
||||
Reference in New Issue
Block a user