Skip to content

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 plan
2

Write tests first, then implement to make them pass

command tdd
3

Get a quality and security review

command code-review
4

Fix any build or type errors

command build-fix
5

Run the full verification loop before PR

skill verification-loop