What problem does it solve? Starting a new livespec-governed project requires creating a correctly structured SPECIFICATION/ tree from scratch, which is error-prone when done by hand. This Skill automates seeding that initial natural-language specification using the project's chosen template and the livespec core seed CLI. ## Core Features & Use Cases - Template-based spec seeding: Populates the chosen template's spec_root layout into an empty SPECIFICATION/ tree via core's seed.py CLI. - Config-driven CLI dispatch: Reads the governed project's .livespec.jsonc to resolve the configured seed CLI argv, falling back to core's reference default. - Safety-guarded mutation: Enforces the footgun-guard extension precondition before any mutating operation runs under the pi runtime. - Use Case: You have an empty project and want to adopt livespec. Invoke the skill, pick a template, and it writes the initial spec tree ready for the propose-change / critique / revise loop. ## Quick Start Ask the agent to seed a new livespec specification in the current project using the default template. ## Quick Start Say: seed a livespec spec for this project using the default template.