dev-step-all

Execute all remaining steps from split plan files until completion or error.

1|2|Updated Jul 5, 2024
One-click install
npx skills add https://github.com/uuta/dotfiles --skill dev-step-all
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-step-all
Source: https://github.com/uuta/dotfiles/tree/main/skills/dev-step-all
Command: npx skills add https://github.com/uuta/dotfiles --skill dev-step-all

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of all remaining steps defined in split plan files, removing the need for user confirmation and accelerating development workflows.

Core Features & Use Cases

  • Automated step execution: reads per-step plan files and executes them in sequence or parallel where possible.
  • Progress loop & failure handling: continuously loops through steps until all are marked Done or a failure occurs, at which point it reports the issue.
  • Plan-driven automation: ideal for project workflows where steps are organized into discrete files and require orchestration across tasks.

Quick Start

From your project context, trigger the Dev Step All skill to begin automatically processing the remaining steps. It will validate plan state, load step files, and execute tasks until completion or an error is encountered.

Frequently Asked Questions about dev-step-all

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

FAQPage Schema
How do I automate workflow execution for split plan files without manual confirmation?

Plan-driven automation validates the plan state, loads step files, and executes tasks continuously until completion or an error is encountered. It enforces validation, tracks status, and orchestrates parallel tasks via Claude Code Agent Teams to complete the workflow.

How does error handling work during automated step execution?

Stop-on-failure behavior halts the progress loop immediately when an error occurs and reports the issue. This prevents subsequent steps from executing, ensuring safe error handling and protecting the workflow from cascading failures.

Can I use Claude Code Agent Teams for parallel task orchestration in plan-driven workflows?

Yes, Claude Code Agent Teams enable parallel task orchestration within plan-driven workflows. The automation coordinates parallel execution across step files where possible, while enforcing validation and tracking status across all concurrent tasks.

What is the best way to orchestrate remaining development steps from per-step files?

Automated plan-driven execution orchestrates remaining development steps by reading per-step files, validating the plan state, and executing tasks in sequence or parallel. It loops continuously until all steps are marked Done or a failure halts execution.

Do I need split plan files to use automated step execution?

Yes, split plan files are required as the input format for automated step execution. The workflow relies on discrete per-step files to validate plan state, load tasks, and orchestrate execution until completion or a halt on error.