What problem does it solve? Teams submit tasks into a shared KV-backed todo list, but agents on the consuming side often grab vague tasks, execute blindly, and never report back. This Skill standardizes the agent-side workflow: pull open tasks by topic, read the topic's context prompt, confirm intent with the user before acting, and backfill results on completion. ## Core Features & Use Cases - Task claiming workflow: An 8-step SOP covering login/workspace verification, fetching open tasks by topic, reading topic prompts, intent confirmation, clustering, and completion backfill via nx-kv todo done. - Full CLI command reference: Covers todo CRUD, freeze/unfreeze, topic and prompt management, workspace (group) switching, exit codes, error codes, and data structures. - Duplicate-id safety: Explains why ids are reused after tasks complete and how to disambiguate with --pick or --topic when operating on the done bucket. - Use Case: A user says "pick up my go-topic tasks." The agent verifies the workspace, runs nx-kv todo list --status open --topic go --json, reads the topic prompt, presents clarified tasks for confirmation, then completes and backfills each one. ## Quick Start Ask the agent to claim your pending tasks for a specific topic, for example: "领取 go 主题的任务,先确认意图再执行。"