dev-workflow

Generate a task plan and implement it through a five-stage workflow.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/0xEdenY/eden-claude-skills --skill dev-workflow-0xedeny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow
Source: https://github.com/0xEdenY/eden-claude-skills/tree/main/dev-workflow
Command: npx skills add https://github.com/0xEdenY/eden-claude-skills --skill dev-workflow-0xedeny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

开发执行工作流的核心挑战在于确保从任务理解到提交的每个阶段都按正确的顺序进行,避免在不合适的阶段投入资源。本 Skill 提供一个可落地的、从接到任务到 commit 的完整执行节奏,作为具体操作手册。

Core Features & Use Cases

  • 提供从理解任务、规格确认、测试先行、分层实现到验收提交的端对端工作流框架。
  • 支持不同任务类型的执行路径:新功能、重构、Bug 修复,以及前后端协同的场景。
  • 使用场景示例:处理一个新任务时,按 Skill 指导逐步完成理解、规格、测试、实现与提交,确保交付的稳健性。

Quick Start

Start by reading the task and PRD, then follow the five-stage workflow to deliver a committed change.

Frequently Asked Questions about dev-workflow

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

FAQPage Schema
What is a structured software development workflow from task to commit?

A structured software development workflow orchestrates step-by-step execution from task comprehension to commit. It applies phase-driven guidelines, ensures testing before changes, and traces verification with staged transitions for robust incremental delivery.

How do I implement a testing-first approach for new feature development?

To implement testing-first for new feature development, follow a five-stage workflow: read the task and PRD, confirm specifications, write tests, implement layered changes, and verify before committing. This enforces phase-driven guidelines and consistency checks.

Does this development workflow support both frontend and backend refactor tasks?

Yes, this development workflow supports backend, frontend, and full-stack tasks. It provides tailored execution paths for feature development, refactoring, and bug fixes within a controlled W1-W2 workflow environment.

What is the best way to manage commits during an incremental delivery process?

The best way to manage commits during incremental delivery is using a phase-driven workflow that traces verification with staged transitions. It ensures testing occurs before changes and validates consistency checks prior to the final commit.

How do I handle task understanding before starting a bug fix workflow?

To handle task understanding for a bug fix, start by reading the task and PRD to comprehend requirements. Then follow the staged workflow to confirm specifications, write tests, implement the fix, and trace verification before committing.

When should I avoid a phase-driven development workflow?

You should avoid a phase-driven development workflow if your task lacks clear specifications or PRD documentation. The workflow relies on upfront task comprehension and strict testing-first guidelines, making it unsuitable for highly exploratory or undefined coding sessions.