RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/wgutmann/sim-steward-plugin

Cursor rule

.cursor/rules/delegation.mdc

Orchestration - 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 blocks

Repository

0

— · pushed 167 days ago

Last changed

3 days ago

First indexed 3 days ago.
wgutmann/sim-steward-plugin/.cursor/rules/delegation.mdcRawGitHub
1---
2description: Orchestration - routes tasks to the right subagent automatically
3alwaysApply: true
4---
5 
6# Delegation
7 
8After reading memory-bank, check if the current task matches a subagent below. Delegate automatically; do not wait for user to name the agent.
9 
10## When to Delegate
11 
12| 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 |
26 
27## Document Dependency Orchestration
28 
29When writing multiple dependent documents (PRD specs, tech plans, stories):
30 
31- **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.
34 
35## Model Preferences
36 
37- **code-reviewer, simhub-developer, web-developer**: Prefer code-focused model
38- **product-owner, prd-compliance, memory-bank-updater**: Prefer reasoning model
39- **priority-steward**: Default model is fine
40 
41## Rules
42 
43- 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.
49 
50## Mandatory Post-Implementation Review Path
51 
52- 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 

Sections

  • Delegation
  • When to Delegate
  • Document Dependency Orchestration
  • Model Preferences
  • Rules
  • Mandatory Post-Implementation Review Path

What it covers

code-stylegit-prdo-not

Stack — with the evidence

csharp

(1.00)

dotnet

(0.60)

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
wgutmann
Language
—
License
—
Archived
no

All configs in this repo

Also in wgutmann/sim-steward-plugin

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
wgutmann/sim-steward-plugin.cursor/rules/incremental-work.mdc · 0Cursor rulescsharpdotnetstylegit48/1003 days ago
wgutmann/sim-steward-plugin.cursor/rules/memory-bank.mdc · 0Cursor rulescsharpdotnetperformance39/1003 days ago
wgutmann/sim-steward-plugin.cursor/rules/simhub-csharp.mdc · 0Cursor rulescsharpdotnetno sections22/1003 days ago
wgutmann/sim-steward-plugin.cursor/rules/simhub-dashboard.mdc · 0Cursor rulescsharpdotnetstylearch52/1003 days ago
wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/delegation.mdc · 0Cursor rulescsharpdotnetstyledo-not50/1003 days ago
wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/domain-coding.mdc · 0Cursor rulescsharpdotnetstyle49/1003 days ago
wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/incremental-work.mdc · 0Cursor rulescsharpdotnetstylegit48/1003 days ago
wgutmann/sim-steward-plugincursor-agent-template/.cursor/rules/memory-bank.mdc · 0Cursor rulescsharpdotnetperformance39/1003 days ago
wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/delegation.mdc · 0Cursor rulescsharpdotnetstyledo-not50/1003 days ago
wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/domain-coding.mdc · 0Cursor rulescsharpdotnetstylearch47/1003 days ago
wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/incremental-work.mdc · 0Cursor rulescsharpdotnetstylegit48/1003 days ago
wgutmann/sim-steward-pluginwebsite-repo-package/cursor-agent-template-web/.cursor/rules/memory-bank.mdc · 0Cursor rulescsharpdotnetperformance39/1003 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.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-testing.mdc · 6Cursor rulesjavascriptcsharp+2teststyletesting-strategy90/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-testing.mdc · 6Cursor rulesjavascriptcsharp+2teststyletypestesting-strategy85/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-coding-style.mdc · 6Cursor rulesjavascriptcsharp+2lint-formatstyletypesdo-not84/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-security.mdc · 6Cursor rulesjavascriptcsharp+2stylesecuritydatabasedo-not80/1003 days ago
imazen/imageflow.cursor/rules/ci.mdc · 4.4kCursor rulesrustcsharp+2setupbuildtestarch+379/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-coding-style.mdc · 6Cursor rulesjavascriptcsharp+2lint-formatstyle78/1003 days ago
ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-hooks.mdc · 6Cursor rulesjavascriptcsharp+2lint-formatarchtesting-strategygit+178/1003 days ago
SethRobinson/UGTLive.cursor/rules/architecture-patterns.mdc · 103Cursor rulescsharpai-agent+2buildtestlint-formatstyle+677/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack