بنقرة واحدة
orchestrator
Wave-based parallel task execution with sub-agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Wave-based parallel task execution with sub-agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Pre-meeting context gathering across all connected systems. Pulls recent interactions, open items, and suggested talking points for any person or topic. Triggers on: "meeting prep", "prep for my meeting", "meeting with X", "prep for 1:1".
Pulls a Granola meeting transcript and updates people files with per-person intelligence: what they said, what they pushed back on, what they committed to. Compounds over time — each meeting adds a layer. Triggers on: "sync people", "update people from meeting", "update stakeholders", "/people-sync".
Competitive analysis and market research with source attribution. Parallel fan-out across web, review sites, and news. Triggers on: "market research", "competitive analysis", "competitor comparison".
Voice profile configuration and application for consistent writing. Configure once with 2-3 samples, apply everywhere. Triggers on: "writing style", "voice profile", "apply my voice", writing long-form content.
Platform-optimized Substack Notes creation. 500-char limit, hook-driven, engagement-focused. Triggers on: "write a Substack Note", "Substack content", "Note ideas".
Test-driven development enforcement with RED-GREEN-IMPROVE cycle
| name | orchestrator |
| description | Wave-based parallel task execution with sub-agents |
| origin | pm-pilot |
| version | 1.0.0 |
| triggers | ["orchestrate","run waves","parallel execute"] |
Decompose complex work into independent waves of parallel sub-agent tasks.
Decompose Work
Plan Waves
Wave 1 (parallel): [task-a, task-b, task-c]
Wave 2 (parallel, depends on wave 1): [task-d, task-e]
Wave 3 (sequential): [merge results]
Launch Sub-Agents
.claude/manifests/{task-id}.mdCollect Results
manifest-reader skillMerge and Synthesize
Each sub-agent writes:
---
task: {task-id}
status: complete | failed | partial
agent: {agent-description}
---
## Findings
{results}
## Errors
{any errors encountered}
Orchestration: {task name}
Waves: {count}
Results: {success count}/{total count} tasks completed
Summary: {merged findings}
Failures: {list or "none"}