Dev skills · 5 skills
Dev skills for shipping code inside your second brain.
Five skills that cover how Agent0 builds software. Test-driven development. Executing plans. Dispatching parallel agents for independent work. Subagent-driven development for complex builds. Finishing a development branch.
Axon owns this category. These skills run when you are shipping code from a plan the system already approved.
Dispatching Parallel Agents
Three independent failures. One sequential debug. That math is wrong. Dispatch in parallel.
Executing Plans
Load the plan, review it critically, execute each task, verify, hand off to branch-finish.
Finishing a Development Branch
Tests pass, now what. Merge, PR, keep, or discard. Four options, one confirmation, clean worktree.
Subagent-Driven Development
Fresh subagent per task, two-stage review after each. Spec compliance first, then code quality, no shortcuts.
Test-Driven Development (TDD)
No production code without a failing test first. Watch it fail. Minimal code to green. Refactor under green.
Related use cases
