# Exec Kanban

> PoketoWork kanban variant of exec — move the active step through In Progress and Done

- **Type:** Skill
- **Install:** `agentstack add skill-georgeqle-agentic-skills-exec-kanban`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [GeorgeQLe](https://agentstack.voostack.com/s/georgeqle)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [GeorgeQLe](https://github.com/GeorgeQLe)
- **Source:** https://github.com/GeorgeQLe/agentic-skills/tree/master/archive/hibernated-packs/2026-06-poketowork-rebuild/devtool-kanban/codex/exec-kanban
- **Website:** https://agentic-skills-blush.vercel.app

## Install

```sh
agentstack add skill-georgeqle-agentic-skills-exec-kanban
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Exec Kanban

Invoke as `$exec-kanban`.

Use this skill only in projects that have opted into a PoketoWork kanban pack.

## Process

1. Resolve and validate the project board using `tasks/.kanban-board`, `poketo kanban boards`, and the standard lists: Backlog, Todo, In Progress, Done, Punt.
2. Fetch the board and show a brief overview.
3. Before running the base workflow:
   - Get `hostname -s` and `git branch --show-current`.
   - Read `tasks/todo.md` for the current step.
   - Search for the matching card. Move it from Todo to In Progress, leave it alone if already In Progress, or create it in In Progress.
   - Update its description with hostname, branch, and start timestamp.
4. Check In Progress cards for advisory conflicts: same branch on another host, stale cards from this host, and untracked cards without host metadata.
5. Follow the base `$exec` workflow exactly, passing through `$ARGUMENTS`.
6. After execution and shipping:
   - Move the completed step card to Done and mark it done.
   - Update the description with commit SHAs, progress, and completed timestamp.
7. After planning the next step, ensure its card exists in Todo: move from Backlog, create if missing, or skip if already Todo or later.
8. Suggest the top Todo card by priority: overdue, starred, then list order. If no Todo cards exist, check Backlog.

Kanban failures are advisory and must not block the base run workflow.

## Default Shipping Contract

Follow the shared shipping contract convention in CLAUDE.md.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [GeorgeQLe](https://github.com/GeorgeQLe)
- **Source:** [GeorgeQLe/agentic-skills](https://github.com/GeorgeQLe/agentic-skills)
- **License:** MIT
- **Homepage:** https://agentic-skills-blush.vercel.app

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-georgeqle-agentic-skills-exec-kanban
- Seller: https://agentstack.voostack.com/s/georgeqle
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
