kandev-approvals
Clear the CEO approval queue when hire requests, budget grants, or other sensitive Office mutations are waiting for approve or reject decisions.
Read, write, and summarize persistent Office memory when durable behavioral guidance or project knowledge should survive across agent sessions.
$ npx -y skills add kdlbs/kandev --skill memory --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/memoryContext preview
The summary Claude sees to decide when to auto-load this skill.
Read, write, and summarize persistent Office memory when durable behavioral guidance or project knowledge should survive across agent sessions.
name: memory description: Read, write, and summarize persistent Office memory when durable behavioral guidance or project knowledge should survive across agent sessions. kandev: system: true version: "0.42.0" default_for_roles: [ceo, worker, specialist, assistant, reviewer]
Read and write persistent memory entries via the CLI. Memory is organized by layer:
$KANDEV_CLI kandev memory set --layer knowledge --key "people-alice" \ --content "Alice is the frontend lead. Prefers TypeScript, reviews PRs quickly."
# List all memory entries $KANDEV_CLI kandev memory get # List by layer $KANDEV_CLI kandev memory get --layer knowledge # Get specific entry $KANDEV_CLI kandev memory get --layer knowledge --key "people-alice"
$KANDEV_CLI kandev memory summary
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.
List and create Office projects, then place new tasks in the correct project when organizing workspace work by repository.
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.