For Cursor 2.0 we were promised Parallel Agents | Cursor Docs but it was a Best of N workflow. Now that subagents are fully supported, and we have two built in, namely explore and generalPurpose we now have true Parallel Agents!

Try it out!
Run 8 parallel subagents (8 generalPurpose). Allow file edits.
Each subagent must create or update ONE file under `subagent_sandbox/` only.
Do not modify production code, configs, migrations, or tests.
Tasks (one per subagent):
1) Entry points / startup flow → write `subagent_sandbox/01_entrypoints.md`
2) Project structure overview → write `subagent_sandbox/02_structure.md`
3) Config + env loading → write `subagent_sandbox/03_config.md`
4) Data access layer → write `subagent_sandbox/04_data.md`
5) API/route/command surface → write `subagent_sandbox/05_api.md`
6) Authn/authz checks → write `subagent_sandbox/06_auth.md`
7) Background jobs/schedulers → write `subagent_sandbox/07_jobs.md`
8) Logging/observability → write `subagent_sandbox/08_observability.md`
Rules: Create mermaid diagrams, concise bullets, include file paths cited, and return results grouped by task with subagent IDs.