dev10x-park

Route deferred tasks to TODO files, Slack DMs, issue trackers, or PR comments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents tasks from being forgotten by intelligently routing them to the most appropriate place for later rediscovery, whether it's a project TODO file, a Slack reminder, or a GitHub issue.

Core Features & Use Cases

  • Contextual Routing: Automatically detects if the current task relates to an open Pull Request or a specific ticket in the branch name.
  • Multi-Target Deferral: Allows users to select multiple destinations for a deferred item simultaneously (e.g., save to a project TODO file AND send a Slack reminder).
  • Use Case: You're about to wrap up a coding session but remember a small improvement. Instead of losing track of it, you use dev10x:park to save it as a comment on the current PR and also add it to your .claude/TODO.md file for the next session.

Quick Start

Use dev10x-park to save the current task for later.

Frequently Asked Questions about dev10x-park

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

FAQPage Schema
How do I defer tasks to a GitHub PR comment or project TODO file?▼

You can defer tasks by routing them to project TODO files, issue tracker comments, or GitHub PR comments. The tool detects context from git branch names and open pull requests to determine the optimal deferral target automatically.

Can I save a deferred task to multiple destinations at the same time?▼

Yes, multi-target deferral allows you to select multiple destinations for a single deferred item simultaneously. You can save a task to your project TODO file and send a Slack reminder at the same time.

How does contextual task routing work for open pull requests?▼

Contextual task routing detects if your current task relates to an open pull request or a specific ticket in the branch name. It then determines the optimal deferral target, such as a PR comment, based on that detected context.

What is the best way to track small code improvements discovered during a coding session?▼

The best way to track small improvements is to defer them for later rediscovery. You can save the task as a comment on the current PR and simultaneously add it to your local project TODO file for your next session.

Do I need a specific issue tracker or Slack integration to route deferred tasks?▼

No specific issue tracker or Slack integration is required as a dependency. The tool routes deferred tasks to appropriate discovery contexts including project TODO files, Slack DMs, and issue tracker comments natively.

Why defer a task instead of completing it immediately during a coding session?▼

Deferring a task prevents small improvements from being forgotten and avoids derailing your current coding session. It intelligently routes the task to the most appropriate place for later rediscovery, such as a PR comment or local TODO file.