Status

Show kanban board status, agent workload, and work distribution Use when this capability is needed.

tomevault-io Updated

File contents

Kanban Status

Show the current state of the kanban board and work distribution.

Overview

# Board statistics
yurtle-kanban stats

# Current git branch
git branch --show-current

# Recent commits
git log --oneline -5

In Progress

yurtle-kanban list --status in_progress

Ready to Start

yurtle-kanban list --status ready --limit 10

In Review

yurtle-kanban list --status review

Recently Completed

yurtle-kanban list --status done --limit 5

Blocked Items

yurtle-kanban list --status blocked

Summary

Provide a brief summary of:

  • What's currently being worked on
  • What's ready to pick up (highest priority)
  • What's waiting for review
  • Any blocked items that need attention
  • Recommendations for next steps

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/hankh95--yurtle-kanban--status commit efd569fd07

Frequently asked questions

npx skillmds@latest add tomevault-io/status-4