What problem does it solve?
Agents and automation need a reliable way to persist TODOs and task metadata into a configured task store without manual intervention or inconsistent formatting. This Skill centralizes task creation so tasks always include required frontmatter, consistent IDs, and metadata (priority, tags, context, project).
Core Features & Use Cases
- Backend dispatch: writes a markdown task file to the configured files root or pushes a todo item into a nanite vault depending on volon.yaml.
- Argument resolution and validation: parses title, priority, tags, context, and project with sensible defaults and error messages.
- Nanite integration and safe file writes: resolves vault name→ID, calls nanite push and parses JSON responses, or generates collision-resistant TASK-YYYYMMDD-NNN ids and writes frontmatter-only task files.
- Use Case: an automation or agent run creates a new work item during planning or execution and needs it persisted with consistent metadata for downstream tracking and QA.
Quick Start
Create a task titled "Implement worktree skill" with priority=A, tags=dev,cli, context=dev, and project=auto.