seed
FeaturedGenerate validated Seed specifications from interview results
AI & Automation 5,596 stars
559 forks Updated today MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /ouroboros:seed
Generate validated Seed specifications from interview results.
## Required Skill Capabilities
- `ask_user` — ask human-judgment questions through the active runtime's user-question surface.
- `inspect_code` — read repo-local agent roles and recover exact context from local files before guessing.
- `call_mcp` — use available Ouroboros MCP tools directly, including runtime tool discovery when a deferred MCP surface must be loaded.
- `run_shell` — run bounded local commands for audit-trail writes and setup steps.
- `refine_answer` — confirm free-form user decisions before treating them as accepted seed revisions.
- `maintain_ledger` — keep QA scores, candidate decisions, rejected proposals, and audit trail keys visible.
## Usage
```
ooo seed [session_id]
/ouroboros:seed [session_id]
```
**Trigger keywords:** "crystallize", "generate seed"
## Instructions
When the user invokes this skill:
### Python Runtime (Required)
Before running any shell snippet below, define this resolver in the same shell.
It accepts only Python 3.12 or newer, prefers `python3` and then `python`, and
uses uv as the final fallback. Call `ouroboros_python` directly and quote every
argument passed to it; the function preserves arguments and heredoc/stdin input.
Only the probe and child interpreter discard inherited CPython path-selection
overrides; the caller shell keeps its environment unchanged.
<!-- ouroboros-python-resolver:start -->
```bash
ouroboros_python() {
if command -...
Details
- Author
- Q00
- Repository
- Q00/ouroboros
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ouroboros-run
Execute a Seed specification through the workflow engine
5,596 Updated today
Q00 AI & Automation Featured
interview
Socratic interview to crystallize vague requirements
5,596 Updated today
Q00 AI & Automation Featured
publish
Publish Seed specification as GitHub Issues for team-based project management
5,596 Updated today
Q00