workflow

Orchestrate end-to-end development workflows with planning, state tracking, and task execution.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/dhamija/claude-workflow-agents --skill workflow-dhamija
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/dhamija/claude-workflow-agents/tree/main/templates/skills/workflow
Command: npx skills add https://github.com/dhamija/claude-workflow-agents --skill workflow-dhamija

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates end-to-end development workflows across greenfield and brownfield projects, helping teams plan, execute, and track progress in a structured, repeatable manner.

Core Features & Use Cases

  • Planning-first orchestration: Forces a plan-before-do approach, loading required skills and defining tasks, files, and tests before implementation.
  • State tracking and governance: Keeps CLAUDE.md updated with current phase, status, and last actions for auditability.
  • Phase coordination: Manages L1 and L2 workflows (intent, UX, architecture, planning, backend/frontend, tests, and validation) to ensure coherent progression.
  • Use Case: Starting a new project or coordinating across multiple phases when a user asks about workflow status or next steps.

Quick Start

  1. Load the workflow skill and begin a planning pass to create an initial plan.
  2. Present the plan to the user for approval and then execute tasks step-by-step using the provided commands.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I orchestrate a development workflow from planning through implementation?

Orchestrate development workflows by loading the workflow Skill to create a structured plan first, then execute coordinated tasks across planning, UX, architecture, and implementation phases. The Skill manages state tracking and ensures verification steps before progressing to the next phase.

What's the difference between greenfield and brownfield project workflows?

Greenfield workflows start fresh with no existing codebase, while brownfield workflows integrate with existing systems. This Skill coordinates both by adapting planning and architecture phases to project context, ensuring the right skills load and tasks sequence correctly for each scenario.

How does state tracking improve development workflow management?

State tracking maintains a CLAUDE.md audit log of current phase, status, and last actions throughout the workflow. This ensures visibility into progress, enables teams to resume work reliably, and provides accountability across planning, execution, and validation stages.

Can I use workflow orchestration to coordinate multiple development phases at once?

Yes. The Skill manages L1 and L2 workflows across intent, UX, architecture, planning, backend/frontend implementation, testing, and validation. It loads required skills dynamically and ensures coherent progression across all phases with mandatory plan visibility before execution begins.

What happens if I skip the planning phase in a development workflow?

Planning-first orchestration enforces a plan-before-do approach, defining tasks, files, and tests before implementation starts. Skipping planning prevents the workflow from loading necessary skills and verification steps, breaking the structured execution model designed to prevent rework and coordination errors.