Junior Developer Workflow
A recommended workflow for the Junior Developer role, showing which tools to use and in what order.
Junior Developer
New to the team or to AI-assisted development. Follows the full workflow step by step, relying on commands for guidance.
1
Create an implementation plan before writing any code
command plan2
Write tests first, then implement to make them pass
command tdd3
Get a quality and security review
command code-review4
Fix any build or type errors
command build-fix5
Run the full verification loop before PR
skill verification-loop