From Dev10x
Orchestrates structured work on ticket URLs, PR links, Slack threads, Sentry issues, or free text: classifies inputs, gathers context in parallel, builds supervisor-approved task list, executes adaptively with pause/resume.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
Turns any combination of inputs into a structured,
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Turns any combination of inputs into a structured, supervisor-approved work plan executed in four phases: parse, gather, plan, execute.
The full orchestration contract — phase tasks, playbook
resolution, subagent dispatch, skill routing enforcement, and
completion gate — lives in
instructions.md.
When this skill is invoked, Read instructions.md now and
follow it end-to-end. The TaskCreate, TaskUpdate, and
AskUserQuestion calls documented there are REQUIRED (blocking,
not advisory); do not substitute plain-text acknowledgements
for tool calls.