orchestrate

Automate multi-phase feature workflows across planning, testing, review, and security checks.

24|5|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Luohaothu/everything-codex --skill orchestrate-luohaothu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/Luohaothu/everything-codex/tree/main/skills/orchestrate
Command: npx skills add https://github.com/Luohaothu/everything-codex --skill orchestrate-luohaothu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates coordinating a multi-phase feature development workflow across planning, testing, review, and security checks.

Core Features & Use Cases

  • Orchestrates sequential invocation of /plan, /tdd, /code-review, and /security-review for a feature, bugfix, refactor, or security-focused work.
  • Provides consistent handoff notes between phases, enabling smoother collaboration and traceability.
  • Supports multiple workflow variants (Feature, Bugfix, Refactor, Security) to cover common development scenarios.

Quick Start

Describe the feature to implement and the orchestrate skill will run plan, tdd, code-review, and security-review in sequence.

Frequently Asked Questions about orchestrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a multi-phase feature development workflow across planning, testing, and review?

Automating a multi-phase feature development workflow involves sequentially invoking planning, TDD, code-review, and security-review phases. This orchestration provides consistent handoff notes between phases, ensuring smooth collaboration and full traceability for feature, bugfix, refactor, or security-focused work.

Can I use a single command to run TDD and code review sequentially for a bugfix?

Yes, you can run TDD and code review sequentially for a bugfix by applying the bugfix workflow variant. The orchestration automatically coordinates the deterministic phase order, executing testing and review in sequence while generating standardized handoff documentation with robust validation.

What is the best way to ensure consistent handoffs between planning and security review phases?

The best way to ensure consistent handoffs between planning and security review phases is to use an orchestration mechanism that enforces deterministic phase order and standardized handoff documentation. This provides robust validation and error handling across the entire feature flow.

Does this workflow orchestration support security-focused refactoring scenarios?

Yes, this workflow orchestration supports security-focused refactoring scenarios through dedicated workflow variants. It coordinates the required phases sequentially, ensuring that security checks and code reviews are properly executed and validated with standardized handoff notes for full traceability.

How do I start orchestrating an end-to-end feature flow?

To start orchestrating an end-to-end feature flow, simply describe the feature to implement. The orchestration will then automatically run the plan, TDD, code-review, and security-review phases in sequence, handling the coordination and handoffs automatically.

Why do I need standardized handoff documentation during feature development?

Standardized handoff documentation is needed during feature development to enable smoother collaboration and traceability between sequential phases. It ensures that planning, testing, review, and security checks maintain consistent context and robust validation across the entire workflow.