festina-overview

Aggregate task files, plan.xml, and git history to render a live board overview with ASCII visualization.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/mattfletcher94/festinalente --skill festina-overview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: festina-overview
Source: https://github.com/mattfletcher94/festinalente/tree/main/apps/festinalente/src/content/skills/festina-overview
Command: npx skills add https://github.com/mattfletcher94/festinalente --skill festina-overview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes visibility into project work by displaying the current board state, statuses, and task details in one place.

Core Features & Use Cases

  • View the current status of in-progress work and the next actions.
  • Render a board overview and an ASCII visual board to quickly assess workload.
  • Retrieve and display details about a specific task, including progress and next steps.

Quick Start

Ask what you want to see, then run festina-overview to view the current state of your tasks.

Frequently Asked Questions about festina-overview

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

FAQPage Schema
How do I view my current task status from local project files at a glance?

You can view your current task status by aggregating local task files, plan.xml, and git history to produce a live board overview. This provides a centralized board view of in-progress work and next actions.

What is the best way to visualize project workload using task files and git logs?

Visualizing project workload is done by rendering a board overview and an ASCII visual board from your task files and git logs. This allows you to quickly assess workload and current project state without external tracking tools.

Can I retrieve specific task details and next steps from plan.xml and git history?

Yes, you can retrieve and display details about a specific task by reading local task files, plan.xml, and git history. The output includes current task progress and outlines the immediate next steps required.

Does task management overview work without external dependencies or integrations?

Task management overview works entirely locally without external dependencies. It reads your existing task files, plan.xml, and git history to generate a deterministic board overview and task details.

When do I need an ASCII visual board for project management?

You need an ASCII visual board when you want a quick, terminal-friendly representation of your project workload. It aggregates task files and git logs to render a text-based board for immediate workload assessment.

Why does my board overview not show the latest task statuses?

If your board overview is not showing the latest task statuses, ensure your local task files and plan.xml are updated and committed to git history. The overview aggregates these local sources to produce a live board state.