status

Aggregate scrum board status from local JSON and Markdown files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/samwelmunga/JengaAgent --skill status-samwelmunga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/samwelmunga/JengaAgent/tree/main/.agents/skills/status
Command: npx skills add https://github.com/samwelmunga/JengaAgent --skill status-samwelmunga

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill eliminates the ambiguity of project progress by providing a consolidated, human-readable view of the entire scrum board, including epics, stories, tasks, and pending triggers.

Core Features & Use Cases

  • Unified Board Overview: Aggregates status data from epics, stories, and tasks into a single report.
  • Queue Monitoring: Tracks unprocessed triggers to ensure no scrum master actions are missed.
  • Rapport Tracking: Surfaces open problems and analysis reports to highlight project blockers.
  • Use Case: Use this skill at the start of a new session to quickly understand which tasks are blocked, which stories are in progress, and what the scrum master needs to address next.

Quick Start

Run the status skill to generate a comprehensive summary of the current project board and queue state.

Frequently Asked Questions about status

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

FAQPage Schema
How do I generate a scrum board status report from local project files?

To generate a scrum board status report, the skill parses local JSON and Markdown files in your project directory to aggregate epic, story, and task data. It compiles progress, blockers, and queue triggers into a comprehensive human-readable summary.

What is the best way to track agile project blockers and pending queue triggers?

Tracking agile project blockers and pending queue triggers involves parsing project management logs to surface unprocessed items. This skill identifies open problems and queue triggers to highlight what requires immediate action from the scrum master.

Can I use this skill to monitor task progress across epic and story hierarchies?

Yes, you can monitor task progress across epic and story hierarchies. The skill operates across these levels to parse board state files and identify overall progress, ensuring a unified overview of the entire scrum board.

How do I get instant visibility into unprocessed triggers on my scrum board?

Getting visibility into unprocessed triggers requires aggregating project management data from local files. The skill monitors the pending queue to ensure no scrum master actions are missed, surfacing open problems and analysis reports.

Do I need a specific project directory structure to parse board state files?

Yes, you need access to the local project directory structure containing JSON and Markdown files. The skill parses these specific board state files and report logs to extract the task-tracking data needed for the status report.