# Task Management Standards **Purpose**: JSON schemas and standards for task definitions --- ## Structure ``` standards/ ├── navigation.md (this file) ├── task-schema.md └── enhanced-task-schema.md ``` --- ## Quick Routes | Task | Path | |------|------| | **Base schema (v1.0)** | `task-schema.md` | | **Enhanced schema (v2.0)** | `enhanced-task-schema.md` | | **Splitting guide** | `../guides/splitting-tasks.md` | | **CLI commands** | `../lookup/task-commands.md` | --- ## By Type **Base Schema** → Core task structure (v1.0) **Enhanced Schema** → Advanced features (v2.0) - line precision, domain modeling, contracts --- ## Related Context - **Task Management** → `../navigation.md` - **Guides** → `../guides/navigation.md` - **Lookup** → `../lookup/navigation.md`