kanban-agent-workflows

kanban-agent-workflows is a skill for Claude Code, Codex from S3YED/appie-kit. It costs 57 tokens per session (524 once invoked), scanned A, original, MIT.

A playbook for coordinating coding work on a Kanban board, where tasks move through states such as assigned, blocked, and complete. It supports an orchestrator that breaks down work and workers that carry out individual tasks.

In plain words
What is it for?
It is for splitting larger goals into tasks, assigning specialist workers, tracking dependencies, sending heartbeats, and handing off results.
Why use it?
The board keeps multi-agent work organised and recoverable if a session stops or a worker gets stuck.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for splitting larger goals into tasks, assigning specialist workers, tracking dependencies, sending heartbeats, and handing off results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/s3yed/appie-kit/kanban-agent-workflows
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add S3YED/appie-kit --skill kanban-agent-workflows
Clone the repo
git clone --depth 1 https://github.com/S3YED/appie-kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kanban-agent-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/s3yed/appie-kit/kanban-agent-workflows/github.svg)](https://agentmods.dev/skills/s3yed/appie-kit/kanban-agent-workflows)
Your own site
<a href="https://agentmods.dev/skills/s3yed/appie-kit/kanban-agent-workflows"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/kanban-agent-workflows/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kanban-agent-workflows

Your own site · 80×15
<a href="https://agentmods.dev/skills/s3yed/appie-kit/kanban-agent-workflows"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/kanban-agent-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 524 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00524
Opus 5 $0.00028 $0.00262
Sonnet 5 $0.00011 $0.00105
Haiku 4.5 $0.00006 $0.00052

Measured 9d ago against content hash 5612425f0eac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

kanban-agent-workflows scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/devops/kanban-agent-workflows/SKILL.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Kanban Agent Workflows

Use this umbrella for Hermes Kanban work. The board is the durable boundary between orchestrators and workers; do not bypass it for multi-agent work that should survive a single session.

Orchestrator role

Use the board when work benefits from parallelism, specialist profiles, durable handoff, or isolation. Do not use it for a tiny single-turn task.

Orchestrator flow:

  1. Understand the user's goal and acceptance criteria.
  2. Sketch a dependency graph before creating cards.
  3. Create focused tasks with clear inputs, outputs, and verification requirements.
  4. Link dependencies so workers can start only when prerequisites are complete.
  5. Assign tasks to the right specialist profile.
  6. Complete the orchestrator task after the board is set up, then report routing decisions.

Anti-temptation rule: if you are acting as orchestrator, do not secretly implement worker tasks yourself just because you can.

Worker role

Worker flow:

  1. Read the assigned card and linked context.
  2. Work only inside the assigned workspace/tenant boundary.
  3. Send useful heartbeats for long tasks.
  4. Complete with a summary that includes files changed, verification run, and follow-up needs.
  5. Block instead of guessing when credentials, access, or upstream artifacts are missing.

Good block reasons are specific and answerable: missing env var, unavailable repo path, failing upstream task, ambiguous acceptance criterion.

Task design patterns

  • Fan-out/fan-in: split independent implementation/research tasks, then create a synthesis/review task depending on all outputs.
  • Reviewer lane: create a second task for review/verification before merge or delivery.
  • Recovery lane: when a worker blocks, create a small unblocker task instead of rewriting the original task.

Pitfalls

  • Do not claim cards by guessed IDs; capture returned IDs from create/list calls.
  • Do not mix tenants/workspaces; isolation matters more than convenience.
  • Do not leave long-running tasks silent; heartbeat with meaningful progress.
  • Do not mark complete without verification evidence or an explicit blocker.

Read the full file on GitHub · 53 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 53 lines · 57 tokens per session scan A 5612425f0eac

Subscribe to this mod's changes

kanban-agent-workflows is a skill published in the GitHub repository S3YED/appie-kit (9 stars, last pushed 17d ago), licensed MIT. It adds 57 tokens to every session and 524 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

event-planner

Event planning with timelines, budgets, vendor coordination, logistics checklists, and post-event evaluation. Use when organizing conferences, workshops, galas, or corporate events.

travisjneuman/.claude · 37 tokens

proposal-writer

Write a client proposal, quote, scope of work, or engagement letter for a service business. Covers project understanding, scope, timeline, pricing presentation, and terms. Use whenever the user asks for a proposal, quote, project proposal, client proposal, SOW, statement of work, engagement letter, or B2B service…

jezweb/claude-skills · 85 tokens

standup-summary

Tell Gemma what you did, what you're working on, and any blockers. Get a clean standup update.

mergisi/awesome-openclaw-agents · 27 tokens

lenny-podcast

Product management advisor drawing from 269+ Lenny's Podcast episodes and established PM frameworks. Searches transcripts for practitioner wisdom on strategy, growth, prioritization, user research, metrics, and product decisions. Triggers on: "what does Lenny say about", "ask lenny", "PM advice", "product strategy…

mshadmanrahman/pm-pilot · 76 tokens

configure-pm-pilot

Interactive setup wizard for PM Pilot. Detects MCP tools, sets company name, creates memory template, validates installation.

mshadmanrahman/pm-pilot · 29 tokens

teamboard

Shared team board: claim a work item before starting, hand it over, finish it. The claim is a git-ref lock, so two people cannot take the same item.

byerlikaya/claude-starter-kit · 38 tokens