Cursor rule
.cursor/rules/delegation.mdcOrchestration - routes tasks to the right subagent automatically
Cursor rules
Quality
59/100
Scores the file, not the repository.Length
562 words
6 headings · 0 code blocksRepository
0
— · pushed 167 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Delegation78After reading memory-bank, check if the current task matches a subagent below. Delegate automatically; do not wait for user to name the agent.910## When to Delegate1112| Intent / Trigger | Subagent |13|---|---|14| Editing `plugin/**`, SimHub SDK, incident detection, iRacing, SimHub dashboards, overlays, Dash Studio | simhub-developer |15| Writing tech plans, spike plans, technical design docs | simhub-developer |16| Editing `website/**`, Astro, Tailwind, landing page, docs site, Cloudflare Pages, marketing site | web-developer |17| "break this down", "scope", "plan feature", brainstorming, user stories, feature ideation, task decomposition | product-owner |18| Writing PRD specs, feature specs, detailed requirement docs | product-owner |19| After product-owner creates stories | priority-steward (schedule new tasks) |20| "what's next?", priorities, sprint, backlog, reprioritize | priority-steward |21| After completing a task or implementation | priority-steward (update Done, promote Next) |22| Code review, PR review, diff feedback | code-reviewer |23| Verify PRD compliance, trace FR-IDs, requirement gaps | prd-compliance |24| "update memory bank", after major implementation | memory-bank-updater |25| User gives process/workflow/style guidance | Handle directly: update relevant rules/skills/agents |2627## Document Dependency Orchestration2829When writing multiple dependent documents (PRD specs, tech plans, stories):3031- **Orchestrator handles sequencing.** Read the dependency graph, identify which documents can be written in parallel (shared dependencies resolved), and launch subagents concurrently (max 4).32- **Tech plans gate PRD specs.** If a PRD spec depends on a tech plan (e.g., spike results), write the tech plan first, then launch the dependent PRDs.33- **Review at phase boundaries.** Delegate to prd-compliance after completing a phase (not per-document). Fix issues before proceeding.3435## Model Preferences3637- **code-reviewer, simhub-developer, web-developer**: Prefer code-focused model38- **product-owner, prd-compliance, memory-bank-updater**: Prefer reasoning model39- **priority-steward**: Default model is fine4041## Rules4243- Memory Bank rule takes priority over this rule when in conflict.44- All agents must follow `incremental-work.mdc`. Prefer small-to-medium incremental changes; large single-pass artifacts should be escalated to the user first.45- All agents may search the internet for additional context when project files are insufficient; prefer authoritative sources.46- All agents may use additional tooling, including command-line workflows and relevant CLIs, when needed to complete tasks.47- Do not delegate simple one-step tasks; handle them directly.48- When delegating, pass relevant context from the current conversation in the Task prompt. Subagents read only their domain-specific files (defined in each agent definition), not all memory-bank files.4950## Mandatory Post-Implementation Review Path5152- For implementation in `plugin/**`, use this sequence:53 1. Delegate implementation to `simhub-developer`.54 2. `simhub-developer` performs a successful build (msbuild or dotnet build) and self-review, then returns a reviewed, consolidated change set.55 3. The coding agent executes code changes once (single apply pass) after SimHub self-review is complete.56 4. **Deploy (mandatory):** The agent that applied plugin code—whether after a simhub-developer handoff or when implementing plugin changes directly—**must** run `plugin/scripts/deploy-plugin.ps1` at the end of that change iteration and report its output. Do not consider plugin implementation complete until deploy has been run and output reported.57- If plugin changes were made without delegating (e.g. plan execution or small fixes), the agent that made the changes still must run `plugin/scripts/deploy-plugin.ps1` and report output.58- `code-reviewer` is optional for plugin work unless the user explicitly requests it or confidence is Medium/Low.59- After implementation, document outcomes in Memory Bank (`activeContext.md`, `progress.md`, and `journal.md` as needed).60
Also in wgutmann/sim-steward-plugin
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| wgutmann/sim-steward-plugin.cursor/rules/incremental-work.mdc · 0 | Cursor rules | stylegit | 48/100 | 3 days ago | |
| wgutmann/sim-steward-plugin.cursor/rules/memory-bank.mdc · 0 | Cursor rules | performance | 39/100 | 3 days ago | |
| wgutmann/sim-steward-plugin.cursor/rules/simhub-csharp.mdc · 0 | Cursor rules | no sections | 22/100 | 3 days ago | |
| wgutmann/sim-steward-plugin.cursor/rules/simhub-dashboard.mdc · 0 | Cursor rules | stylearch | 52/100 | 3 days ago | |
| wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/delegation.mdc · 0 | Cursor rules | styledo-not | 50/100 | 3 days ago | |
| wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/domain-coding.mdc · 0 | Cursor rules | style | 49/100 | 3 days ago | |
| wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/incremental-work.mdc · 0 | Cursor rules | stylegit | 48/100 | 3 days ago | |
| wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/memory-bank.mdc · 0 | Cursor rules | performance | 39/100 | 3 days ago | |
| wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/delegation.mdc · 0 | Cursor rules | styledo-not | 50/100 | 3 days ago | |
| wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/domain-coding.mdc · 0 | Cursor rules | stylearch | 47/100 | 3 days ago | |
| wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/incremental-work.mdc · 0 | Cursor rules | stylegit | 48/100 | 3 days ago | |
| wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/memory-bank.mdc · 0 | Cursor rules | performance | 39/100 | 3 days ago |
Diff against .cursor/rules/incremental-work.mdc Diff against .cursor/rules/memory-bank.mdc Diff against .cursor/rules/simhub-csharp.mdc Diff against .cursor/rules/simhub-dashboard.mdc Diff against cursor-agent-template/.cursor/rules/delegation.mdc Diff against cursor-agent-template/.cursor/rules/domain-coding.mdc Diff against cursor-agent-template/.cursor/rules/incremental-work.mdc Diff against cursor-agent-template/.cursor/rules/memory-bank.mdc Diff against website-repo-package/cursor-agent-template-web/.cursor/rules/delegation.mdc Diff against website-repo-package/cursor-agent-template-web/.cursor/rules/domain-coding.mdc Diff against website-repo-package/cursor-agent-template-web/.cursor/rules/incremental-work.mdc Diff against website-repo-package/cursor-agent-template-web/.cursor/rules/memory-bank.mdc
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-testing.mdc · 6 | Cursor rules | teststyletesting-strategy | 90/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-testing.mdc · 6 | Cursor rules | teststyletypestesting-strategy | 85/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-coding-style.mdc · 6 | Cursor rules | lint-formatstyletypesdo-not | 84/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-security.mdc · 6 | Cursor rules | stylesecuritydatabasedo-not | 80/100 | 3 days ago | |
| imazen/imageflow.cursor/rules/ci.mdc · 4.4k | Cursor rules | setupbuildtestarch+3 | 79/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-coding-style.mdc · 6 | Cursor rules | lint-formatstyle | 78/100 | 3 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-hooks.mdc · 6 | Cursor rules | lint-formatarchtesting-strategygit+1 | 78/100 | 3 days ago | |
| SethRobinson/UGTLive.cursor/rules/architecture-patterns.mdc · 103 | Cursor rules | buildtestlint-formatstyle+6 | 77/100 | 3 days ago |
