Thrunt-god thrunt-plant-seed

Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone

install
source · Clone the upstream repo
git clone https://github.com/backbay-labs/thrunt-god
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/backbay-labs/thrunt-god "$T" && mkdir -p ~/.claude/skills && cp -r "$T/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-plant-seed" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-plant-seed && rm -rf "$T"
manifest: thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-plant-seed/SKILL.md
source content
<objective> Capture an idea that's too big for now but should surface automatically when the right milestone arrives. Seeds solve context rot: instead of a one-liner in Deferred that nobody reads, a seed preserves the full WHY, WHEN to surface, and breadcrumbs to details.

Creates: .planning/seeds/SEED-NNN-slug.md Consumed by: /hunt-new-program (scans seeds and presents matches) </objective>

<execution_context> @.github/thrunt-god/workflows/plant-seed.md </execution_context>

<process> Execute the plant-seed workflow from @.github/thrunt-god/workflows/plant-seed.md end-to-end. </process>