Purpose: JSON-driven task breakdown and tracking system
Last Updated: 2026-01-11
core/task-management/
├── navigation.md
├── standards/
│ └── task-schema.md # JSON schema reference
├── guides/
│ ├── splitting-tasks.md # Task decomposition
│ └── managing-tasks.md # Workflow guide
└── lookup/
└── task-commands.md # CLI script reference
| Task | Path | Priority |
|---|---|---|
| Understand schemas | standards/task-schema.md |
⭐⭐⭐⭐⭐ |
| Split a feature | guides/splitting-tasks.md |
⭐⭐⭐⭐⭐ |
| Manage task lifecycle | guides/managing-tasks.md |
⭐⭐⭐⭐ |
| Use CLI commands | lookup/task-commands.md |
⭐⭐⭐⭐ |
standards/task-schema.md (understand structure)guides/splitting-tasks.md (decomposition approach)lookup/task-commands.md (validate after creation)guides/managing-tasks.md (workflow)lookup/task-commands.md (CLI usage).tmp/tasks/{feature}/ (at project root).tmp/tasks/completed/{feature}/.opencode/agent/subagents/core/task-manager.md../navigation.md