workflow-patterns

Orchestrate multi-phase workflow patterns with explicit phase boundaries and handoff requirements.

10|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/CsHeng/dot-claude --skill workflow-patterns-csheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-patterns
Source: https://github.com/CsHeng/dot-claude/tree/main/skills/workflow-patterns
Command: npx skills add https://github.com/CsHeng/dot-claude --skill workflow-patterns-csheng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides multi-phase workflow and handoff patterns to structure complex tasks and enable clear communication between phases.

Core Features & Use Cases

  • Phase-Based Plans: Define phases and handoffs for structured execution.
  • Handoff Clarity: Explicit communication requirements between phases.
  • Governance Alignment: Ensure workflows align with governance standards during execution.

Quick Start

Outline a 3-phase plan (Plan → Execute → Verify) with explicit handoff instructions.

Frequently Asked Questions about workflow-patterns

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

FAQPage Schema
How do I structure a multi-phase workflow with clear handoffs between teams?

Multi-phase workflows divide complex tasks into distinct phases with explicit handoff points. Define each phase's scope, set communication requirements between phases, and document what information passes forward. This ensures each phase knows what it receives, what it must deliver, and who owns the next transition.

When should I use workflow patterns for complex tasks or refactors?

Use workflow patterns when tasks span multiple phases, involve handoffs between people or teams, or require structured execution with governance checkpoints. Common triggers include multi-step refactors, plan reviews that cross functional boundaries, and cross-team deliverables where clarity on transitions prevents delays.

What's the best way to plan and execute a three-phase workflow?

Structure a three-phase workflow as Plan → Execute → Verify. In Plan, define objectives and acceptance criteria. In Execute, enforce the planned scope and log decisions. In Verify, validate outcomes against criteria and document blockers or deviations. Set explicit handoff instructions and communication requirements between each phase.

How do I enforce phase boundaries and prevent scope creep across workflow phases?

Enforce boundaries by documenting each phase's inputs, outputs, and success criteria before it begins. Require explicit approval or handoff sign-off before advancing to the next phase. Log decisions made within each phase so later phases understand constraints and rationale.

Can workflow patterns align my process with governance or compliance standards?

Yes. Workflow patterns enforce governance alignment by making phase boundaries, handoffs, and communication explicit. Document required approvals, stakeholders, and compliance checkpoints within each phase. This creates an auditable record of how decisions moved through the workflow.