Install
openclaw skills install codex-goal-decomposerBreak a large, fuzzy, or long-running objective into smaller goal-mode tasks with clear scope, stop conditions, and validation steps. Use when the user wants to use Codex /goal effectively, has a big project that should be split into sequential goals, or asks for a plan that can be executed as a chain of smaller goals.
openclaw skills install codex-goal-decomposerTurn one big goal into a short sequence of smaller goals that are concrete enough for goal mode to handle well.
Do not send one vague multi-day objective into goal mode if it can be split into clearer checkpoints.
/goal ... command to start itA good sub-goal should have:
Avoid sub-goals like:
Prefer sub-goals like:
Use this structure unless the user requests another format.
One sentence.
For each goal, include:
/goal ...Use a numbered list.
Write /goal commands so they include:
Keep each command compact but specific.
Good pattern:
/goal Update the README setup section for this repo. Read README.md and package.json first. Do not change application code. Validate by checking the documented commands against the repo files. Stop when the README has accurate install, run, and example usage steps.