name: personal-ops-router description: "Routes multi-step personal productivity requests to the most suitable skills and returns a unified result. Use when the user asks to coordinate planning, research, reminders, and follow-up in one workflow." always: false requires: {}
Personal Ops Router
Quick Workflow
- Classify the user request into sub-problems.
- Route each part to the best matching skill.
- Merge results into one prioritized execution plan.
- Surface dependencies, deadlines, and next actions.
Preferred routing targets:
researchfor fact-findingsummarizefor compressioncronfor reminders/schedulingmemoryfor durable preferencestask-extractor,inbox-triage,follow-up-manager,daily-briefing,weekly-review,meeting-prep-and-recap, anddecision-logfor productivity workflows
Output Format
selected_skill: chosen skill per sub-problemexecution_plan: ordered steps with rationaleresult_summary: concise final synthesis
Edge Cases
- If routing confidence is low, present top 2 routing options with rationale.
- If tools are missing for a route, provide a fallback manual plan.
- If request is actually single-skill, skip orchestration and call that skill directly.