implement

Implement PICO-8 game changes via orchestrator, developer, and QA pipeline.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Loupax/coffee-pool --skill implement-loupax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Loupax/coffee-pool/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/Loupax/coffee-pool --skill implement-loupax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the uncertainty and rework of implementing changes to a PICO-8 game by coordinating an orchestrated plan, code development, and targeted QA in one workflow.

Core Features & Use Cases

  • Full orchestrator → developer → QA pipeline: research the current barista.p8 codebase, produce a scoped implementation brief, then delegate to a developer pass and validate via QA.
  • Change-aware reporting: returns a clear summary of what was changed, where, and what the QA verdict was (including findings or follow-ups).
  • Iterative fix loop on failures: if QA fails, routes specific issues back to the developer for corrections before final reporting.
  • Use Case: when you want to add a new ingredient interaction, alter scoring/par logic, adjust UI/level state transitions, or implement a new level challenge in the campaign.

Quick Start

Use the implement skill to run an end-to-end orchestrator, developer, and QA pipeline for the task "add a new ingredient type and integrate it into the HUD recipe matching and foul rules" within the PICO-8 codebase.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement changes to a PICO-8 game with automated QA validation?

Implementing PICO-8 game changes with QA validation involves orchestrating a developer pass to write code and a validation loop to review outcomes against requirements. This pipeline researches the codebase, delegates scoped modifications, and returns a PASS/FAIL verdict.

What is an orchestrated development pipeline for PICO-8 codebase modifications?

An orchestrated development pipeline for PICO-8 coordinates research, implementation, and validation into one deterministic workflow. It researches the game state machine, produces a scoped brief for the developer, and runs a QA review loop to ensure code correctness.

How do I add a new ingredient interaction to a PICO-8 game while tracking foul rules?

Adding ingredient interactions and foul rules to a PICO-8 game requires modifying the physics and scoring logic within the codebase. An orchestrated pipeline delegates this scoped task to a developer agent and validates the recipe matching integration through a QA review.

Can I use an automated agent to fix UI and level state transitions in PICO-8?

Yes, you can use a tool-limited agent to fix UI and level state transitions in PICO-8. The agent executes deterministic pipeline steps using Read, Glob, Grep, and Bash commands to apply modifications, followed by a QA loop that iteratively remediates any failures.

What happens when QA validation fails during PICO-8 game implementation?

When QA validation fails during PICO-8 implementation, the pipeline routes the specific issues back to the developer agent for corrections. This iterative fix loop ensures failures are remediated before final reporting, returning a clear summary of changes and findings.

Does the PICO-8 implementation pipeline support modifying the game state machine and scoring logic?

Yes, the PICO-8 implementation pipeline supports modifying the game state machine, scoring, physics, and UI/HUD systems. It researches the existing codebase, delegates scoped development tasks, and applies an iterative QA review to validate the changes.