بنقرة واحدة
smart-delegation
Guidelines to help you write code smartly by using workers. Only use
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Guidelines to help you write code smartly by using workers. Only use
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Standard workflow to implement a plan. Use only when user instructs or other skill references.
Manage interactive or persistent terminal sessions. Must use before running these sessions, like start a dev server, SSH, REPL, ...
Disciplined diagnosis loop for hard bugs and performance regressions. Use only when user instructs or other skill references.
Workflow to transform vague ideas into validated designs and stepped implementation plans. Use only when user instructs or other skill references.
Review a plan before implementation. Use only when user instructs or other skill references.
Inspect Git history and uncommitted changes to obtain delta in blueprint.
| name | smart-delegation |
| description | Guidelines to help you write code smartly by using workers. Only use |
Evaluate the optimal agent delegation strategy to achieve the goal, principles:
After evaluation, save your detailed plan to the todo list.
Delegate agents in the correct order and wait them to finish.
After all agents finish, read the files that they are supposed to change. If the implementation is not complete, does not comply with the canonical plan, or obviously flawed, resume the corresponding session and tell it to finish. If the code is ugly (duplication, not needed compatibility, dead code), correct it directly.
Then run repository commands (lint, type check, tests), iterate until they all pass: