kandev-approvals
Clear the CEO approval queue when hire requests, budget grants, or other sensitive Office mutations are waiting for approve or reject decisions.
List and create Office projects, then place new tasks in the correct project when organizing workspace work by repository.
$ npx -y skills add kdlbs/kandev --skill kandev-projects --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/kandev-projectsContext preview
The summary Claude sees to decide when to auto-load this skill.
List and create Office projects, then place new tasks in the correct project when organizing workspace work by repository.
name: kandev-projects description: List and create Office projects, then place new tasks in the correct project when organizing workspace work by repository. kandev: system: true version: "0.42.0" default_for_roles: [ceo]
Use project IDs returned by the CLI. Project access is scoped to the current Office workspace, and project creation is permission checked.
$KANDEV_CLI kandev projects list
`--name` is required. Repeat `--repository` for each repository URL or local path the project owns.
$KANDEV_CLI kandev projects create \ --name "Payments" \ --description "Payment services and checkout" \ --repository "https://github.com/acme/payments" \ --repository "/workspace/checkout"
Optional project fields are `--lead-agent-profile-id`, `--color`, `--budget-cents`, and `--executor-config`.
Pass the returned project ID when creating a task:
$KANDEV_CLI kandev task create \ --title "Add payment retry policy" \ --project "$PROJECT_ID" \ --assignee "$AGENT_ID"
Do not create a duplicate project when an existing project already owns the repository. Office runs do not administer workspaces.
Manage and run tasks in parallel. Orchestrate agents. Review changes. Ship value.
Repo: kdlbs/kandev
Clear the CEO approval queue when hire requests, budget grants, or other sensitive Office mutations are waiting for approve or reject decisions.
Synchronize Office workspace configuration with the .kandev folder when exporting reviewable config, importing committed config, seeding a workspace, or…
Escalate to a human when required information, access, credentials, or a product decision blocks completion and no reasonable default is available.
Follow the core Office agent protocol on wakeup, including parsing KANDEV_* context, checking blockers, commenting progress, updating status, and using the CLI…
Create, inspect, pause, resume, or delete recurring Office routines when work should run on a cron schedule or webhook trigger.
Record the current workflow step decision through the task-bound Office CLI.