orchestrate

Coordinate development lifecycle phases from planning through implementation.

1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Porkbutts/porkbutts-n-taters --skill orchestrate-porkbutts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/Porkbutts/porkbutts-n-taters/tree/main/skills/orchestrate
Command: npx skills add https://github.com/Porkbutts/porkbutts-n-taters --skill orchestrate-porkbutts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates the entire development lifecycle from idea to implementation, reducing handoffs and guiding teams through design, architecture, and task planning with automated coordination.

Core Features & Use Cases

  • End-to-end coordination: product-design, architecture planning, task-decomposition, and delegation to agents for execution.
  • Phase-driven workflow: Phase 1 planning (PRD/ARCHITECTURE/BRAND-GUIDELINES/TASKS), Phase 2 task-spec generation, Phase 3 iterative implementation and code review, Phase 4 completion.
  • Resumable and introspective: detects filesystem and git state to resume where it left off after interruptions.

Quick Start

Use the orchestrate skill to start a new MVP project by outlining the idea, constraints, and success criteria.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I coordinate end-to-end project delivery from product design to implementation?

End-to-end project delivery is coordinated by aligning product-design, architecture, and task-decomposition across phases, delegating execution to specialized agents while generating planning artifacts like PRD and ARCHITECTURE documents.

What is the best way to automate task decomposition for an MVP application?

Task decomposition for an MVP is automated by orchestrating a phase-driven workflow that generates task specifications from initial planning artifacts, breaking down architecture into executable delegated tasks.

Can I resume an interrupted development workflow after a crash?

Yes, interrupted development workflows can be resumed because the orchestration process introspects the filesystem and git state to detect existing artifacts and automatically continue progress from the last completed phase.

How do I manage iterative code reviews across multiple development phases?

Iterative code reviews are managed during the implementation phase by coordinating specialized agents, evaluating generated task specifications, and validating code against the established architecture and PRD documents.

What project documents do I need before starting automated development orchestration?

Automated development orchestration requires access to artifacts stored in docs/PRD.md, docs/ARCHITECTURE.md, docs/BRAND-GUIDELINES.md, and docs/TASKS.md to properly align design, architecture, and task execution.

Does automated project orchestration work for both MVPs and full-scale apps?

Yes, automated project orchestration applies to projects ranging from MVPs to full-scale apps by guiding planning, artifact generation, task creation, and iterative reviews across the entire development lifecycle.