Claude Code Workflows
Production Claude Code workflows by shinpr organized as three marketplace plugins: dev-workflows (backend/general), dev-workflows-frontend (React/TypeScript), and dev-workflows-fullstack (both layers with design-sync). A requirement-analyzer routes tasks by complexity (small/medium/large); each phase runs in a fresh agent context. Includes diagnosis, reverse-engineering, and PR-review optional add-ons.
View on GitHubWhat it does
- /recipe-implement
End-to-end backend feature development: routes by complexity, generates PRD/Design Doc, implements with TDD, reviews against design doc.
- /recipe-front-design
Creates a UI Spec capturing all screen states (loading/error/empty) and a frontend Design Doc with React component architecture.
- /recipe-fullstack-implement
Full-stack feature in one command: separate Design Docs per layer, design-sync for cross-layer consistency, layer-aware task routing.
- /recipe-diagnose
Diagnosis loop: investigator maps failure points, verifier checks path coverage, re-investigates if insufficient, solver produces solutions with tradeoff analysis.
- /recipe-reverse-engineer
Generates PRD and Design Docs from existing code; fullstack option covers both backend and frontend in a single workflow.
- /recipe-task
Executes a single scoped task (bug fix, small change) with quality checks and type verification — available in all three plugins.