
from simon-factory-lights-out21
A gated PM→Dev→QA pipeline protocol and runner for orchestrating product development workflows with agent-led gates, thresholds, and guardian safety.
SFLO provides a configurable pipeline and runner to automate a gated product development workflow (PM → Dev → QA → PM-Verify → Ship). It includes a runner CLI, scaffold utilities, and a pipeline configuration (pipeline.yaml) that defines gates, thresholds, and a guardian safety layer to prevent runaway agent spawns or long runtimes. The runner accepts a natural-language description and executes the pipeline, enforcing validation loops and guardian constraints.
Use SFLO when you want an opinionated, reproducible agent-driven product pipeline for producing deliverables through staged gates (discovery, build, QA, verification, ship), especially when you need automated enforcement of quality thresholds and safe agent orchestration. Not necessary for simple one-off tasks or non-agent-driven workflows.
Works in Python environments; integrates with agent orchestration tooling and is intended for Claude Code / Codex-style workflows where a runner script drives agent roles.
SFLO is a gated PM→Dev→QA pipeline protocol that instructs agents to clone a GitHub repo and run setup.sh. No bundled scripts were present for testing. The SKILL.md is clearly written with install/run/config sections, but the skill relies entirely on an external repo. Running arbitrary setup.sh from a cloned repo is a moderate security concern.
Niche pipeline orchestration skill. No bundled scripts to audit. Security deduction for running unchecked setup.sh. Useful only for teams specifically using the SFLO framework.