Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-plant-seed

The mindforge-plant-seed skill captures forward-looking ideas with specific trigger conditions, storing them in structured markdown files that automatically surface when designated milestones are reached. Use this when you have a substantial concept that is premature to act on now but should resurface at a defined future point, preserving the full context, rationale, and reference materials that would otherwise be lost in a deferred task list.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-plant-seed && cp -r /tmp/mindforge-plant-seed/.agent/skills/mindforge-plant-seed ~/.claude/skills/mindforge-plant-seed
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<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: /mindforge-new-milestone (scans seeds and presents matches)
</objective>

<execution_context>
@.agent/workflows/mindforge-plant-seed.md
</execution_context>

<process>
Execute the plant-seed workflow from @.agent/workflows/mindforge-plant-seed.md end-to-end.
</process>