How to dogfood and verify a Gini behavior change by driving a real chat turn as a real user would. Use when verifying that the agent reaches for a tool or path on its own — a behavioral steer, a new tool, an INSTRUCTIONS.md change, or a dispatch/provider/memory/skill change — or before claiming a steer "works". Enforces bare, uncoached prompts so the test measures the default, not instruction-following.
$npx -y skills add open-curiosity/gini-agent --skill dogfood-as-userInstalls into the current project.
Run `npx skills use "https://github.com/open-curiosity/gini-agent" --skill "open-curiosity/gini-agent/dogfood-as-user"` 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/open-curiosity/gini-agent" that are relevant to the current task. Run `npx skills add "https://github.com/open-curiosity/gini-agent"` and select the relevant skills, then follow their instructions.