Dev Story This skill bridges planning and code. It reads a story file in full, assembles all the context a programmer needs, routes to the correct specialist agent, and drives implementation to completion — including writing the test. The loop for every story: After all sprint stories are done: run to execute the full QA cycle and get a sign-off verdict before advancing the project stage. Output: Source code + test file in the project's and directories. --- Phase 1: Find the Story If a path is provided : read that file directly. If no argument : check for the active story. If found, confirm:…