dex-workflow

Automate PRD-driven feature work by coordinating Dex tasks with GitHub issues.

2|3|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/SomtoUgeh/somto-dev-toolkit --skill dex-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dex-workflow
Source: https://github.com/SomtoUgeh/somto-dev-toolkit/tree/main/skills/dex-workflow
Command: npx skills add https://github.com/SomtoUgeh/somto-dev-toolkit --skill dex-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dex workflow helps teams implement features from a PRD spec by persisting task state across sessions and coordinating Dex task management with GitHub synchronization.

Core Features & Use Cases

  • Task-based feature implementation with Dex
  • Cross-session resume and ongoing progress tracking
  • PRD plan-to-task generation and GitHub sync
  • Loading required Skills before work and guardrail-driven completion
  • Status views and workflow automation for daily cycles

Quick Start

Plan your feature from a PRD spec with dex plan plans/<feature>/spec.md and then start and complete tasks as you work.

Frequently Asked Questions about dex-workflow

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

FAQPage Schema
How do I persist PRD-driven feature tasks across multiple coding sessions?

To persist PRD-driven feature tasks across sessions, you can use this workflow to coordinate Dex task management with GitHub issues and maintain persistent session state for ongoing progress tracking.

How do I generate subtasks from a PRD spec and sync them with GitHub?

Generating subtasks from a PRD spec involves running a plan-based task generation command on your spec file, which then automatically syncs the created epic and subtasks to GitHub issues.

Do I need Dex to manage cross-session task state and load required skills?

Yes, you need Dex to load Skills metadata, which enables the workflow to automate cross-session task state, load required skills before work, and apply guardrail-driven completion.

What is the best way to automate daily planning and execution cycles for feature development?

The best way to automate daily planning and execution cycles is using a PRD-driven workflow that provides status views, loads required skills, and coordinates progress from planning through review.

Can I resume an in-progress feature implementation if my session is interrupted?

Yes, you can resume in-progress feature implementation because the workflow persists task state across sessions, supporting robust recovery and ongoing progress tracking when you restart.