Agent Plugins Marketplace
All plugins

backpressured

v0.1.10

Drive a goal to completion autonomously while enforcing backpressure (lint, tests, verification) at every step.

Claude Code7 Skills1 MCP serverstdio

By Lucas Fernandes da CostaLicense: MIT62 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
May 31, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install backpressured for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install backpressured@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/lucasfcosta/backpressured

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

backpressured/
├── .claude-plugin/plugin.json
├── skills/general-code-review/SKILL.md
├── skills/manual-testing/SKILL.md
├── skills/plan-review/SKILL.md
├── skills/pr-monitoring/SKILL.md
├── skills/running-benchmarks/SKILL.md
├── skills/type-design-review/SKILL.md
├── skills/visual-review/SKILL.md
└── .mcp.json

Included Skills7

general-code-reviewskills/general-code-review/SKILL.md

Use when a backpressured code-review subagent is reviewing a diff for correctness/logic, simplicity/reuse, or test-quality defects — everything except type design. The default reviewer dimension.

manual-testingskills/manual-testing/SKILL.md

Verifies a feature works by running the real app, not by trusting green tests. Use when a backpressured loop reaches the before-done gate (Phase 3) and needs to confirm new behavior end-to-end — curling live API endpoints and driving a real browser via Playwright — including the cheap unhappy paths, before the task is called done.

plan-reviewskills/plan-review/SKILL.md

Reviews implementation plans during iterative backpressured development. Use when a backpressured loop's Phase 1 reviewer subagent is judging whether a lightweight implementation plan's approach/architecture is sound before any code is written — approving it or sending it back with approach-level concerns.

pr-monitoringskills/pr-monitoring/SKILL.md

Use after a pull request has been opened and the task is not finished until it lands. Triggers on "PR is open", "CI is running", "is it merged yet", a PR that is green but not merged, fresh CI that might still flip, or being tempted to report a task done at PR-open. GitHub / gh CLI based.

running-benchmarksskills/running-benchmarks/SKILL.md

Use when a backpressured loop needs to run benchmarks on a performance-sensitive project and decide whether a change is a regression, an improvement, or a wash — per-iteration sanity checks and the full pre-done run.

type-design-reviewskills/type-design-review/SKILL.md

Use when a backpressured code-review subagent is judging whether a diff uses the type system to make illegal states unrepresentable — i.e. the diff touches data models, function signatures, or domain types. TypeScript-centric, with mappings to Rust, Swift, Kotlin, and Haskell/OCaml.

visual-reviewskills/visual-review/SKILL.md

Use when a backpressured loop has a front-end/UI change and needs to compare the rendered result against its design reference (a Figma frame or images on a Linear ticket) — catching layout, spacing, contrast, and visual-consistency defects automated tests and happy-path clicking miss.

MCP servers1

playwrightstdio
command
npx
args
-y @playwright/mcp@latest

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "backpressured",
  "version": "0.1.10",
  "description": "Drive a goal to completion autonomously while enforcing backpressure (lint, tests, verification) at every step.",
  "author": {
    "name": "Lucas Fernandes da Costa"
  },
  "homepage": "https://github.com/lucasfcosta/backpressured",
  "repository": "https://github.com/lucasfcosta/backpressured",
  "license": "MIT",
  "keywords": [
    "backpressure",
    "workflow",
    "automation",
    "code-review",
    "quality-gates",
    "tdd",
    "goal"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[backpressured on Agent Plugins Marketplace](https://pluginsmp.com/plugins/backpressured)