A lightweight router that composes planning, implementation, debugging, verification, review, and handoff skills into one delivery workflow.
65
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Route one approved engineering task through the installed delivery skills. This router selects and sequences specialists; it does not replace their instructions.
Before acting on a stage, load the named skill through the agent's skill mechanism and follow its full instructions. Mentioning a skill or paraphrasing it is not equivalent to loading it. Do not continue using only this router when a stage skill is available.
writing-plans when the task spans multiple meaningful implementation units. For a narrow task, record a concise working plan instead.executing-plans when working from a written plan, and load test-driven-development before implementing any behavior change or bug fix.systematic-debugging when a test fails, behavior is unexpected, or the root cause is unclear.verification-before-completion before claiming completion or recording final verification evidence.requesting-code-review for a requirements-driven review of the final diff. If it returns valid findings, load receiving-code-review, address them, and return to verification.finishing-a-development-branch only when the user explicitly asks to integrate, push, or create a pull request. Otherwise leave a reviewed, PR-ready local change.