workflows
Step-by-step procedures you can add to your CLAUDE.md or agent config files. Each workflow tells your agent how to perform a process from start to finish.
Development 15
Add a Feature
Step-by-step process for implementing a new feature
Fix a Bug
Systematic approach to diagnosing and fixing bugs
TDD Cycle
Red-green-refactor test-driven development workflow
Scaffold a Module
Process for creating a new module or package from scratch
Add an API Endpoint
Workflow for building a new API route end-to-end
Database Migration
Safe process for changing the database schema
Add Authentication
Workflow for implementing auth checks on routes or features
Build a Form
End-to-end workflow for building and validating a form
Add State Management
Workflow for introducing or extending state management
Add Error Handling
Workflow for implementing error handling in a feature
Build Responsive Layout
Mobile-first workflow for creating responsive interfaces
Optimize Performance
Systematic approach to finding and fixing performance issues
Accessibility Audit
Step-by-step accessibility check for a page or component
Internationalization Setup
Workflow for preparing code for multiple languages
Environment Setup
Workflow for setting up environment variables and config
Code Review 10
Review a Pull Request
Thorough PR review workflow covering correctness, security, and style
Self-Review Before Submitting
Checklist to run on your own changes before opening a PR
Security-Focused Review
Review workflow specifically targeting security vulnerabilities
Performance Review
Review workflow targeting performance regressions
Accessibility Review
Review workflow for checking accessibility compliance
Review API Changes
Review workflow for changes that affect the public API
Review Database Migration
Review workflow for database migration safety
Review Test Quality
Review workflow for evaluating test effectiveness
Review Documentation Changes
Review workflow for documentation accuracy and completeness
Review a Refactor
Review workflow for refactoring changes that shouldn't alter behavior
Testing 10
Write Unit Tests
Workflow for writing effective unit tests for a function or module
Write Integration Tests
Workflow for testing components that interact with external systems
Write End-to-End Tests
Workflow for writing browser-based end-to-end tests
Fix a Flaky Test
Systematic approach to diagnosing and fixing intermittent test failures
Add Test Coverage
Workflow for improving coverage on an untested area of code
Test an API Endpoint
Workflow for writing comprehensive API endpoint tests
Test a React Component
Workflow for testing React components with user-centric tests
Test Error Handling
Workflow for verifying error paths are handled correctly
Test Data Setup
Workflow for creating maintainable test fixtures and factories
Test a Database Migration
Workflow for verifying database migrations work correctly
Git & Workflow 8
Feature Branch Workflow
End-to-end process for developing on a feature branch
Resolve Merge Conflicts
Step-by-step process for cleanly resolving git merge conflicts
Prepare a Release
Workflow for cutting a versioned release
Revert a Change
Safe workflow for reverting a problematic commit or merge
Cherry-Pick a Commit
Workflow for applying a specific commit to another branch
Clean Up Git History
Workflow for squashing and organizing commits before merge
Git Bisect to Find a Bug
Binary search through commits to find when a bug was introduced
Hotfix Workflow
Emergency fix process for production issues
Deployment 7
Pre-Deploy Checklist
Verification steps to run before deploying to production
Deploy and Monitor
Workflow for deploying and watching for issues post-deploy
Rollback a Deployment
Emergency rollback process when a deploy goes wrong
Deploy Database Changes
Safe workflow for deploying schema changes to production
Feature Flag Rollout
Gradual rollout workflow using feature flags
Zero-Downtime Deploy
Deployment workflow that maintains availability throughout
Incident Response
Structured response workflow when a production issue is detected
Debugging 8
Debug an Error
Systematic error debugging workflow
Debug a Performance Issue
Workflow for identifying and fixing performance bottlenecks
Debug a Failing Test
Workflow for diagnosing why a test is failing
Debug a Build Failure
Workflow for diagnosing and fixing build or compilation errors
Debug a Network Issue
Workflow for troubleshooting API call and network failures
Debug a Memory Leak
Workflow for finding and fixing memory leaks
Debug a Race Condition
Workflow for identifying and fixing timing-dependent bugs
Debug in Production
Safe workflow for investigating issues in a live environment
Documentation 8
Write a README
Workflow for creating an effective project README
Write API Documentation
Workflow for documenting REST API endpoints
Write a Changelog Entry
Workflow for documenting changes in a release
Write a Runbook
Workflow for creating operational runbooks for common tasks
Write an Architecture Decision Record
Workflow for documenting an architectural decision
Document a Component
Workflow for writing component documentation with examples
Write a Migration Guide
Workflow for writing a guide to migrate between versions
Write a Postmortem
Structured incident postmortem workflow
Refactoring 9
Extract a Function
Workflow for safely extracting code into a reusable function
Extract a Module
Workflow for splitting a large file into focused modules
Rename Safely
Workflow for renaming a function, variable, or file across the codebase
Simplify Conditionals
Workflow for refactoring complex conditional logic
Remove Duplication
Workflow for identifying and eliminating duplicated code
Improve Type Safety
Workflow for strengthening types in a codebase
Reduce Cyclomatic Complexity
Workflow for simplifying overly complex functions
Modernize Legacy Code
Incremental workflow for updating old code to modern patterns
Upgrade a Dependency
Safe workflow for upgrading a project dependency
Maintenance 7
Triage Issues
Workflow for evaluating and prioritizing incoming bug reports and feature requests
Audit Dependencies
Periodic workflow for reviewing dependency health and security
Tech Debt Cleanup
Structured workflow for addressing accumulated technical debt
Onboard a Contributor
Workflow for helping a new contributor get productive
Code Cleanup Pass
Systematic pass to clean up a file or module
Set Up Monitoring
Workflow for adding monitoring and alerting to a service
Apply a Security Patch
Urgent workflow for patching a security vulnerability
No workflows match your search.