Dev10x-work-on

Coordinate multi-source inputs into a supervisor-approved plan with pause/resume.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-work-on-brave-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x-work-on
Source: https://github.com/Brave-Labs/dev10x/tree/main/codex-skills/dev10x-work-on
Command: npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-work-on-brave-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coalesces diverse inputs (tickets, PRs, threads, issues, and free text) into a structured plan that a supervisor can approve and monitor.

Core Features & Use Cases

  • Parse & classify inputs to identify sources
  • Gather context in parallel from multiple sources
  • Build a supervisor-approved task plan and execute with pause/resume
  • Always create tasks with TaskCreate and support sub-skills for execution

Quick Start

Provide starting inputs (e.g., a ticket URL, PR link, or free text) to begin adaptive work planning.

Frequently Asked Questions about Dev10x-work-on

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn scattered tickets and PR links into a single approved work plan?

To turn scattered tickets and PRs into a work plan, provide your inputs to this Skill. It parses and classifies the sources, gathers context in parallel, and builds a supervisor-approved task plan for execution.

Can I use Slack threads and Sentry issues as inputs for work planning?

Yes, you can use Slack threads and Sentry issues for work planning. The Skill classifies these inputs alongside tickets and PRs, gathering context from all sources in parallel to build your structured plan.

How does context orchestration handle pause and resume during task execution?

Context orchestration handles pause and resume through a four-phase lifecycle: Parse & Classify, Gather, Plan, and Execute. It pauses execution as needed and resumes using the supervisor-approved task plan.

What is the best way to coordinate multiple source inputs for a development task?

The best way to coordinate multiple source inputs is providing them to this Skill. It coalesces diverse inputs like free text and issues, uses TaskCreate for tracking, and integrates with sub-skills for detailed execution.

Do I need supervisor approval before executing a task plan?

Yes, supervisor approval is required before execution. The Skill builds a structured plan during the planning phase that a supervisor must approve and monitor before the execution phase begins.

Why does my task planning lifecycle separate parsing and gathering into different phases?

The task planning lifecycle separates parsing and gathering to ensure accuracy. It first identifies and classifies input sources in the Parse phase, then retrieves context in parallel during the Gather phase to build a reliable plan.