dashboard

Generate a static HTML dashboard visualizing ADRs, plans, and backlogs.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Plasma-AndraaX/armature --skill dashboard-plasma-andraax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard
Source: https://github.com/Plasma-AndraaX/armature/tree/main/plugin/skills/dashboard
Command: npx skills add https://github.com/Plasma-AndraaX/armature --skill dashboard-plasma-andraax

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive architectural overview of a project's status, tracking the progress of architectural decisions (ADRs), plans, and backlogs in a structured and visual format.

Core Features & Use Cases

  • Architectural Tracking: Visualize the current state of ADRs, plans, and backlogs in a single dashboard.
  • Project Overview: Gain a quick understanding of the project's progress and priorities.
  • Use Case: After a series of discussions and decisions, use this Skill to create a dashboard that illustrates the current status of all ADRs, plans, and backlogs, ensuring everyone is aligned on the project's direction.

Quick Start

Generate the project dashboard by running the dashboard skill.

Frequently Asked Questions about dashboard

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

FAQPage Schema
How do I generate a visual dashboard for architectural decisions and project backlogs?

To generate an HTML dashboard for architectural decisions, run a Python script that parses project frontmatter and internal references to visualize your ADRs, plans, and backlogs.

What is the best way to track ADR status and project plans visually?

Tracking ADR status visually involves generating a static HTML dashboard that aggregates architectural decisions, plans, and backlogs into a single structured project overview.

Do I need Python to create a static HTML project overview?

Yes, a local Python environment is required to run the generation script that builds the static HTML dashboard visualizing your project's architectural decisions and backlogs.

Can I use markdown frontmatter to build an architectural dashboard?

Yes, the dashboard generation script uses internal references and frontmatter from project files to create a structured HTML view of architectural decisions, plans, and backlogs.

How does a static HTML dashboard help with project management?

A static HTML dashboard provides a comprehensive architectural overview for project management, allowing teams to quickly visualize the current state and progress of ADRs, plans, and backlogs.