Cursor Resources

My commands and prompts for Cursor

Spawn multiple agents to deeply explore a codebase area before acting

command · installs to .cursor/commands/council.md
Based on the given area of interest, please:

1. Dig around the codebase in terms of that given area of interest, gather general information such as keywords and architecture overview.
2. Spawn off n=10 (unless specified otherwise) task agents to dig deeper into the codebase in terms of that given area of interest, some of them should be out of the box for variance.
3. Once the task agents are done, use the information to do what the user wants.

If user is in plan mode, use the information to create the plan.
Tip

Use params like n=10 to control agent count

Example prompts

use /council n=15, how does authentication work?find all places we use InstancedGeometry /council n=5getting this error, use /council and investigate