dev-workflow

Community

Automate dev workflow: spec, plan, implement, review.

Authoranexpn
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines the entire software development lifecycle, from initial idea to final delivery, eliminating chaos and ensuring structured, high-quality outcomes. It orchestrates complex processes, saving you time and reducing the cognitive load of managing multiple development phases.

Core Features & Use Cases

  • Five-Phase Orchestration: Manages Specification, Planning, Task Extraction, Implementation, and Review, spawning specialized subagents for each.
  • Isolated Implementation Sessions: Ensures clean context for each task, minimizing errors and context switching for implementers.
  • External Agent Integration: Supports using external coding agents (e.g., Cursor, Windsurf) for implementation while leveraging Claude for planning and review.
  • Use Case: Initiate a new feature development. This Skill will guide you through defining the spec, generating a detailed plan, breaking it into tasks, overseeing implementation, and conducting thorough reviews, all within a structured framework.

Quick Start

To start a new development project: "I want to implement [feature/fix description]"

To control phases manually: "Start spec phase" "Generate plan" "Implement next task" "Review last implementation"

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dev-workflow
Download link: https://github.com/anexpn/claude-plugins/archive/main.zip#dev-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository