Make Sprint
skill · v1.0.0
Full delivery cycle: recover from checkpoint, ingest the issue queue, partition by domain, spawn Tech Lead agents per batch, run TDD Writer → Coder → Adversarial Tester → PR → merge pipeline for each issue. Use when starting a sprint, resuming in-flight work, or executing a multi-issue delivery run.
Tags: sprintdeliverytddagentspm
Invocation contract
Inputs
issue_filter(string) — Optional label, milestone, or assignee filter for the issue queue.batch_size(integer) — Maximum issues per Tech Lead batch. Defaults to 5.
Outputs
delivery_report(string) — Summary of issues processed, PRs opened, and failures.
Side effects
creates git worktreeswrites filesopens PRs on GitHubmerges branches