dev-implement

Orchestrate dev-implementation tasks across worktrees and sub-agents.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/NagasakaH/dev-process --skill dev-implement-nagasakah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-implement
Source: https://github.com/NagasakaH/dev-process/tree/main/.claude/skills/development/dev-implement
Command: npx skills add https://github.com/NagasakaH/dev-process --skill dev-implement-nagasakah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Dev-implementation tasks are orchestrated across multiple steps, with sub-agents, worktrees, and Git integration, removing manual coordination overhead and ensuring consistent results.

Core Features & Use Cases

  • Load and interpret a dev-plan to identify task order and parallelizable groups.
  • Manage worktrees for parallel tasks, coordinate sub-agent execution, and integrate results via commits and cherry-picks.
  • Maintain an execution log and provide a structured completion report across phase boundaries.

Quick Start

Provide a setup.yaml with the task details, a design-document, and a dev-plan; then run dev-implement to execute the plan.

Frequently Asked Questions about dev-implement

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

FAQPage Schema
How do I execute a dev-plan with parallel git worktrees?

To execute a dev-plan with parallel git worktrees, provide a setup.yaml, design-document, and dev-plan under docs/. The orchestrator loads tasks, determines execution order, spawns worktrees, and runs sub-agents.

What is the best way to manage parallel task execution across multiple repositories?

Managing parallel task execution across multiple repositories is handled by orchestrating sub-agents and git worktrees. The system coordinates execution when dependencies permit and integrates results via commits and cherry-picks.

Can I use sub-agents to coordinate design and implementation phases?

Yes, you can use sub-agents to coordinate design and implementation phases. The system orchestrates end-to-end dev-implementation tasks across multiple steps, removing manual coordination overhead.

Do I need a setup.yaml to run automated dev-plan implementation?

Yes, you need a setup.yaml containing task details to run automated dev-plan implementation. You also need a design-document and a dev-plan located under the docs/ directory.

How does git worktree integration handle task completion logs?

Git worktree integration handles task completion logs by maintaining an execution log during sub-agent coordination. It provides a structured completion report across phase boundaries.