Install workflows
like packages.
Browse community-maintained workflows or publish your own. Each one is scoped, tested, and version-pinned. Workflows install with a single command on the CLI. The same install runs underneath when you attach a workflow to a Cloud runner.
exploratory-testing
v0.0.16Explore an app to surface risks and unknowns, then hand findings to a planning workflow
$ drisp workflow install exploratory-testingfullstack-engineering
v0.0.10Iterate on full-stack engineering tasks across codebase understanding, implementation, validation, and delivery
$ drisp workflow install fullstack-engineeringloop-test
v0.0.2Dev-only loop check — agent does a tiny thing each run and stops
$ drisp workflow install loop-testplaywright-automation
v0.0.24Build and run Playwright E2E tests — maps broad features, explores scoped areas, plans coverage, writes tests, and fixes flakes
$ drisp workflow install playwright-automationregression-testing
v0.0.16Scope rerunnable checks across changed and high-risk areas
$ drisp workflow install regression-testingrobot-automation
v0.0.24Build and run Robot Framework E2E tests (Browser library) — maps broad features, explores scoped areas, plans, writes, and fixes flakes
$ drisp workflow install robot-automationsmoke-testing
v0.0.16Scope the minimum critical-path checks that confirm a build is healthy
$ drisp workflow install smoke-testingweb-bench
v0.0.6Run WebBench benchmarks on real-world browser tasks and report timing and token usage
$ drisp workflow install web-bench