bl-run

Detect BrickLayer 2.0 projects and print the exact campaign launch command.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start a BrickLayer 2.0 campaign by orchestrating project detection and question-state checks.

Core Features & Use Cases

  • Detects the active BrickLayer project by locating a directory containing questions.md and program.md.
  • Verifies the pending questions state and determines if the campaign is new or a resume.
  • Prints the exact launch command to begin or resume the campaign, ensuring a deterministic start.

Quick Start

Start a BrickLayer 2.0 campaign by detecting the active project, validating pending questions, and printing the exact launch command to execute.

Frequently Asked Questions about bl-run

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

FAQPage Schema
How do I start a BrickLayer 2.0 campaign from a local project directory?

To start a BrickLayer 2.0 campaign, the tool detects your active project by locating directories containing questions.md and program.md, then generates the exact launch command to execute.

How does the system determine whether to start a new campaign or resume an existing one?

The system determines new versus resume status by verifying the pending question-state within the BrickLayer project directory, ensuring deterministic campaign initiation based on existing frontier or project-state data.

What files are required in a local project directory to run a BrickLayer campaign?

To run a BrickLayer campaign, your local project directory must contain both questions.md and program.md files for the tool to detect the active project and validate the pending questions state.

What is the best way to automate BrickLayer campaign initiation and orchestration?

Automating BrickLayer campaign initiation involves orchestrating project detection and question-state checks to output the precise launch command, distinguishing between new and resume campaigns for deterministic starts.

Can I resume an interrupted BrickLayer campaign without losing my project-state?

Yes, you can resume an interrupted BrickLayer campaign by verifying the pending questions state, which allows the tool to generate the correct resume command and handle frontier project-state considerations.

Why does my BrickLayer campaign fail to launch from the current directory?

A BrickLayer campaign fails to launch when the directory lacks the required questions.md and program.md files, preventing the tool from detecting the active project and validating the pending questions state.