board

Render a read-only Kanban view of specs grouped by status.

1|Updated May 28, 2026
One-click install
npx skills add https://github.com/amoutiers/maxi-superpowers --skill board-amoutiers
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: board
Source: https://github.com/amoutiers/maxi-superpowers/tree/main/skills/board
Command: npx skills add https://github.com/amoutiers/maxi-superpowers --skill board-amoutiers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a quick, read-only overview of the spec pipeline so stakeholders can see status at a glance without modifying any files.

Core Features & Use Cases

  • Read-only Kanban view of all specs under docs/maxi/specs, grouped by status into drafting, specified, clarified, planned, tasked, analyzed, implementing, parked, done, and cancelled.
  • Deterministic rendering to the terminal with stable ordering, handling unknown statuses gracefully.
  • No side effects; useful for project health checks, progress dashboards, and onboarding new team members.

Quick Start

Render a read-only Kanban view of all specs under docs/maxi/specs.

Frequently Asked Questions about board

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

FAQPage Schema
How do I view a terminal Kanban board of all specs in my project?▼

To view a terminal Kanban board of all specs, the Skill scans spec frontmatter under docs/maxi/specs and renders a read-only, terminal-based overview grouped by pipeline status.

How does a read-only Kanban view handle spec statuses that are not recognized?▼

A read-only Kanban view handles unrecognized spec statuses by grouping them into an unknown bucket, ensuring all specs are surfaced without modifying any files or disrupting the deterministic rendering order.

Can I generate a pipeline progress dashboard without modifying my spec files?▼

You can generate a pipeline progress dashboard without side effects, as this Skill provides a strictly read-only terminal view by scanning frontmatter and statuses without writing any file modifications.

What is the best way to visually track spec pipeline progress across multiple stages?▼

The best way to track spec pipeline progress is using a terminal Kanban view that evenly surfaces statuses—drafting, specified, clarified, planned, tasked, analyzed, implementing, parked, done, and cancelled—in a deterministic order.

Does the terminal Kanban view support custom frontmatter properties for project health checks?▼

The terminal Kanban view supports project health checks by scanning spec frontmatter to extract the status property, grouping specs accordingly to provide a clear, stable overview for onboarding and progress tracking.