بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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: