delegation-check
SolidCheck workflow delegation prompts against agent role definitions for content separation violations. Detects conflicts, duplication, boundary leaks, and missing contracts. Triggers on "check delegation", "delegation conflict", "prompt vs role check".
Install
Quality Score: 87/100
Skill Content
Details
- Author
- catlog22
- Repository
- catlog22/maestro-flow
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- None
Similar Skills
Semantically similar based on skill content — not just same category
delegate
Use before delegating any task to an agent — a single Agent() spawn or a whole wave — and whenever the user says "spawn an agent", "delegate this", "parallelize this", "split this work", or "use a subagent". Also applies when choosing a model tier, batching small tasks, or deciding inline-vs-spawn. Reload before every delegation, not once per session.
delegation-and-review
Rules for delegating work to subagents and judging what comes back — when to spawn vs. do it yourself, how to write a dispatch packet, how to review agent-produced changes without rubber-stamping, when to retry vs. change approach vs. ask the user, and how to hand off long-running work across sessions. Load when about to spawn a subagent or write a dispatch prompt, when fanning out parallel work, when the diff you are reviewing was produced by an agent, or when work will outlive this session. Do NOT load for small single-context tasks — just do those under operational-rigor.
delegate-check
Review what should be delegated