بنقرة واحدة
ultrathink-orchestrator
Auto-invokes ultrathink workflow for any work request (default orchestrator)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Auto-invokes ultrathink workflow for any work request (default orchestrator)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Expert guidance for Azure DevOps CLI (az devops) - automation, pipelines, repos, boards, and artifacts management. Use when working with Azure DevOps, managing pipelines, creating work items, or when user mentions ADO, builds, releases, or Azure repos.
Expert backlog manager that prioritizes work using multi-criteria scoring, analyzes dependencies, and recommends optimal next tasks. Activates when managing backlogs, prioritizing work, adding items, or analyzing what to work on next.
Run Microsoft's eval-recipes benchmarks to validate amplihack improvements against baseline agents. Activates when testing with eval-recipes, running evals, or benchmarking changes.
Expert knowledge of Microsoft Agent Framework for building production AI agents and workflows. Use when building agents with Microsoft's framework, multi-agent orchestration, or tool integration.
Expert project manager orchestrating backlog-curator, work-delegator, workstream-coordinator, and roadmap-strategist sub-skills. Coordinates complex software projects through delegation and strategic oversight. Activates when managing projects, coordinating work, or tracking overall progress.
Expert strategist managing project roadmaps, goals, milestones, and strategic direction. Tracks goal progress, ensures alignment, and provides strategic recommendations. Activates when planning roadmaps, setting goals, tracking milestones, or discussing strategic direction.
استنادا إلى تصنيف SOC المهني
| name | ultrathink-orchestrator |
| version | 1.0.0 |
| description | Auto-invokes ultrathink workflow for any work request (default orchestrator) |
| DEPRECATED | true |
| deprecation_notice | This skill is DEPRECATED as of 2025-11-26. Workflow selection is now handled directly in CLAUDE.md via the "MANDATORY: Workflow Selection" section. The indirection through skills has been eliminated to ensure consistent workflow enforcement. |
| auto_activate | false |
| priority | 5 |
| triggers | ["implement","create","build","add","fix","update","refactor","design"] |
This skill provides automatic orchestration for development and investigation tasks. It detects the task type from keywords and delegates to the appropriate workflow skill (investigation-workflow or default-workflow).
Auto-activation priority is LOW (5) to allow more specific skills to match first. When activated, this orchestrator selects between investigation-workflow and default-workflow based on the user's request keywords.
This skill acts as a thin wrapper around the canonical ultrathink command, following the amplihack pattern of single-source-of-truth for command logic.
This skill is a thin wrapper that references canonical sources:
.claude/commands/amplihack/ultrathink.md (278 lines).claude/workflow/DEFAULT_WORKFLOW.md.claude/workflow/INVESTIGATION_WORKFLOW.mdThe canonical command contains complete task detection logic, complexity estimation, and orchestration patterns for both investigation and development workflows.
When this skill is activated, you MUST:
Read the canonical command for task detection logic:
Read(file_path=".claude/commands/amplihack/ultrathink.md")
Note: Path is relative to project root. Claude Code resolves this automatically.
Detect task type using keywords from the canonical command:
Invoke appropriate workflow skill:
Skill(skill="investigation-workflow")Skill(skill="default-workflow")Fallback if skill not found:
.claude/workflow/INVESTIGATION_WORKFLOW.md.claude/workflow/DEFAULT_WORKFLOW.mdBenefits:
Trade-offs:
This pattern aligns with amplihack philosophy: ruthless simplicity through elimination of duplication.
.claude/commands/amplihack/ultrathink.md.claude/skills/default-workflow/.claude/skills/investigation-workflow/.claude/workflow/DEFAULT_WORKFLOW.md.claude/workflow/INVESTIGATION_WORKFLOW.md