main-orchestrator
Coordinate multi-domain AI development projects
Complex software projects require careful planning across frontend, backend, and data teams. This skill breaks down requirements into actionable tasks and coordinates domain-specific orchestrators to ensure quality standards are met.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“main-orchestrator”。 Add a user notification system with email and push notifications
预期结果:
- Epic created: epic-notifications
- Tasks defined: 5 tasks across frontend, backend, and data domains
- Dependencies mapped: backend tasks must complete before frontend integration
- Quality gates: 8 test types specified per task
- Recommended orchestrators: backend-orchestrator, frontend-orchestrator, data-orchestrator
正在使用“main-orchestrator”。 Build a REST API for user authentication with JWT tokens
预期结果:
- Epic created: epic-auth-api
- Tasks defined: 4 tasks in backend context
- Quality gates: security testing, performance testing, integration tests
- Orchestrator assigned: backend-orchestrator
正在使用“main-orchestrator”。 Create a real-time dashboard showing sales metrics
预期结果:
- Epic created: epic-dashboard
- Tasks defined: 7 tasks across frontend, backend, and data contexts
- Dependencies: data pipelines must complete before frontend visualization
- Recommended orchestrators: frontend-orchestrator, backend-orchestrator, data-orchestrator
安全审计
安全This is a pure documentation skill containing only markdown, YAML templates, and JSON examples. No executable code, scripts, network calls, or file system operations exist. All 35 static findings are false positives caused by the analyzer misinterpreting YAML/JSON code blocks and template placeholders as executable patterns.
风险因素
🌐 网络访问 (1)
📁 文件系统访问 (1)
⚙️ 外部命令 (21)
质量评分
你能构建什么
Coordinate complex features
Break down multi-domain features into tasks and assign to appropriate domain orchestrators
Convert PRDs to tasks
Transform product requirements documents into actionable development tasks with clear success criteria
Manage epic progress
Track large initiatives across frontend, backend, and data domains with dependency resolution
试试这些提示
Break down this feature into tasks: [describe your feature requirement]
Analyze this PRD and create a task decomposition: [paste your PRD content]
Create an epic plan for this feature that spans [frontend/backend/data] with dependencies: [describe feature]
Analyze this requirement and document the architectural decisions with pros and cons: [describe requirement]
最佳实践
- Provide detailed requirements with acceptance criteria for accurate task decomposition
- Identify cross-domain dependencies early to prevent blockers later in development
- Keep tasks small and focused (under 100 lines of code equivalent) for better quality control
避免
- Creating mega-tasks that span multiple domains without decomposition
- Skipping test requirements to save time during implementation
- Bypassing domain orchestrators with direct skill invocation