Dev10x-session-tasks

Track and review session work items using Claude's TaskCreate, TaskUpdate and TaskList tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In-session work often gets lost or becomes hard to triage as multiple tasks run in parallel during a live session. Dev10x-session-tasks keeps open tasks visible, organized, and ready for review so you can close loops before the session ends.

Core Features & Use Cases

  • Thin wrapper around Claude's TaskCreate/TaskUpdate/TaskList to track work items within the current session.
  • Auto-advance: after creating tasks, immediately start the first pending task to maintain momentum.
  • Use cases: during active coding sessions, park tasks for later, and review tasks at session wrap-up.

Quick Start

Create tasks with TaskCreate, monitor them with TaskList, and update statuses with TaskUpdate so the first pending task auto-starts.

Frequently Asked Questions about Dev10x-session-tasks

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

FAQPage Schema
How do I track parallel work items during a live Claude coding session?

To track parallel work items during a live Claude session, use a task-management wrapper around TaskCreate, TaskUpdate, and TaskList to keep open loops visible, triaged, and updated until completion.

What is the best way to keep in-session tasks visible for human review?

The best way to keep in-session tasks visible for review is to apply session-tracking logic that outputs a structured task list, ensuring all parallel work is organized and triageable before the session ends.

How do I auto-advance to the next pending task after creating a list?

To auto-advance to the next pending task, update task statuses with TaskUpdate after creating them with TaskCreate; the workflow immediately starts the first pending task to maintain momentum.

What fields are required to create a task for session tracking?

Creating a task for session tracking requires clear task fields like subject and description, which are necessary to structure the work item for monitoring and triage.

Can I park coding tasks for later within an active session?

Yes, you can park coding tasks for later within an active session by adding them to the task list, keeping the open loops tracked and ready for review at session wrap-up.

Why does in-session work get lost when running multiple tasks in parallel?

In-session work gets lost when running tasks in parallel because open loops become hard to triage without dedicated session-tracking to keep the ongoing work items visible and organized.