bl-status

Parse questions.md and results.tsv to generate a BrickLayer 2.0 status report.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Nerfherder16/BrickLayer --skill bl-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bl-status
Source: https://github.com/Nerfherder16/BrickLayer/tree/main/.claude/skills/bl-status
Command: npx skills add https://github.com/Nerfherder16/BrickLayer --skill bl-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps teams quickly understand the current state and progress of a BrickLayer 2.0 project by aggregating statuses, pending items, and recent results into a concise report.

Core Features & Use Cases

  • Automates the collection of project state by parsing questions.md and results.tsv to extract status data and top open items.
  • Aggregates pending, failure, warning, and diagnosis statuses to present a clear, action-ready summary for stakeholders.
  • Supports quick project health checks and status reviews for campaign planning and sprint alignment.

Quick Start

Run bl-status from the project root to generate a live status report for the current BrickLayer 2.0 campaign.

Frequently Asked Questions about bl-status

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

FAQPage Schema
How do I generate a project status report from questions.md and results.tsv files?

Generate a project status report by parsing questions.md and results.tsv to extract open items, pending questions, and recent campaign results into a structured summary. This aggregates statuses, failures, and warnings for quick project health checks.

What is the best way to track open items and pending questions in a BrickLayer project?

Track open items and pending questions in a BrickLayer project by running a status report that parses questions.md and results.tsv. It aggregates pending, failure, and warning statuses into an action-ready summary for stakeholders.

How does parsing findings and synthesis files work for campaign status reviews?

Parsing findings and synthesis files works by reading findings/synthesis.md when present, then combining its contents with questions.md and results.tsv data. This assembles a comprehensive snapshot of the current campaign state.

Can I use this status reporting tool for sprint alignment and campaign planning?

Yes, you can use this status reporting tool for sprint alignment and campaign planning. It provides quick project health checks by aggregating recent results and pending statuses from your local project directory into a concise report.

Do I need to run the status report from the project root directory?

Yes, you need to run the status report from the project root directory. The tool applies to the current local project directory to locate and parse the required questions.md and results.tsv files for live status generation.