before-spawning-task
Use BEFORE using the Task tool. Ensures you select the correct specialized subagent_type instead of generic agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use BEFORE using the Task tool. Ensures you select the correct specialized subagent_type instead of generic agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generic migration orchestrator that reads CHANGELOG.md to understand and execute version-specific migrations
Determine feature slug interactively by auto-detecting next number and prompting user for description
Share personal documents to the shared namespace with atomic git commit and push
Use when creating implementation plans to generate properly structured plans with phases, success criteria, and project references.
Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.
ALWAYS check this skill before using grep, glob, Task tool, or doing any codebase exploration. Guides you to use specialized agents that are more efficient than basic tools.
| name | before-spawning-task |
| description | Use BEFORE using the Task tool. Ensures you select the correct specialized subagent_type instead of generic agents. |
STOP: You're about to use the Task tool.
Don't use generic subagent_type values. We have specialized agents:
| Task Type | Use This subagent_type |
|---|---|
| Finding files/components | codebase-locator |
| Understanding code | codebase-analyzer |
| Finding similar patterns | codebase-pattern-finder |
| Finding documentation | thoughts-locator |
| Analyzing documents | thoughts-analyzer |
| Web research | web-search-researcher |
Task(subagent_type="general-purpose", prompt="Find auth files")
Task(subagent_type="Explore", prompt="How does login work?")
Task(subagent_type="codebase-locator", prompt="Find all authentication-related files")
Task(subagent_type="codebase-analyzer", prompt="Analyze how the login flow works")
Only use generic agents (general-purpose, Explore) when:
Always prefer specialized agents when available.