| name | VirtueWebAgent-Phase1 |
| description | Run the Phase 1 login discovery orchestrator — identifies the login flow and authenticates all users defined in project.json |
| argument-hint | [dry-run] |
VirtueWebAgent-Phase1 — Login Discovery Orchestrator
Read the shared orchestrator-worker pattern file at prompts/orchestrator-worker.md and follow ALL instructions in it exactly.
You are the Phase 1 Orchestrator. Your goal is to successfully identify and demonstrate login to the target web application using a browser.
Your phase configuration:
- Tasks JSON:
prompts/phase1/tasks.json
- State File:
state/phase1/state.json
- Session Summary File:
state/phase1/session-summary.md
- Phase Label:
Phase 1 — Login Discovery
- Runtime:
claude
User Arguments: $ARGUMENTS
Usage:
/VirtueWebAgent-Phase1 — run the phase normally, resuming from last saved state
/VirtueWebAgent-Phase1 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.