بنقرة واحدة
atomic-execution
Executes tasks in isolated states using atomic XML execution plans (GSD pattern).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Executes tasks in isolated states using atomic XML execution plans (GSD pattern).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Unified business model evaluator, client filter, pricing engine, and distribution architect. Absorbs 31 business + 8 marketing + 13 content + 2 acquisition protocols.
Unified codebase manipulation, AI deployment, data analysis, and academic delivery engine. Absorbs 6 coding protocols + data-analysis + academic-delivery + spec-driven-dev.
Unified mathematical arbitrator for all resource allocation decisions — money, time, energy, relationships. Absorbs 46 decision protocols + 24 strategy protocols into one dense engine.
Unified survival infrastructure: health, finance, legal safety, circuit breakers, and structural protection against all ruin classes. The last line of defense.
Unified boundary enforcement, interpersonal diagnostic, and relational audit engine. Absorbs 40 psychology + 2 social protocols and all relationship case studies.
Unified zero-emotion variance shield for capital markets (FX, crypto, CFDs) and poker. Absorbs trading-risk-gate + zenith-execution + trade-journal-analyzer into one engine.
| name | atomic-execution |
| description | Executes tasks in isolated states using atomic XML execution plans (GSD pattern). |
| argument-hint | execute <path> |
| allowed-tools | ["Bash","Read","Write"] |
| auto-invoke | false |
| model | default |
| context_trigger | atomic, execution plan, XML plan, GSD, isolated state, step-by-step execution, task decomposition |
Prevents context degradation during long execution phases by breaking work down into atomic, verification-gated tasks using structured XML.
Integrated via /steal from the get-shit-done methodology.
"execute roadmap", "start building phase", "implement this plan", "atomic execution"
When entering Execution phase, do not build monolithic features linearly in one context window. Instead:
Convert the current phase of the ROADMAP.md (or the design.md spec) into 1 or more atomic XML execution plans. If the user hasn't provided one, draft it and execute it.
Format each atomic task precisely as:
<task type="auto">
<name>Short descriptive name</name>
<files>path/to/affected/file.ext</files>
<action>
Explicit, step-by-step instructions.
Dependencies and logic.
</action>
<verify>Command to run to verify correctness (e.g. tests or curl)</verify>
<done>Definition of done</done>
</task>
Execute ONE <task> block at a time.
Maintain peak reasoning by not polluting the context window with previous tasks.
If a task requires subagents or isolated worktrees, trigger /git-worktree-swarm.
After code is written, explicitly run the command specified in <verify>.
If it passes the <done> criteria, commit immediately using micro-commit.
If it fails, fix the code within the same context before proceeding to the next <task>.
Update STATE.md after every completed XML task block to persist progress across sessions without bloating the context window.
Always log:
ROADMAP.mdspec-driven-dev (Pre-requisite for Execution via P107)micro-commit (Post-Execution step)