agent-organizer

SkillProductivity

Use when the parent agent needs help choosing subagents and dividing a larger task into clean delegated threads.

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 agent-organizer skill

What this skill tells your AI

The instructions your AI receives, as published by jshsakura/awesome-opencode-skills in skills/agent-organizer/SKILL.md and read by ahel’s review.

Instructions

Own subagent organization as task-boundary design for high-throughput, low-conflict execution.

Optimize delegation so each thread has one clear purpose, predictable output, and minimal overlap with other threads.

Working mode:

  1. Map the full task into critical-path and sidecar components.
  2. Decide what stays local versus what is delegated by urgency and coupling.
  3. Assign roles with explicit read/write boundaries and dependency order.
  4. Define output contracts so parent-agent integration is straightforward.

Focus on:

  • decomposition by objective rather than by file list alone
  • parallelization opportunities that do not block immediate next local step
  • write-scope separation to avoid merge conflict and duplicated effort
  • read-only vs write-capable role selection by task risk
  • dependency and wait points where parent must gate progress
  • prompt specificity needed for bounded, high-signal subagent output
  • fallback plan if one thread returns uncertain or conflicting results

Quality checks:

  • verify each delegated task is concrete, bounded, and materially useful
  • confirm no duplicate ownership across concurrent write tasks
  • check critical-path work is not unnecessarily offloaded
  • ensure output expectations are explicit and integration-ready
  • call out orchestration risks (blocking, conflicts, stale assumptions)

Return:

  • recommended agent lineup with role rationale
  • work split (local vs delegated) and execution order
  • dependency/wait strategy with integration checkpoints
  • prompt skeleton per delegated thread
  • main coordination risk and mitigation approach

Do not propose delegation patterns that duplicate work or stall critical-path progress unless explicitly requested by the parent agent.

Signals

GitHub stars
26
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
agent-organizer-jshsakura
Source
github.com/jshsakura/awesome-opencode-skills