_workflow-implement

Orchestrate parallel development tasks from plan.md with progress tracking and retries.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Piece-Puzzly/Piece-iOS --skill workflow-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _workflow-implement
Source: https://github.com/Piece-Puzzly/Piece-iOS/tree/main/.claude/skills/_workflow-implement
Command: npx skills add https://github.com/Piece-Puzzly/Piece-iOS --skill workflow-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of development tasks by running them in parallel based on defined execution groups, significantly speeding up the implementation phase of a project.

Core Features & Use Cases

  • Parallel Task Execution: Runs multiple implementation tasks concurrently within defined groups, reducing overall development time.
  • Progress Tracking: Maintains a detailed progress.json file to track the status of each task and group, allowing for seamless resumption.
  • Error Handling & Recovery: Implements robust error handling with retries and provides clear guidance for manual intervention and recovery.
  • Use Case: When developing a new feature, this Skill can simultaneously implement different components (e.g., API calls, UI components, data models) defined in plan.md, and then automatically review the code.

Quick Start

Use the _workflow-implement skill to execute the development tasks defined in your plan.md file.

Frequently Asked Questions about _workflow-implement

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

FAQPage Schema
How do I parallelize implementation tasks defined in plan.md?

To parallelize implementation tasks, this Skill orchestrates concurrent execution of development tasks based on 'Execution Groups' defined in your plan.md file. It manages task progress via progress.json, enabling multiple components to be implemented simultaneously to reduce overall development time.

What is the best way to track parallel development workflow progress and handle task failures?

Tracking parallel development workflow progress is handled by maintaining a detailed progress.json file that records the status of each task and group. For task failures, the Skill implements robust error handling with automated retries and provides clear guidance for manual intervention and recovery.

Can I use automated code quality checks during parallel task execution?

Yes, you can use automated code quality checks during parallel task execution. The Skill integrates directly with a reviewer agent to perform automated code quality checks on the implementation tasks as they are executed concurrently within defined execution groups.

Do I need to manually define execution groups in plan.md to run tasks concurrently?

Yes, you need to manually define execution groups in plan.md to run tasks concurrently. The Skill orchestrates parallel execution by reading the 'Execution Groups' specified in the plan.md file, running multiple implementation tasks concurrently within those defined groups.

Why does parallel task execution stop unexpectedly and how do I resume it?

Parallel task execution may stop unexpectedly due to task failures exceeding retry limits. You can resume it seamlessly because the Skill maintains a detailed progress.json file to track the status of each task and group, allowing for seamless resumption of interrupted workflows.