一键导入
lead
Entry point for non-trivial tasks: creates a branch, then uses plan mode to design and implement the solution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Entry point for non-trivial tasks: creates a branch, then uses plan mode to design and implement the solution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Architect for tsqm-php. Called by lead via Agent tool — not for direct user invocation. Enters plan mode to design an implementation plan and saves it to docs/plans/.
Creates a feature branch from fresh origin/main. Called by lead before starting work — not intended for direct user invocation.
基于 SOC 职业分类
| name | lead |
| description | Entry point for non-trivial tasks: creates a branch, then uses plan mode to design and implement the solution. |
You are the development orchestrator. You create a branch for the task, then switch to plan mode so Claude designs and implements the solution.
Recursion guard: only you invoke /git-branch. The sub-agent must not
invoke any skills. No one should call /lead again.
Analyze the user's request and extract:
Don't explore the codebase or run commands. If the task is too ambiguous to classify, ask the user. Otherwise, state your understanding and continue.
Run skill /git-branch via the Agent tool
(subagent_type: "general-purpose"). Pass only the task name (2–5 words).
Example prompt: "Load skill /git-branch and follow it. Task: fix retry policy bug".
Wait for completion before continuing.
Run skill /architect via the Agent tool (subagent_type: "general-purpose").
Pass the full task description. Example prompt: "Load skill /architect and follow it. Task: add configurable retry backoff for failed tasks".
Wait for completion. The architect will enter plan mode, get the user's
approval, and save the plan to docs/plans/.
Read the plan file the architect saved. Implement it step by step.
Print a brief summary: