playtest-run

Orchestrate BURNED playtest harness sessions across multiple Chromium instances.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mbriggsy/ai-learning-journey --skill playtest-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playtest-run
Source: https://github.com/mbriggsy/ai-learning-journey/tree/main/projects/burned/.claude/skills/playtest-run
Command: npx skills add https://github.com/mbriggsy/ai-learning-journey --skill playtest-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a full BURNED playtest harness session, including seat-dispatch and triage-dispatch, across multiple Chromium instances to validate the end-to-end agentic SDLC in a reproducible, automated way.

Core Features & Use Cases

  • Seat-dispatch and triage-dispatch orchestration in parallel to maximize coverage and speed.
  • Spawns 11 Chromium browsers (1 board + 10 seat servers) and creates a dedicated run directory under docs/testing/playtest/runs to house logs, suspicion files, and triage issues.
  • Phase-based execution with safety checks, artifact generation, and a regen-index workflow to surface actionable issues for triage.

Quick Start

Start a full BURNED playtest harness session using the dedicated CLI and monitor the run through its run directory.

Frequently Asked Questions about playtest-run

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

FAQPage Schema
How do I run an automated playtest across multiple Chromium instances?

To run an automated playtest, you need a local environment with the harness tooling to orchestrate seat-dispatch and triage-dispatch across multiple Chromium instances, generating logs and triage issues in a dedicated run directory.

What is parallelized seat-dispatch and triage-dispatch in a playtest harness?

Parallelized seat-dispatch and triage-dispatch is an orchestration mechanism that spawns agents across multiple Chromium browsers to maximize testing coverage and speed during a playtest harness session.

How do I kick off a playtest session from the command line?

You can kick off a playtest session by requesting it with phrases like 'run a playtest' or '/playtest-run', which triggers the harness to execute pre-flight checks, dispatch agents, and generate artifacts under a run directory.

Do I need a local environment to run the playtest harness?

Yes, you need a local environment with the harness tooling installed to run the playtest, as it executes scripts to spawn Chromium browsers and writes artifacts like seat logs and triage issues to local directories.

What artifacts and logs does a playtest harness session generate?

A playtest harness session generates per-seed issues, seat logs, suspicion files, and triage issue files within a dedicated run directory created under docs/testing/playtest/runs.

Why does the playtest harness use phase-based execution with safety checks?

The playtest harness uses phase-based execution with pre-flight checks to validate the end-to-end agentic SDLC in a reproducible way, ensuring safe transitions between parallelized dispatch phases and accurate artifact generation.