New workflow for production teams: dynamic agent teams, ADR learning loop, automated execution from PRD to merged PR. Added: - guide/workflows/plan-pipeline.md — complete workflow guide (philosophy, non-prescriptive AI-first, No Bandaids first principles, ADR learning loop, CLAUDE.md 120-line discipline, /clear context reset, cost profile) - examples/commands/plan-start.md — 5-phase planning with 12-agent dynamic pool (trigger-based selection, Tier 0 Solo → Tier 4 Full Spectrum, planning-coordinator synthesis, auto-transition to validate) - examples/commands/plan-validate.md — 2-layer validation (structural inline + 8 specialist agents), ADR-aware auto-fix (Bucket A ~95% auto-resolve, Bucket B human input → new rule), issue persistence in metrics JSON - examples/commands/plan-execute.md — worktree → TDD scaffold → level-based parallel agents → drift detection → quality gate → smoke test → PR squash merge → post-merge metrics → cleanup - examples/agents/planning-coordinator.md — Opus synthesis agent: merges multi-agent reports into coherent task graph, resolves conflicts via ADR precedence, verifies plan completeness before output - examples/agents/integration-reviewer.md — Opus runtime validator: connection params, async/sync consistency, env var completeness, library API correctness (WebFetch), OTEL pipeline validation Updated: - machine-readable/reference.yaml — 16 new indexed keys - CHANGELOG.md — v3.32.0 entry with 6 detailed items - VERSION, README.md, guide/cheatsheet.md, guide/ultimate-guide.md — bumped to 3.32.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent-teams-quick-start.md | ||
| agent-teams.md | ||
| design-to-code.md | ||
| dual-instance-planning.md | ||
| event-driven-agents.md | ||
| exploration-workflow.md | ||
| iterative-refinement.md | ||
| pdf-generation.md | ||
| plan-driven.md | ||
| plan-pipeline.md | ||
| README.md | ||
| search-tools-mastery.md | ||
| skeleton-projects.md | ||
| spec-first.md | ||
| talk-pipeline.md | ||
| task-management.md | ||
| tdd-with-claude.md | ||
| team-ai-instructions.md | ||
| tts-setup.md | ||
| title | description | tags | |||
|---|---|---|---|---|---|
| Claude Code Workflows | Step-by-step guides for common development patterns with Claude Code |
|
Claude Code Workflows
Step-by-step guides for common development patterns with Claude Code.
🔍 Search & Discovery
Search Tools Mastery ⭐ NEW
Master the art of code search by combining rg, grepai, Serena & ast-grep
Learn when to use each tool, how to combine them for maximum efficiency, and real-world workflows including:
- Exploring unknown codebases
- Large-scale refactoring
- Security audits
- Framework migrations
- Performance optimization
Key Topics:
- Quick decision matrix
- Complete feature comparison
- 5 combined workflows
- Performance benchmarks
- Common pitfalls
- Tool selection cheatsheet
🎯 Development Workflows
Plan-Driven Development
Structure complex tasks with planning mode before execution.
When to use: Multi-step features, architectural changes, uncertainty about approach
TDD with Claude
Test-Driven Development workflow: write tests first, implement after.
When to use: Critical functionality, regression prevention, API design
Spec-First Development
Write specifications before code for better requirements clarity.
When to use: Team collaboration, complex features, documentation-first projects
Iterative Refinement
Improve code through multiple refinement cycles.
When to use: Quality improvements, performance optimization, code cleanup
Skeleton Projects ⭐ NEW
Use existing battle-tested repositories as scaffolding for new projects.
When to use: Starting new projects, standardizing team patterns, rapid prototyping from proven foundations
Team AI Instructions
Scale CLAUDE.md across a multi-developer, multi-tool team with profile-based module assembly.
When to use: Team 5+ devs, multiple AI tools (Claude Code + Cursor/Windsurf), mixed OS
🎨 Design & Content
Design to Code
Convert design mockups (Figma, wireframes) into working code.
When to use: Frontend development, UI implementation, design system work
PDF Generation
Generate professional PDFs using Quarto/Typst with Claude Code.
When to use: Reports, documentation, whitepapers, technical documents
Talk Preparation Pipeline ⭐ NEW
6-stage skill pipeline: raw material → structured talk → AI-generated slides via Kimi.
When to use: Conference talks, meetup presentations, internal tech talks — from article, transcript, or notes
TTS Setup
Configure Text-to-Speech for Claude Code responses (Agent Vibes integration).
When to use: Audio feedback, accessibility, hands-free coding
🔬 Code Exploration
Exploration Workflow
Systematically explore and understand unfamiliar codebases.
When to use: New projects, legacy code, documentation gaps
Related: See Search Tools Mastery for advanced multi-tool exploration strategies.
Quick Selection Guide
| Your Situation | Recommended Workflow |
|---|---|
| New to codebase | Exploration Workflow + Search Tools Mastery |
| Complex feature | Plan-Driven or Spec-First |
| Need reliability | TDD with Claude |
| Large refactoring | Search Tools Mastery |
| UI implementation | Design to Code |
| Code quality | Iterative Refinement |
| New project from template | Skeleton Projects |
| Team AI instructions | Team AI Instructions |
| Documentation | PDF Generation |
| Conference talk from raw material | Talk Preparation Pipeline |
| Audio feedback | TTS Setup |
Contributing
New workflow ideas? Open an issue or PR in the main repository.
Workflow Template Structure:
- Title & Purpose
- When to Use
- Prerequisites
- Step-by-Step Guide
- Real-World Examples
- Common Pitfalls
- Related Workflows
Last updated: February 2026