orchestrate-project
Plan iterations, delegate to SDLC agents, and compile iteration status
Best use case
orchestrate-project is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
It is a strong fit for teams already working in Codex.
Plan iterations, delegate to SDLC agents, and compile iteration status
Teams using orchestrate-project should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/orchestrate-project/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How orchestrate-project Compares
| Feature / Agent | orchestrate-project | Standard Approach |
|---|---|---|
| Platform Support | Codex | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Plan iterations, delegate to SDLC agents, and compile iteration status
Which AI agents support this skill?
This skill is designed for Codex.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# Orchestrator Command (SDLC) ## Task Coordinate lifecycle work for the current phase/iteration: 1. Read the latest phase/iteration plan and key artifacts 2. Select SDLC agents to work in parallel (requirements, architecture, build, test) 3. Synthesize results into a status summary with risks and next actions ## Inputs - Phase/iteration plan + RACI (if present) - Security/reliability gate expectations ## Outputs - `status-assessment.md` with gates, risks, and next iteration goals ## Notes - Escalate blockers; log decisions and owners ## References - @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/subagent-scoping.md — Each subagent gets ONE focused task; decompose complex work into parallel subagents - @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/parallel-then-synthesize.md — Launch independent agents in parallel; synthesize into a single status summary - @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/human-authorization.md — Escalate blockers to human; do not autonomously resolve gate failures - @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/rules/sdlc-orchestration.md — Phase orchestration patterns this skill implements - @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/skills/project-status/SKILL.md — Use for phase detection before dispatching agents
Related Skills
aiwg-orchestrate
Route structured artifact work to AIWG workflows via MCP with zero parent context cost
project-timeline-simulator
Simulate project outcomes with variable modeling, risk assessment, and resource optimization scenarios.
project-status
Analyze project state from .aiwg/ artifacts and provide contextual status with recommended next steps
project-health-check
Analyze overall project health and metrics
project-awareness
Detect project type, AIWG framework state, team configuration, and active work to summarize status and recommend next actions
new-project
Scaffold a new AIWG-managed project with .aiwg/ directory structure, starter CLAUDE.md, and framework registry
aiwg-setup-project
Update project CLAUDE.md with AIWG framework context and configuration
venv-manager
Create, manage, and validate Python virtual environments. Use for project isolation and dependency management.
pytest-runner
Execute Python tests with pytest, supporting fixtures, markers, coverage, and parallel execution. Use for Python test automation.
vitest-runner
Execute JavaScript/TypeScript tests with Vitest, supporting coverage, watch mode, and parallel execution. Use for JS/TS test automation.
eslint-checker
Run ESLint for JavaScript/TypeScript code quality and style enforcement. Use for static analysis and auto-fixing.
repo-analyzer
Analyze GitHub repositories for structure, documentation, dependencies, and contribution patterns. Use for codebase understanding and health assessment.