dev-workflow

Orchestrate staged feature development with Explore, Plan, Implement, Review, and Ship checkpoints.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/elsolal/Skillz-Claude-Codex-And-More --skill dev-workflow-elsolal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow
Source: https://github.com/elsolal/Skillz-Claude-Codex-And-More/tree/main/.claude/skills/dev-workflow
Command: npx skills add https://github.com/elsolal/Skillz-Claude-Codex-And-More --skill dev-workflow-elsolal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The workflow provides a deterministic, end-to-end feature development lifecycle that preserves context and enforces mandatory checkpoints across Explore → Plan → Implement → Review × 3 → Ship stages.

Core Features & Use Cases

  • Orchestrator-driven planning and execution that keeps all context in one place.
  • Stop checkpoints and 3-pass reviews to ensure quality, alignment, and risk mitigation.
  • Works with rule-based phase transitions, task references (e.g., GitHub issues), and cross-team collaboration for feature delivery.

Quick Start

Invoke the /dev command with a task description or issue reference to start the feature development workflow.

Frequently Asked Questions about dev-workflow

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

FAQPage Schema
How do I enforce a staged checkpoint workflow for feature development?

Enforcing a staged checkpoint workflow requires orchestrating development across Explore, Plan, Implement, Review, and Ship phases. This Skill preserves context and enforces mandatory stop checkpoints with three-pass code reviews to ensure quality and alignment.

What is the best way to orchestrate end-to-end feature development with context retention?

Orchestrating end-to-end feature development with context retention is achieved through an orchestrator-driven lifecycle that keeps all planning, implementation, and review context in one place. It enforces rule-based phase transitions and read-before-write discipline.

Can I use GitHub issue references to drive a structured development lifecycle?

Yes, you can use GitHub issue references to drive this structured development lifecycle. The workflow accepts task references as input, allowing you to initiate the staged Explore, Plan, Implement, Review, and Ship pipeline with traceable progress.

How do you perform a three-pass code review during implementation?

A three-pass code review is performed by enforcing mandatory stop checkpoints at the Review stage. The orchestrator applies continuous linting and type checks across three distinct review iterations to ensure risk mitigation and quality before shipping.

Does this development workflow support bug fixes or only new feature work?

This development workflow supports both new feature work and higher-level bug fixes. The orchestrator applies the same staged Explore, Plan, Implement, Review, and Ship pipeline with continuous linting and type checks to ensure traceable progress for any task.