dex

Manage asynchronous and multi-step tasks stored as JSON files.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/drbobber/superdiscount-deals --skill dex-drbobber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dex
Source: https://github.com/drbobber/superdiscount-deals/tree/main/skills/dex
Command: npx skills add https://github.com/drbobber/superdiscount-deals --skill dex-drbobber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps manage and track asynchronous or multi-step tasks that require follow-up across different sessions or involve coordination.

Core Features & Use Cases

  • Task Creation: Define new tasks with descriptions and detailed context.
  • Task Tracking: List pending or all tasks, view their details, and update their status.
  • Use Case: Coordinate a code review process by creating a task for each review, tracking its progress, and marking it complete with the outcome.

Quick Start

Create a new task to add caching to the API with the context that the workspace is feat1 and the branch is feat/cache.

Frequently Asked Questions about dex

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

FAQPage Schema
How do I track async tasks across different agent coding sessions?

To track async tasks across different agent coding sessions, you need a persistent task manager that stores state as JSON files. This ensures multi-step work and project coordination are preserved between distributed operations.

What's the best way to manage multi-step workflow tasks for project coordination?

The best way to manage multi-step workflow tasks is using an agentic task tracker that supports creation, listing, viewing, and editing. It stores task data as JSON files to provide persistent stateful management for complex operations.

Can I list and update pending tasks in an agentic workflow?

Yes, you can list and update pending tasks in an agentic workflow. The task management system supports listing all or pending tasks, viewing their detailed context, and updating their status until the work is marked complete.

Does multi-step task tracking work without external dependencies?

Yes, multi-step task tracking works without external dependencies. It operates independently by storing all asynchronous task data and context as local JSON files, ensuring stateful project coordination without requiring additional packages.

How do I create a task with detailed context for async work?

You create a task with detailed context for async work by defining a new task description and adding specific details like the workspace or branch. This information is then stored persistently as a JSON file for later tracking.