A discipline helper for autonomous and long sessions — given the active goal in docs/goal.md, list the unchecked deliverable subgoals (the actual - [ ] items), report how many remain, and let the operator (or an autonomous worker) decide whether the next iteration should keep advancing the goal or whether the goal's Done when criteria are already satisfied. Does *not* alter the agent loop or override the harness — this is a transparency / discipline tool, not a runtime hook.
$npx -y skills add melons/melons-agents --skill goal-lockInstalls into the current project.
Run `npx skills use "https://github.com/melons/melons-agents" --skill "melons/melons-agents/goal-lock"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/melons/melons-agents" that are relevant to the current task. Run `npx skills add "https://github.com/melons/melons-agents"` and select the relevant skills, then follow their instructions.