lucasfcostalucasfcostaCommunityยท9 Agent Skills Included

backpressured

Self-verifying coding loop with reviews, tests, and PR monitoring

Runs a four-phase development loop: plan, implement, verify, ship and monitor. Gates every step on real checks like lint, tests, benchmarks, manual browser testing, and independent code review. Eliminates constant human feedback by letting the agent catch and fix its own defects until every acceptance criterion passes.
npx skills add lucasfcosta/backpressured --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install backpressured?โ–ผ

Run `npx skills add lucasfcosta/backpressured --all -g -y` in your terminal to install all skills in this suite globally.

What does backpressured do?โ–ผ

It runs an autonomous coding loop that plans, implements, verifies, and ships changes, gating every step on lint, tests, benchmarks, manual testing, and independent code review. It only stops when all acceptance criteria pass or it hits a blocker it can name.

How do I start a backpressured run?โ–ผ

Run `/backpressured:goal <description>` or explicitly ask for a backpressured run, and state your acceptance criteria. If you skip them, the agent infers and states them before starting.

Can I customize the checks for my project?โ–ผ

Yes. Run `/backpressured:config` and it detects your lint, test, and run commands, then writes a BACKPRESSURE.md file with your confirmed settings. Without it, the loop discovers commands from your package.json, Makefile, or CI config.

Does backpressured work without coding experience?โ–ผ

You need a development project to run it on, but the agent handles the technical execution itself. You describe the goal in plain English and it drives the code, checks, and pull request to completion.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’