sp-subagent-dev

Delegate large or complex tasks to subagents for modular execution.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ddmanyes/antigravity-skills-zht --skill sp-subagent-dev-ddmanyes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sp-subagent-dev
Source: https://github.com/ddmanyes/antigravity-skills-zht/tree/main/skills/sp-subagent-dev
Command: npx skills add https://github.com/ddmanyes/antigravity-skills-zht --skill sp-subagent-dev-ddmanyes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

當任務龐大或複雜時,將獨立模組委派給子代理 (Subagent) 執行,以保持主線邏輯清晰。

Core Features & Use Cases

  • 獨立與分工:將任務拆分為可獨立完成的模組,降低耦合。
  • 跨檔案協作:支援多檔案重構與新功能探索的分段執行。
  • 實務場景:在需要高度專注的多步驟計畫中,由子代理承擔子任務,主控代理整合結果。

Quick Start

指定要委派的模組、輸入與期望產出,讓主控流程即刻開始。

Frequently Asked Questions about sp-subagent-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep the main workflow clear when executing complex multi-step plans?

To keep the main workflow clear during complex multi-step plans, you can delegate large or independent modules to subagents, ensuring isolation and minimal context while the main agent handles integration.

What is the best way to manage modular refactors across many files?

The best way to manage modular refactors across many files is delegating independent modules to subagents for focused execution, which reduces coupling and enables self-verification before explicit handoff.

How does subagent delegation work for new feature exploration?

Subagent delegation works for new feature exploration by assigning specific exploratory tasks to subagents, allowing them to execute independently while the main agent integrates the results and maintains overall workflow clarity.

Can I use subagent delegation for tasks requiring minimal context and isolation?

Yes, subagent delegation is designed specifically for tasks requiring isolation and minimal context, allowing subagents to perform focused execution and self-verification before handing results back to the main workflow.

When should I not use subagent delegation for workflow automation?

You should not use subagent delegation for simple tasks that do not require isolation or multi-step coordination, as the overhead of explicit handoff and modular workflow setup may outweigh the benefits.