project-orchestrator

Orchestrates projects from requirement analysis to delegation with git worktree parallel development.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/nakano1122/dotfiles --skill project-orchestrator-nakano1122
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-orchestrator
Source: https://github.com/nakano1122/dotfiles/tree/main/dot_agents/skills/project-orchestrator
Command: npx skills add https://github.com/nakano1122/dotfiles --skill project-orchestrator-nakano1122

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines complex project management by automating requirement gathering, technical selection, architectural design, task decomposition, and delegation, ensuring efficient and parallel development workflows.

Core Features & Use Cases

  • End-to-End Project Management: Manages the entire project lifecycle, from initial concept to final deployment.
  • Parallel Development Orchestration: Leverages git worktree for concurrent feature development, managing BE/FE delegation and cross-cutting reviews.
  • Use Case: Kickstart a new web application project by defining requirements, selecting the tech stack (e.g., Next.js, Hono), designing the architecture, breaking down tasks, and delegating them to specialized backend and frontend orchestrators.

Quick Start

Use the project-orchestrator skill to initiate a new project based on the provided requirements.

Frequently Asked Questions about project-orchestrator

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

FAQPage Schema
How do I manage parallel development across backend and frontend teams?

Parallel development is orchestrated using git worktree for concurrent feature work, delegating specific modules to backend and frontend orchestrators, and unifying the output through cross-functional reviews.

What is the best way to orchestrate a new project from requirements to task delegation?

Project orchestration from requirements to delegation automates requirement gathering, drives technology selection, designs the system architecture, decomposes tasks, and assigns them to specialized orchestrators for execution.

How does git worktree work for concurrent feature development in project orchestration?

Git worktree facilitates concurrent feature development by creating multiple working directories linked to the same repository, allowing the orchestrator to delegate and run isolated backend and frontend tasks simultaneously without checkout conflicts.

Can I use this to select a technology stack like Next.js and Hono for a new web application?

Yes, technology selection for stacks like Next.js and Hono is supported during the project initiation phase, evaluating requirements to determine the appropriate frameworks before proceeding to architectural design.

Do I need separate backend and frontend orchestrators to decompose tasks?

Separate backend and frontend orchestrators are required for parallel development, as task decomposition generates specialized assignments that must be delegated to these distinct components for isolated execution and cross-functional review.

When should I not use an automated project orchestrator for task breakdown?

An automated project orchestrator for task breakdown should not be used when a project lacks clear requirement definitions or does not require parallel development, as the architecture design and delegation mechanisms depend on structured initial inputs.