plan-happy-path
Installation
SKILL.md
Plan Happy Path
Use this skill to produce a plan only. Do not implement the plan.
Input
Capture the user's requested change exactly. If the request is ambiguous, ask only the question required to identify its normal valid input and expected environment.
Workflow
1. Get the proposed plan
Spawn a planner child with await rlm(...). Include the original request and the following instructions verbatim. Ask the child to send its complete response to its parent with await agent_message.send(..., receiver_role="parent").