Flywheel Board

Generate a markdown board of work items grouped by delivery phase with bottleneck analysis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill flywheel-board
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Flywheel Board
Source: https://github.com/tgsatwit/agent-delivery-pub/tree/main/.agents/skills/flywheel-board
Command: npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill flywheel-board

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a clear, visual overview of all work items within the delivery cycle, highlighting potential bottlenecks and identifying blocked tasks.

Core Features & Use Cases

  • In-flight Visibility: See all work items across different delivery phases (Shape, Build, Verify, Ship).
  • Bottleneck Identification: Pinpoint areas where work is accumulating or getting stuck.
  • Blocked Item Tracking: Quickly identify tasks that are currently blocked and understand why.
  • Phase Utilization: Assess how busy each stage of the delivery process is.
  • Use Case: A project manager can use this Skill at the start of the day to get a quick status update on all ongoing features, identify any impediments, and prioritize actions to unblock teams.

Quick Start

Generate a visual board of all work items currently in the delivery cycle.

Frequently Asked Questions about Flywheel Board

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize delivery cycle bottlenecks for in-flight work items?

You can visualize delivery cycle bottlenecks by generating a markdown board that groups work items by delivery phase, highlighting blocked tasks and queue aging indicators to pinpoint where work is accumulating across the cycle.

What is workflow visualization for bottleneck analysis in project management?

Workflow visualization for bottleneck analysis maps in-flight work items across delivery phases to identify blocked tasks, assess phase utilization, and detect queue aging using dependency information from a register.

How do I track blocked items and queue aging across delivery phases?

You can track blocked items and queue aging by invoking a bottleneck detection command that reads dependency information from a register, outputting a markdown board with highlighted blocked tasks and queue aging indicators grouped by phase.

Can I analyze phase utilization for work items using existing backlog indexes?

Yes, you can analyze phase utilization by reading state directly from existing control-plane and backlog indexes, which allows the generated visual board to assess how busy each stage of the delivery process is.

Does this bottleneck analysis require any external dependencies or tools?

No external dependencies are required. The bottleneck analysis reads state from internal control-plane and backlog indexes, and dependency information from a register, to classify issues and generate the visual board.