From any input — a natural-language goal, existing docs (spec / plan / brain-dump), notes, or a mix — interactively elicit and validate intent and produce an execution-ready 3-doc (handoff, spec, plan) for go, replacing third-party brainstorming + planning in one skill. Input format is open; the input is material, not ground truth. Use when the user invokes the ready skill. Requires git.
$npx -y skills add fn-opt/dryforge --skill readyInstalls into the current project.
Run `npx skills use "https://github.com/fn-opt/dryforge" --skill "fn-opt/dryforge/ready"` 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/fn-opt/dryforge" that are relevant to the current task. Run `npx skills add "https://github.com/fn-opt/dryforge"` and select the relevant skills, then follow their instructions.