By dcramer
Convert markdown plans, specs, and roadmaps into structured tasks with automatic subtask breakdown, then manage them persistently via CLI: create tickets, track progress across sessions, and record results with git commit links for coordinating complex projects.
Task tracking for AI agents. Persistent memory for complex, multi-session work.
Structured tasks, not simple todos. Each task captures full context:
Built for agent coordination. Agents break down work, track progress, and record results that persist across sessions.
Git-friendly storage. JSONL format (one task per line) enables collaboration, versioning, and conflict-free merges.
Install dex globally:
npm install -g @zeeg/dex
Or use the skills installer for your AI agent (Claude Code, OpenCode, Codex, Cursor):
npx skills add dcramer/dex
Use natural language or slash commands:
> Use Dex. Work on the next logical task. When done, run code-simplifier and commit.
/dex create a task to refactor the authentication module
git clone [email protected]:dcramer/dex.git
cd dex
pnpm install && pnpm build
pnpm link # Makes 'dex' command available globally
pnpm dev # Watch mode - auto-rebuild on changes
Test the plugin locally without installing from the marketplace:
claude --plugin-dir plugins/dex
This loads the plugin from the local directory. Restart your AI agent to pick up changes.
# Make changes...
pnpm build
pnpm test
Releases are automated via GitHub Actions when a version tag is pushed.
# Run tests, build, and bump version (creates git tag)
pnpm release patch # 0.1.0 → 0.1.1
pnpm release minor # 0.1.0 → 0.2.0
pnpm release major # 0.1.0 → 1.0.0
# Push commit and tag to trigger publish
git push --follow-tags
The workflow runs tests and publishes to npm with provenance.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dcramer/dexCotask — task management with TASKS.md kanban dashboard
Agent-first task management. Track tasks, learnings, and decisions across sessions.
A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Commands for automating repetitive tasks and workflows
No description provided.