From Dev Studio
Acceptance-test a deployed product as a black box — drive the live UI and API, then verify observability and logs in Grafana — judging UI consistency, API consistency + stability, observability coverage, and log coverage WITHOUT seeing source. Use by the e2e-tester. Triggers on "acceptance test", "e2e test the deployed product", "is the live service correct", "black-box test".
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-studio:blackbox-acceptanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
How to judge a *running* product from the outside, with only its URLs. You never read the code —
How to judge a running product from the outside, with only its URLs. You never read the code — you verify behavior and the signals the system emits.
Every finding cites the URL + the exact request + the observed response/screenshot/panel — never the code. Score the four dimensions against their hard bars; verdict PASS/FAIL on the first line with the scored table. Route a FAIL: UI/API/log gaps → engineer; observability wiring gaps → operator.
If you ever need to look at source to explain a finding, you're out of role. Re-state it as an observable defect (what a user/integrator sees), or mark the dimension uncertain → FAIL.
npx claudepluginhub agentx-team/claude-plugins --plugin dev-studioCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.