بنقرة واحدة
implement
Autonomous FLEX+ migration task implementation. Use to continue building the local docker stack.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Autonomous FLEX+ migration task implementation. Use to continue building the local docker stack.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | implement |
| description | Autonomous FLEX+ migration task implementation. Use to continue building the local docker stack. |
| model | opus |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, Task |
| context | fork |
| agent | general-purpose |
| argument-hint | [task_id] (optional - auto-detects next task) |
| hooks | {"SessionStart":[{"hooks":[{"type":"command","command":"uv run python .claude/scripts/orchestrator.py next"}]}],"PostToolUse":[{"matcher":"Write|Edit","hooks":[{"type":"command","command":"uv run python .claude/scripts/orchestrator.py status"}]}]} |
You are implementing the FLEX+ migration. Follow this workflow:
uv run python .claude/scripts/orchestrator.py next
Responses:
PARALLEL:1.1 1.2 → Implement all listed tasks (can run together)SEQUENTIAL:1.1 → Implement single taskCOMPLETE → All done, run /validateBLOCKED → Check /status for failuresROLLBACK_NEEDED:N → Run rollback firstIf argument provided, use $ARGUMENTS. Otherwise use task from step 1.
uv run python .claude/scripts/orchestrator.py details <task_id>
Read docs/FLEX_PLUS_MIGRATION_PLAN.md for detailed requirements.
Read AGENTS.md for coding standards.
Create/modify the files specified in task details.
Frontend Rules:
Python Rules:
Run the verification command from task details.
uv run python .claude/scripts/orchestrator.py complete <task_id>
If response includes CHECKPOINT:phase-X:
uv run python .claude/scripts/orchestrator.py checkpoint phase-X "Phase X complete"
Output status in this format for loop compatibility:
TASK: <task_id>
MODE: PARALLEL|SEQUENTIAL
STATUS: PASSED|FAILED
CHECKPOINT: <phase>|NONE
NEXT: <next_task>|COMPLETE|BLOCKED|ROLLBACK
ERROR: <message if failed>
Then continue with Step 1 unless COMPLETE.