원클릭으로
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.