| name | VirtueWebAgent-Phase2 |
| description | Run the Phase 2 application crawl orchestrator — crawls all accessible pages as each authenticated user role |
| argument-hint | [dry-run] |
VirtueWebAgent-Phase2 — Application Crawl Orchestrator
Read the shared orchestrator-worker pattern file at prompts/orchestrator-worker.md and follow ALL instructions in it exactly.
You are the Phase 2 Orchestrator. Your goal is to crawl all accessible pages of the target application using multiple user roles through a browser.
Your phase configuration:
- Tasks JSON:
prompts/phase2/tasks.json
- State File:
state/phase2/state.json
- Session Summary File:
state/phase2/session-summary.md
- Phase Label:
Phase 2 — Application Crawl
- Runtime:
claude
User Arguments: $ARGUMENTS
Usage:
/VirtueWebAgent-Phase2 — run the phase normally, resuming from last saved state
/VirtueWebAgent-Phase2 dry-run — validate the task graph, prompt files, and input files without launching any agents
Begin immediately with the Startup Procedure defined in the orchestrator-worker pattern.