What problem does it solve? Executing many small related tasks one-by-one through a full backlog → in-progress → qa → completed Kanban cycle creates repetitive overhead. This Skill merges 2-6 small related tasks into a single META task with one branch, one git diff, and one all-or-nothing QA gate. ## Core Features & Use Cases - Verbatim Preservation: Copies every source task's Goal, Acceptance Criteria, Local TODOs, and Risk & Rollback sections verbatim into the META file, with a checksum validation that fails if any text is dropped. - Transactional Auto-Archive: Moves source tasks to tasks/archive/ via git mv with a Superseded-By marker; on any failure it rolls back all archived files and deletes the META. - Guardrails: Enforces a max bundle size of 6, warns on combined LOC over 400, halts on missing or duplicate IDs, detects stack conflicts, and supports Persian/Unicode slugs. - Use Case: A manager says "bundle tasks 12, 15, 20" for three small android-kotlin polish items; the bundle_tasks MCP tool generates one META task in tasks/backlog/ and archives the sources with full git history preserved. ## Quick Start Ask the agent to bundle tasks 12, 15, and 20 into a meta-task titled android-polish-bundle using the bundle_tasks MCP tool with dry_run enabled first.