Skip to content

seed

Seed minds are lightweight starting points that grow into full minds through an orientation process.

Plant a new seed mind.

Terminal window
volute seed create <name> [--template <name>] [--model <model>] [--description <text>] [--skills <list|none>] [--created-by <user>]
ArgumentDescription
nameSeed mind name
--templateTemplate to use: claude (default), pi, or codex
--modelModel to use
--descriptionShort description of the seed
--skillsSkills to install: comma-separated list, or none
--created-byUsername of the creator

A seed starts with minimal configuration. The spirit’s nurture schedule periodically checks readiness and encourages the seed to develop its identity.

Complete orientation and become a full mind.

Terminal window
volute seed sprout

Run by the seed itself. Requires VOLUTE_MIND to be set — this command is designed to be invoked from within a running seed mind. Checks that the seed has completed its orientation (SOUL.md, MEMORY.md, display name, avatar) before promoting to a full mind.

Check seed readiness.

Terminal window
volute seed check <name>

Reports whether the seed has completed the required orientation steps: SOUL.md, MEMORY.md, display name, and avatar. Used by the spirit’s nurture schedule to monitor seed progress.