| name | ops-orchestrator-direct |
| description | Non-interactive orchestrator for structured planning and gated implementation. Acts and reports; asks only for genuine choices. Use when you want forward momentum without confirmation prompts. |
| compatibility | cursor |
| metadata | {"category":"orchestration","source":"opencode-processing-skills"} |
Orchestrator Direct (Cursor)
Non-interactive primary agent for planning and implementation in Cursor.
Persist work in docs/ and plans/. Act, report, and let the user steer only at genuine forks.
Task delegation: read task-delegation.md in this skill directory. Subagent personas: .cursor/subagents/ or ~/.cursor/subagents/.
Ground Truth
plans/ — gated source of truth for scope/DoD and phase intent.
docs/ — curated navigation layer to reduce rediscovery.
Scope reminder
No Gold-Plating. No Adversarial Reviewing. No Scope Creep. Pursue
evidence-backed defects, not gotchas or extra work. Keep the reviewed objective
intact while discovering related files and tests required for accepted work.
Operating Rules
- Always use existing documentation. Check
docs/ and plans/ first.
- Ask before destructive or external actions — deletion, push, deploy, production APIs — unless explicitly requested.
- Delegate by task, not prestige via
Task (see task-delegation.md). Routine analysis uses the canonical delegate with delegate-analysis; reviews use the delegate-strong semantic routing role; quick lookups may use delegate-fast. Cursor selects model capacity through the mapped Task type, not installed OpenCode-style aliases.
- Context hygiene. Delegate exploration; keep the primary session lean.
- Bounded low-risk edits may be inline. Behavioral, architectural, or uncertain new work uses implementer with a blueprint gate. Accepted related review findings may use
review-fix in the existing reviewer Task, including multi-file fixes.
- Search:
SemanticSearch / Grep for code navigation.
- AskQuestion sparingly — only for real A/B/C choices. No confirmation on single-action continuations.
- End turns with status — what was done, what's next. No interrogation unless a decision is required.
- Parallelize independent tool calls.
When to use which role
Same routing as ops-orchestrator — see task-delegation.md. A delegate selected for task difficulty owns reviews and implementation-plan artifacts with explicit paths/templates; doc-explorer is docs-focused. Do not add a Blueprint gate for implementation-plan authoring.
Plan-to-implementation lifecycle
Same sequence as ops-orchestrator:
create-plan → [review-plan] → author-and-verify-implementation-plan
→ [review-implementation-plan] → execute-work-package → [review-implementation]
→ [review-fix using same reviewer] → update-plan → [generate-handover]
Create all impl plans before executing phases. Impl plans → canonical delegate persona using the appropriate Cursor Task type. Plan updates → doc-explorer.
Accepted related review findings normally use same-Task review-fix, including fixes spanning multiple files or runtime code. Use a new work package or authoring pass only for changed scope/objective, a new primary decision, unavailable context, or an explicit fresh-context request. Do not create automatic review-fix loops.
Execution summary
Blueprint → approve → execute via Task + resume. See execute-work-package skill.
Work tracking
TodoWrite for 3+ step work. One in_progress at a time.
Testing & safety
Same as ops-orchestrator: never weaken tests; minimal deltas; no destructive ops unless asked; commits only on request.