Skip to main content
Run any Skill in Manus
with one click

star-plan-executor

Stars11
Forks0
UpdatedJuly 19, 2026 at 14:03

Execute a leaf execution sub-plan (produced by star-plan-decomposer and living under metds/plans/) against the project code. Orients in the codebase (${CODE_NAME}/, read from .env) to build a "current state vs required" gap list, enters plan mode to turn the sub-plan's task breakdown into a concrete executable plan, gates it through ExitPlanMode, then dispatches one subagent per step to modify code and run light validation — stopping before heavy experiments (long/multi-GPU training, costly API calls) and handing those commands back to the user. Keeps intermediate working files under tasks/<plan-name>/ and checkpoints durable execution state plus generated artifacts under wkdrs/<run>/ so runs resume across sessions. Syncs user-confirmed deviations and execution-settled values back into the sub-plan with a Revision History trail, keeping the plan file true to what was actually executed. Use when the user runs /star-plan-executor, or wants to execute / implement / carry out / run a sub-plan, turn an execution p

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
16 files
SKILL.md
readonly