flpbalada/fb-skills

kanban

Visualize and improve delivery flow with Kanban. Use when managing work-in-progress, bottlenecks, queues, service classes, cycle time, or team workflow policies; avoid for broader continuous-improvement culture, root-cause analysis, or product hierarchy planning.

First seen May 4, 2026

Installation

$ npx skills add flpbalada/fb-skills --skill kanban

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from flpbalada/fb-skills · top by installs.

npx skills add flpbalada/fb-skills

Browse all from flpbalada/fb-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,767 B
  • docs SUMMARY.md 277 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 11 installs

SKILL.md

Kanban

Visualize work. Limit WIP. Improve flow.

Goal

Improve lead time, cycle time, throughput, and focus.

Rules

  • Start from current workflow.
  • Make all work visible.
  • Limit WIP per active stage.
  • Pull work only when capacity exists.
  • Write movement rules.
  • Review blocked items daily.
  • Improve with data.

Metrics

  • Lead time: request to delivery.
  • Cycle time: started to done.
  • Throughput: completed items per period.
  • WIP: items in progress.
Lead Time = WIP / Throughput

Flow

  1. Map current stages.
  2. Add board with those stages.
  3. Define entry and exit rules.
  4. Set WIP limits.
  5. Track blocked work.
  6. Measure flow.
  7. Fix one bottleneck.
  8. Revisit policies.

WIP Limits

Start simple:

  • Doing: team size minus 1
  • Review / Test: available reviewers or testers

Resources

Output

## Kanban Setup

Team: [name]
Workflow:
- [stage]: WIP [limit], entry [rule], exit [rule]

Metrics:
- Lead time: [value]
- Cycle time: [value]
- Throughput: [value]
- WIP: [value]

Bottleneck:
- Stage: [stage]
- Evidence: [queue / delay / blocked work]
- Cause: [reason]

Improvement:
- Change: [policy or process change]
- Measure: [metric]
- Review date: [date]