← Back to list

spawn-subagent
by dnldxn
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: spawn-subagent description: Spawn subagents with fresh context and bounded scope.
Spawn-Subagent Skill
What this skill does
Provides a consistent pattern for spawning subagents with fresh context, bounded scope, and explicit inputs/outputs, then integrating their results back into the main workflow.
OpenCode (Primary)
- Spawn as a background task using the OpenCode subagent API.
- Always provide a self-contained prompt with all required context and constraints.
- Wait for the subagent to finish before proceeding.
- Integrate results into the main response and cite any sources provided.
Spawning Protocol
- Detect the need for a subagent (research, exploration, specialized review).
- Prepare a concise prompt with required inputs and constraints.
- Spawn the subagent in a fresh context.
- Wait for completion and validate the output against the requested format.
- Integrate findings, resolving conflicts or gaps as needed.
Future Adapters
Cursor
- Interface:
Switch to subagentvia Cursor agent picker. - Inputs: include task goal, required files, and constraints.
- Output: paste results back into the main thread with citations.
Codex CLI
- Interface: spawn with a dedicated task prompt and wait for completion.
- Inputs: include file paths and explicit output format.
- Output: summarize results and capture actionable steps.
GitHub Copilot
- Interface: open a new agent session with a scoped prompt.
- Inputs: include artifacts (proposal, tasks, code diffs) and constraints.
- Output: return a concise result with prioritized actions.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon