with one click
orchestrate
Sequential agent workflow for complex tasks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Sequential agent workflow for complex tasks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Scan project, then generate or reconcile .primeignore patterns for smarter /prime loading
Run WCAG accessibility audits on frontend projects. Checks HTML semantics, ARIA usage, color contrast, and keyboard navigation patterns.
Generate OpenAPI specs from code, validate API contracts, and check for breaking changes between versions.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Incrementally fix TypeScript and build errors one at a time with verification. Invokes the build-error-resolver agent.
Create or verify a checkpoint in your workflow
| name | orchestrate |
| description | Sequential agent workflow for complex tasks |
| argument-hint | [task-description] |
Sequential agent workflow for complex tasks.
/orchestrate [workflow-type] [task-description]
Full feature implementation workflow:
planner -> tdd-guide -> code-reviewer -> security-reviewer
Bug investigation and fix workflow:
explorer -> tdd-guide -> code-reviewer
Safe refactoring workflow:
architect -> code-reviewer -> tdd-guide
Security-focused review:
security-reviewer -> code-reviewer -> architect
For each agent in the workflow:
Between agents, create handoff document:
## HANDOFF: [previous-agent] -> [next-agent]
### Context
[Summary of what was done]
### Findings
[Key discoveries or decisions]
### Files Modified
[List of files touched]
### Open Questions
[Unresolved items for next agent]
### Recommendations
[Suggested next steps]
/orchestrate feature "Add user authentication"
Executes:
Planner Agent
HANDOFF: planner -> tdd-guideTDD Guide Agent
HANDOFF: tdd-guide -> code-reviewerCode Reviewer Agent
HANDOFF: code-reviewer -> security-reviewerSecurity Reviewer Agent
ORCHESTRATION REPORT
====================
Workflow: feature
Task: Add user authentication
Agents: planner -> tdd-guide -> code-reviewer -> security-reviewer
SUMMARY
-------
[One paragraph summary]
AGENT OUTPUTS
-------------
Planner: [summary]
TDD Guide: [summary]
Code Reviewer: [summary]
Security Reviewer: [summary]
FILES CHANGED
-------------
[List all files modified]
TEST RESULTS
------------
[Test pass/fail summary]
SECURITY STATUS
---------------
[Security findings]
RECOMMENDATION
--------------
[SHIP / NEEDS WORK / BLOCKED]
For independent checks, run agents in parallel:
### Parallel Phase
Run simultaneously:
- code-reviewer (quality)
- security-reviewer (security)
- architect (design)
### Merge Results
Combine outputs into single report
$ARGUMENTS:
feature <description> - Full feature workflowbugfix <description> - Bug fix workflowrefactor <description> - Refactoring workflowsecurity <description> - Security review workflowcustom <agents> <description> - Custom agent sequence/orchestrate custom "architect,tdd-guide,code-reviewer" "Redesign caching layer"