What problem does it solve?
When organizing workspace work by repository, agents need a consistent way to group tasks under the right project instead of creating duplicates or leaving work unassigned. This Skill provides the exact CLI commands to inspect existing projects, create new ones, and place tasks in the correct project.
Core Features & Use Cases
- Project inspection: List all projects in the current Office workspace with
kandev projects list to reuse existing project IDs.
- Project creation: Create projects with a required name, repeated
--repository flags for each owned repo, and optional fields like lead agent profile, color, budget, and executor config.
- Task placement: Pass a project ID to
kandev task create so new work lands in the correct project.
- Use Case: An agent asked to file a bug for the payments service first lists projects, finds the existing "Payments" project owning that repository, and creates the task with that project ID instead of making a duplicate project.
Quick Start
Ask the agent to list the current Office projects and create a new task in the project that owns your repository.