Three-phase workflow: plan, execute, and review code changes.
## Claude Code Plan-Execute-Review Workflow A multi-agent workflow skill for Claude Code. ### Workflow Definition ```markdown --- name: plan-execute-review-workflow description: Three-phase workflow: plan, execute, and review code changes. --- ## Workflow: Plan-Execute-Review ### Phase 1: Initialization - Define the task scope and objectives - Identify required agent roles - Set up communication channels - Establish success criteria ### Phase 2: Agent Assignment - Database Engineer: Schema and migrations - Backend Architect: API and services - Frontend Engineer: UI components and pages - QA Lead: Tests and validation - DevOps: Build and deployment ### Phase 3: Parallel Execution - Each agent works on assigned files - No file conflicts between agents - Regular sync points for integration - Error handling and recovery ### Phase 4: Integration - Merge all agent outputs - Run integration tests - Verify no conflicts - Build and validate ### Phase 5: Review - Code review across all changes - Performance validation - Security check - Final approval ``` ### Usage Invoke with: "Run the plan-execute-review workflow for [TASK]"
Free to copy and use. Compatible with Claude Code, Claude 4 Opus.
Copy this skill into your Claude Code project. Customize bracketed variables for your specific setup.
Initial release
Sign in and download this prompt to leave a review.