Senior Developer Workflow
A recommended workflow for the Senior Developer role, showing which tools to use and in what order.
Senior Developer
Experienced developer who selectively uses tools. Prefers language-specific reviewers and eval-driven workflows.
1
Plan complex features; skip for small tasks
command plan2
Define success criteria before implementing
command eval3
Implement with tests
command tdd4
Get language-specific review (or typescript-reviewer)
agent python-reviewer5
Verify build, types, lint, tests, security
skill verification-loop6
Check pass@k metrics meet threshold
command eval