subagent-prompt

Solid

Produce a comprehensive prompt that hands off the current session's work to a fresh session for sub-agent-orchestrated execution. Use when the user wants to execute discussed/planned work in a new session, run a job to completion via sub-agents, or generate a portable handoff prompt with per-task verification. Triggers on "/subagent-prompt", "give me a prompt to run this in a new session", "hand this off to sub-agents", "execute this with sub-agents".

AI & Automation 61 stars 8 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Sub-Agent Orchestration Prompt Produce a single, self-contained prompt that the user can paste into a new Claude Code session to execute the work discussed in this conversation. The new session is the **orchestrator**: it dispatches a sub-agent per task and only synthesizes results — it does not implement code itself. ## Goal Hand off the current session's work to a fresh context window in a form that: - Runs to completion without needing the user to babysit each step - Uses one sub-agent per task so each task has its own context window - Forces each sub-agent to **verify** its own work before reporting back - Leaves the orchestrator with enough material to confirm the whole job is functional at the end ## Gates Complete in order. Do not advance until the **Pass when** condition holds. 1. **Source material identified** — **Pass when:** You can point to the concrete artifacts this prompt will hand off (a plan file, a checklist, a list of changes the user described, etc.). If the conversation has only vague intent, ask the user what the prompt should cover before drafting. 2. **Task decomposition explicit** — **Pass when:** You have a numbered list of tasks (or you can point to one already on disk) where each task is small enough for one sub-agent to own end-to-end. If the work is monolithic, decompose it before drafting the prompt. 3. **Verification per task specified** — **Pass when:** For every task, you have named the concrete check a sub-agent must run before repo...

Details

Author
existential-birds
Repository
existential-birds/beagle
Created
5 months ago
Last Updated
today
Language
Shell
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

agentica-prompts

Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity

3,795 Updated 4 months ago
parcadei
AI & Automation Solid

agentica-prompts

Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity

496 Updated 1 months ago
vibeeval
AI & Automation Listed

goal-prompt-architect

create, audit, and improve high-performance /goal prompts for autonomous coding agents and long-running agent workflows. use when the user asks for a /goal prompt, goal prompt template, codex/claude code/hermes mission prompt, long-running agent prompt, multi-day autonomous execution prompt, marathon agent prompt, repo-specific autonomous task prompt, or wants to transform a vague task into a measurable, risk-bounded, verification-driven execution contract.

1 Updated 3 days ago
myceldigital
AI & Automation Listed

code-subagents

Subagent dispatch patterns for implementation tasks. Use when spec-implement has multiple tasks to execute and subagents are available. Covers parallel dispatch for independent work, the two-stage review cycle (spec compliance then code quality), focused prompt construction, and integration of results. Trigger when executing plan tasks with subagent support, when facing 2+ independent problems, or when the user asks to use subagents for implementation.

28 Updated 1 weeks ago
martinffx
AI & Automation Listed

prompt-engineer

Expert guidance for writing and optimizing LLM prompts. Use when creating or updating AGENTS.md, CLAUDE.md, SKILL.md, system prompts, or custom instructions.

2 Updated today
wpfleger96