dev10x-session-tasks

Track tasks with statuses like in_progress, pending, and completed within an AI session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you keep track of tasks and work items within a single AI session, ensuring that no open loops are lost and parallel work is visible before the session ends.

Core Features & Use Cases

  • Task Tracking: Monitor tasks by status (in progress, pending, completed).
  • Session Management: Integrates with other dev10x skills like park and wrap-up to manage ongoing work.
  • Use Case: While coding a new feature, you identify a bug in another area. You can add the bug fix as a 'pending' task to address later in the session without forgetting it.

Quick Start

Use dev10x:session-tasks to show all current tasks.

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 in-session tasks during an AI coding session?

You can track in-session tasks by creating work items with statuses like in_progress, pending, and completed. This monitors tasks within the current AI session for visibility and triage.

Can I manage a to-do list for parallel work without losing track of open loops?

Yes, managing a to-do list for parallel work ensures open loops are visible. You can add new items as pending tasks to address later in the session without forgetting them.

How do I update task statuses for session tracking?

You can update task statuses for session tracking by modifying existing work items. This supports creating, updating, and listing tasks to maintain accurate visibility throughout the session.

Does session tracking work with other developer tools for workflow continuation?

Session tracking integrates with other dev10x skills like park and wrap-up. This integration provides seamless workflow continuation for managing ongoing work across the session.

What is the best way to triage pending tasks before a session ends?

The best way to triage pending tasks is to list all current work items. This provides visibility into incomplete statuses so you can address them or park them before the session wraps up.