workbench-capy-vm-lane
Workbench Capy VM Lane
Use this skill only when an issue declares EXECUTION_TARGET: capy-vm or asks for isolated GUI/browser/sandbox execution.
Required Checks
Before execution:
- Confirm the issue has
VM_LEASE. - Confirm
secrets_policy. - Confirm
network_policy. - Confirm
ARTIFACTS_REQUIRED. - Confirm
TEARDOWN.
If any field is missing, return BLOCKED with the smallest missing field list.
Default Policy
secrets_policy: nonenetwork_policy: localhost-onlyfor smoke testsTEARDOWN: destroy- artifact root: local temp by default; set
CAPY_VM_ARTIFACT_DIRexplicitly for durable review evidence
Computer API Pattern
The local smoke path uses a Scrapybara-compatible Computer API:
curl -fsS -X POST "http://127.0.0.1:${CAPY_API_PORT}/computer" \
-H "Content-Type: application/json" \
-d '{"action":"take_screenshot"}'
The response must be saved before summarizing.
Report Contract
Always report:
- issue id,
- owner agent,
- execution target,
- lease fields,
- commands and exit codes,
- artifact paths,
- whether raw artifacts were kept outside Git,
- teardown state,
- residual risks,
VERDICT: PASS / FLAG / BLOCK.
Never paste base64 screenshots, raw cookies, OAuth codes, private tokens, API keys, or unrelated screen content into comments.
More from fearvox/multica-ultimate-workbench
workbench-conductor
Two-ring orchestration, routing, issue and comment discipline, and role boundaries for the Multica Workbench.
4workbench-self-awareness-infra
Capability discovery and current-state verification for Heavy Path, ambiguous repo/runtime ownership, and runtime-dependent Standard Path work.
4workbench-sdd
Specification-driven development from raw requirement to product design, technical design, task list, execution, and verification.
4workbench-debug-investigate
Root-cause investigation for bugs, regressions, suspicious runtime behavior, failed automations, and unexpected outcomes.
3workbench-research
Evidence-first research, architecture discovery, vendor documentation review, benchmark reading, and unknown-system analysis.
3workbench-code-review
Findings-first review discipline for code, diffs, task plans, live workflow changes, and implementation evidence.
3