launch-classic-agent
Launch a general-purpose autonomous agent for non-specialized tasks: documentation, analysis, data processing, report generation. It investigates first, then produces output while keeping context.
Instructions
Launch a general-purpose autonomous agent for non-specialized tasks: documentation, analysis, file organization, data processing, report generation, or any automation that doesn't fit coder/planner/tester/researcher. Investigate first — have the agent explore and understand before producing output. Keeps context across the session — good for iterative or exploratory work.
Status: Read task:///all every ~30s to monitor all tasks (status, deps, questions). Statuses: running, waiting → <dep>, waiting_answer ⏸, completed, failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory override (absolute path). Usually omit — server auto-detects project root. Set only if the agent needs a different root. | |
| model | No | Model to use. Default: gpt-5.4-high. Also accepts aliases: sonnet, opus, gpt-5.4, o4-mini, etc. | |
| labels | No | Tags for grouping related tasks, e.g. "auth", "frontend", "v2-migration". Max 10 labels, 50 chars each. | |
| prompt | Yes | Task brief. MUST include: OBJECTIVE (what to do), CONTEXT (background and constraints), DELIVERABLES (expected outputs). Min 200 chars. | |
| depends_on | No | Task IDs that must complete before this starts. Handles execution ORDER only — you still must specify context_files with known paths or spawn after reading predecessor output via task:///{id}. | |
| context_files | No | Optional reference files. Max 20 files, 200KB each, 500KB total. |