Creates a capacity-driven sprint plan from estimated work items and team capacity inputs. Use when asked to create a sprint plan or allocate stories to sprints.
Syncs the complete local work item hierarchy to Azure DevOps Boards. Creates Epics, Features, User Stories, and Tasks with parent-child links, effort estimates, and sprint assignments.
Creates a technical design document from a BRD. Use when asked to create a design document, technical specification, or architecture document.
Generates the initial project folder structure, entry point files, and dependency manifest for any tech stack defined in workshop-stack.md. Use when asked to scaffold the project, generate the initial structure, or set up the project before implementation begins.
Implements a task file by generating code targeted to the workshop stack configuration. Use when asked to implement a task, or when a developer references a task file from issues/ and asks for implementation.
Reviews an implemented task's source files against the task file's acceptance criteria and stack standards. Produces a structured review reply in chat with pass/fail results and a recommendation. Use when asked to review an implemented task or validate code before moving to the next task.
Creates Task work items from User Story files and the design document. Use when asked to create tasks or break user stories into implementation tasks.
Generates unit test files for an implemented [BACKEND] task using the test framework defined in workshop-stack.md. Use when asked to implement a [UNIT-TEST] task, write unit tests, or generate backend tests after a BACKEND task is implemented.