kanban-workflows

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

A playbook for organizing coding work as a Kanban board, where tasks are split into cards and assigned to workers. It covers planning, dispatching, progress checks, and combining the results.

In plain words
What is it for?
Use it to break projects into independent tasks, route them to specialist workers, define acceptance checks, and integrate their outputs.
Why use it?
It gives agents a shared process for dividing complex work, tracking dependencies, and checking that each task is finished and verified.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/s3yed/appie-kit/kanban-workflows
Any agent
npx skills add S3YED/appie-kit --skill kanban-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-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/s3yed/appie-kit/kanban-workflows.svg)](https://agentmods.dev/skills/s3yed/appie-kit/kanban-workflows)
Your own site
<a href="https://agentmods.dev/skills/s3yed/appie-kit/kanban-workflows"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/kanban-workflows.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 289 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00020 $0.00289
Opus 5 $0.00010 $0.00144
Sonnet 5 $0.00004 $0.00058
Haiku 4.5 $0.00002 $0.00029

Measured 6d ago against content hash a72756fa7b12, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

kanban-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 6d 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/automation/kanban-workflows/SKILL.md · 40 lines

What it actually says

Kanban Workflows

Use this umbrella for Hermes Kanban tasks, whether acting as the orchestrator decomposing work or as a worker executing one assigned lane.

Role split

Orchestrator

  • Decompose work into independently verifiable cards.
  • Route cards to specialists instead of doing implementation work directly.
  • Keep dependencies explicit and avoid overloading one worker with unrelated goals.
  • Define acceptance checks before dispatch.

Worker

  • Load task context and relevant skills.
  • Work only the assigned card unless scope must be clarified.
  • Report concrete artifacts: files changed, commands run, tests, blockers.
  • Do not silently skip verification; state what could not be verified.

Lifecycle

  1. Intake: restate goal, constraints, and done criteria.
  2. Plan cards: make tasks independently executable where possible.
  3. Dispatch: assign with exact repo/path/context and verification command.
  4. Monitor: collect outputs, resolve blockers, prevent duplicated work.
  5. Integrate: verify combined result and summarize residual risk.

Pitfalls

  • Orchestrator temptation: doing the work instead of routing it.
  • Worker drift: expanding scope beyond assigned card.
  • Hidden dependency: two cards editing the same file without coordination.
  • False completion: summary without test/log evidence.
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. 6d ago First seen · 40 lines · 20 tokens per session scan A a72756fa7b12

Subscribe to this mod's changes

kanban-workflows is a skill published in the GitHub repository S3YED/appie-kit (7 stars, last pushed 10d ago), licensed MIT. It adds 20 tokens to every session and 289 once invoked, about $0.0001 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-08-31.

Related

Other skills, from other repositories

seo-geo-optimizer

Comprehensive SEO/GEO/AEO analysis toolkit for optimizing content visibility across traditional search engines (Google, Bing), AI platforms (ChatGPT, Perplexity, Claude, Gemini, Grokipedia), answer engines (Google AI Overviews, Bing Copilot, featured snippets), voice assistants (Google Assistant, Siri, Alexa), and…

ViryaZheng/recomby-geo · 121 tokens

internal-linking-optimizer

Use when improving internal link structure, anchor text, orphan pages, crawl depth, site architecture, or link equity flow. 内链优化/站内架构.

ViryaZheng/recomby-geo · 38 tokens

geo-pipeline

Entry point + orchestrator for the recomby-geo GEO (Generative Engine Optimization) workflow on OpenAI Codex CLI. Use when the user wants to run any stage of the GEO pipeline on a client folder — intake, visibility audit, content-gap analysis, content brief, draft production, distribution, or monthly re-audit — or…

ViryaZheng/recomby-geo · 169 tokens

geo-review-html

Render an interactive, self-contained HTML companion for a GEO content brief (04-content-brief) or a publish-ready draft (05-production), so a NON-technical client reviewer (founder, organizer staff, the domain expert filling slots) can fill REQUIRED-FILL slots, leave section-level comments, and approve/return work in…

ViryaZheng/recomby-geo · 140 tokens

follow-up-writer

Use when drafting a post-event follow-up message to someone met at a conference.

staruhub/CrewClaw · 21 tokens

model-selector

Use when the user needs to choose an LLM for a specific use case, weighing capability, cost, compliance, and latency.

staruhub/CrewClaw · 29 tokens