ils15

Subtask.Prompt — Productivity skill for Claude Code

Productivity community

Delegate a bounded child task to a specialist agent and get a structured result back — use for isolated, well-scoped work within a larger session.

How to install Subtask.Prompt

Installs to ~/.claude/skills/ils15-pantheon-legacy-subtask.prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ils15-pantheon-legacy-subtask.prompt && curl -fsSL https://raw.githubusercontent.com/ils15/pantheon-legacy/HEAD/prompts/subtask.prompt.md -o ~/.claude/skills/ils15-pantheon-legacy-subtask.prompt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Subtask.Prompt does


name: subtask description: "Delegate a bounded child task to a specialist agent and get a structured result back — use for isolated, well-scoped work within a larger session" agent: zeus tools: ['agent', 'search']

Subtask — Bounded Delegation (Zeus)

Task

$input


Delegation Protocol

  1. Parse the request — identify the target agent and the task scope.
  2. Confirm isolation — the subtask must be self-contained (no unresolved dependencies on other in-progress work). 3

Alternatives in Productivity

  • Ccs — Delegate task with intelligent profile selection [AUTO ENHANCE] 2.8k ★
  • Claudekit Problem Solving — Structured problem-solving tools 1.9k ★
  • Swarm Worker — You are a swarm worker agent for the {{tentacleName}} tentacle 1.4k ★

Full documentation available on GitHub

View Source Repository