What problem does it solve?
Agents working in a Kandev Office workspace need a consistent way to communicate progress and inspect task state without overstepping their permissions. This Skill defines how to list tasks, read task conversations, and post agent-authored comments while respecting the boundary that status changes, workflow-step moves, and archival require signed updates or human action.
Core Features & Use Cases
- Task Listing and Filtering: List workspace tasks filtered by status, assignee, or project using the Kandev CLI.
- Conversation Reading: Read a task's full conversation when the wake payload lacks needed context, with guidance to use it sparingly.
- Agent Comments: Post concise, agent-authored comments to the current task or another task by ID, and read existing comments to check for deliverables from related tasks.
- Use Case: An agent blocked on a dependency checks whether a parent task already posted the expected deliverable with
kandev comment list --task T-42, then comments on its own task to report the blocker instead of asking a decision question.
Quick Start
Ask the agent to list all open tasks in the workspace and post a progress comment to the current task using the Kandev CLI.