Dispatch ctx work

SkillProductivity

Coordinate nontrivial work in the ctx repository when a task has independent investigation, implementation, or test lanes; compute-heavy checks; or repetitive changes suited to scripts or codemods. Use for decomposition and concurrency decisions, not simple edits or questions.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Dispatch ctx work skill

What this skill tells your AI

The instructions your AI receives, as published by stevesolun/ctx in .claude/skills/ctx-dispatch/SKILL.md and read by ahel’s review.

  1. Identify the requested outcome, dependencies, and independently executable lanes. Keep simple work local.
  2. Reserve subagents for bounded semantic work that benefits from isolated context.
  3. Run lanes concurrently only when this reduces elapsed time without duplicate work or competing writes. Give each writer disjoint ownership; keep shared files with one owner.
  4. Inspect CPU, memory, and disk pressure only before genuinely compute-heavy work, then size concurrency to the available capacity.
  5. Keep scope, dependency resolution, and synthesis with one coordinator. Merge evidence from every required lane before reporting completion.

Signals

GitHub stars
585
Forks
71
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
ctx-dispatch
Source
github.com/stevesolun/ctx