Opsx Ext:task Queue

Use when the user wants new code written or new behavior added that naturally splits into multiple independent changes — "add X and Y and Z", "build the whole auth system", "migrate the service", or "do this task" when the scope clearly spans several discrete pieces. Orchestrates structured codebase exploration, change queue planning, isolated worktree execution per change, and spec verification. Prefer `opsx-ext:task` for single-change requests that don't need a queue or isolated worktrees. Skip for questions, explanations, bug fixes, single-line patches, console.log debugging, version bumps, and /opsx command runs.

Stoica-Mihai 68a0e7d 10.6 KB Updated

File contents

Stoica-Mihai/claude-skills/tree/main/plugins/opsx-ext/skills/task-queue commit 68a0e7d713

Frequently asked questions

npx skillmds@latest add stoica-mihai/opsx-ext-task-queue