jherr-dev-workflow
Installation
SKILL.md
jherr Development Workflow
A systematic approach to building software iteratively, inspired by Jack Harrington (jherr) and the classic software development principle.
Core Philosophy
Development should happen in three distinct phases:
- Make it work - Get a working solution first
- Make it right - Refactor and improve code quality
- Make it fast - Optimize for performance when needed
Each phase has different priorities and success criteria. Moving to the next phase too early causes problems.
Phase 1: Make It Work
Goal: Create a minimal working solution that demonstrates the feature works end-to-end.