# Task Management Guides **Purpose**: Step-by-step guides for task management workflows --- ## Structure ``` guides/ ├── navigation.md (this file) ├── managing-tasks.md └── splitting-tasks.md ``` --- ## Quick Routes | Task | Path | |------|------| | **Split features into tasks** | `splitting-tasks.md` | | **Manage task lifecycle** | `managing-tasks.md` | | **Task schema** | `../standards/task-schema.md` | | **CLI commands** | `../lookup/task-commands.md` | --- ## By Type **Decomposition** → How to split features into subtasks **Workflow** → How to manage task lifecycle --- ## Related Context - **Task Management** → `../navigation.md` - **Standards** → `../standards/navigation.md` - **Lookup** → `../lookup/navigation.md`