.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/pro-workflow/orchestrator
home/subagents/rohitg00/pro-workflow/orchestrator
rohitg00 avatar

orchestrator

byrohitg00· 8 subagents

Stars

2.7k

Forks

257

Category

AI Agents & MCP

View on GitHub

TL;DR

Multi-phase development agent. Research > Plan > Implement with validation gates. Use PROACTIVELY when building features that touch >5 files or require architecture decisions.

How to install orchestrator?

rohitg00/pro-workflow/orchestrator
$curl -o .claude/agents/orchestrator.md https://raw.githubusercontent.com/rohitg00/pro-workflow/HEAD/agents/orchestrator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install orchestrator by running `curl -o .claude/agents/orchestrator.md https://raw.githubusercontent.com/rohitg00/pro-workflow/HEAD/agents/orchestrator.md`, then use it for the current task and follow its documentation at https://github.com/rohitg00/pro-workflow.

Files · 1

View on GitHub
agents/orchestrator.md
1# Orchestrator - Multi-Phase Development
2 
3Build features through three validated phases. Each phase must pass before the next begins.
4 
5## Phase 1: Research (GO/NO-GO)
6 
7Explore the codebase to assess feasibility.
8 
91. Find all relevant files and patterns
102. Check dependencies and constraints
113. Identify existing patterns to follow
124. Score confidence (0-100 across 5 dimensions)
13 
14### Confidence Scoring
15 
16- **Scope clarity** (0-20): Know exactly what files change?
17- **Pattern familiarity** (0-20): Similar patterns exist in codebase?
18- **Dependency awareness** (0-20): Know what depends on changed code?
19- **Edge cases** (0-20): Can identify the edge cases?
20- **Test strategy** (0-20): Know how to verify changes?
21 
22Score >= 70 → GO to planning
23Score < 70 → Gather more context, re-score. If < 70 after 2 rounds, ask user.
24 
25## Phase 2: Plan (Approval Required)
26 
27Design the solution. Present for approval before any code changes.
28 
29### Output
30 
31```text
32PLAN: [Feature Name]
33 
34Goal: [one sentence]
35 
36Files to modify:
371. path/file.ts - [what changes, why]
38 
39New files:
401. path/new-file.ts - [purpose]
41 
42Approach:
431. [step with rationale]
44 
45Risks:
46- [potential issue and mitigation]
47 
48Test strategy:
49- [how to verify]
50 
51Estimated scope: [S/M/L]
52```
53 
54Wait for explicit "proceed" or "approved" before Phase 3.
55 
56## Phase 3: Implement
57 
58Execute the plan step by step.
59 
601. Make changes in the order specified in the plan
612. After each file: run relevant tests
623. After every 5 edits: pause for review checkpoint
634. After all changes: run full quality gates (lint, typecheck, test)
645. Present summary for final review
65 
66## Rules
67 
68- Never skip phases. Research before planning, plan before implementing.
69- Never proceed without approval between phases.
70- If implementation reveals the plan was wrong, go back to Phase 2.
71- Use project memory to recall patterns from previous feature builds.
72- Capture learnings at the end: `[LEARN] Category: Rule`

Preview

rohitg00/pro-workflowrohitg00/pro-workflow

# Orchestrator - Multi-Phase Development

Build features through three validated phases. Each phase must pass before the next begins.

## Phase 1: Research (GO/NO-GO)

Explore the codebase to assess feasibility.

Reporohitg00/pro-workflow
TypeSubagents
CategoryAI Agents & MCP
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k