byexistential-birds· 54 skills
Use when you have a finalized brainstorm-beagle spec at .beagle/concepts/<slug>/spec.md and need a bite-sized, TDD-driven implementation plan before any code is written. Triggers on: \"write a plan\", \"plan this spec\", \"turn the spec into a plan\", \"now plan the implementation\", \"write-plan\". Reads the spec, designs the file structure, decomposes work into 2-5 minute TDD steps with exact paths and commands, self-reviews against the spec, gets user approval, then writes to .beagle/concepts/<slug>/plan.md and offers to generate an execution handoff prompt via the subagent-prompt skill. Does NOT brainstorm specs, write code, or execute the plan — produces the plan document (and an optional handoff prompt) only.
$npx -y skills add existential-birds/beagle --skill write-planInstalls into the current project.
Run `npx skills use "https://github.com/existential-birds/beagle" --skill "existential-birds/beagle/write-plan"` 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/existential-birds/beagle" that are relevant to the current task. Run `npx skills add "https://github.com/existential-birds/beagle"` and select the relevant skills, then follow their instructions.