play-buggsy

Run Play-Gate quality checks for Buggsy routes and emit schema-identical verdict artifacts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blucsigma05/tbm-apps-script --skill play-buggsy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: play-buggsy
Source: https://github.com/blucsigma05/tbm-apps-script/tree/main/.claude/skills/play-buggsy
Command: npx skills add https://github.com/blucsigma05/tbm-apps-script --skill play-buggsy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you reliably run a standardized quality check for Buggsy-scoped routes, producing an output you can validate and compare without manual investigation.

Core Features & Use Cases

  • Delegates to play-gate: Executes the Play-Gate quality check for a Buggsy child route while keeping results schema-identical to play-gate.
  • Route coverage for fixtures: Supports common Buggsy routes such as homework, reading, writing, wolfkid, facts, investigation, comic-studio, daily-missions, wolfdome, power-scan, and baseline.
  • Deterministic evidence output: Writes a verdict.json to the expected evidence path for downstream tests and regression checks.

Quick Start

Use the play-buggsy skill to run the Play-Gate quality check for a Buggsy route by executing node scripts/play-gate.js with the specified route, setting child to buggsy, and using mode fixture.

Frequently Asked Questions about play-buggsy

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

FAQPage Schema
How do I run a route quality check for a specific child route in fixture mode?

Run the quality check by executing node scripts/play-gate.js with the specified route, setting child to buggsy, and using mode fixture. This delegates to Play-Gate and writes a schema-conformant verdict artifact to the evidence path.

What is a Play-Gate verdict artifact and when do I need it?

A Play-Gate verdict artifact is a standardized JSON output conforming to the ops/play-gate-verdict.schema.json structure. You need it when validating route quality for downstream tests and regression checks without manual investigation.

Which Buggsy routes can I validate using fixture mode?

You can validate multiple Buggsy routes including homework, reading, writing, wolfkid, facts, investigation, comic-studio, daily-missions, wolfdome, power-scan, and baseline using fixture mode quality checks.

Does play-buggsy require any external dependencies to run route validation?

No external dependencies are required. The quality check runs by delegating to the local node scripts/play-gate.js script, requiring only Node.js to execute the validation and emit the conformant verdict output.

Why does my legacy caller still reference play-buggsy instead of the standard Play-Gate?

Legacy callers reference play-buggsy for backward compatibility while still executing the standard Play-Gate quality check. This Skill maintains schema-identical output so older integration points continue working without code changes.