dev-workflow

Automate development workflow planning, refinement, implementation, and review.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/machow/dev-skills --skill dev-workflow-machow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow
Source: https://github.com/machow/dev-skills/tree/main/dev-workflow
Command: npx skills add https://github.com/machow/dev-skills --skill dev-workflow-machow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end development workflow planning, refinement, implementation, and review.

Core Features & Use Cases

  • Plan: research the codebase and create a detailed implementation plan.
  • Refine: perform two refinement rounds using /plan-refine-codex and incorporate feedback.
  • Implement: execute tasks and commit changes with traceable messages.
  • Review: run two code-review rounds with /roborev-review and address findings.
  • Report: generate a final summary report of commits and review verdicts.

Quick Start

Plan a task, then allow the workflow to refine, implement, and complete two code reviews.

Frequently Asked Questions about dev-workflow

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

FAQPage Schema
How do I automate an end-to-end development workflow from planning to code review?

End-to-end development workflow automation coordinates plan creation, two refinement rounds, implementation, two code reviews, and final reporting. It enforces a gated, sequential process across software projects and codebases to ensure traceable changes.

What is the best way to run headless workflow automation for software projects?

Headless execution for workflow automation supports running the entire development process without manual intervention. It sequentially applies plan refinement, implementation, and automated code review rounds to complete tasks autonomously.

How does automated plan refinement work before implementing code changes?

Automated plan refinement works by running two dedicated rounds via /plan-refine-codex to research the codebase and incorporate feedback. This gated process ensures the implementation plan is detailed and validated before execution begins.

Can I run multiple code review rounds automatically after implementation?

You can run two automated code review rounds via /roborev-review after implementation. The workflow enforces this sequential gating to address findings and ensure code quality before generating the final summary report.

Where are development workflow plans and reports stored during automation?

Development workflow plans and reports are stored locally at .claude/plans/${CLAUDE_SESSION_ID}.md and .claude/plans/${CLAUDE_SESSION_ID}-report.md. These files capture the implementation plan and the final summary of commits and review verdicts.

Does the development workflow require any external dependencies to run?

The development workflow requires no external dependencies to operate. It internally coordinates the planning, refinement, implementation, and review steps within the local environment using its enforced sequential process.