| íëĒŠ | ë´ėŠ |
|---|---|
| Invoke | /spec:seed |
| Category | spec-clarity |
| Complexity | medium |
/spec:seed#
Creates a Seed spec (immutable core spec) based on Socratic interview results.
Usage#
/spec:seed # Create from Socratic interview results
/spec:seed --from {discovery-file} # Specify a specific interview result
/spec:seed --slug {project-slug} # Specify project slug
Parameters#
| Parameter | Description | Default |
|---|---|---|
--from |
Socratic interview result file path | Latest docs/socratic-discovery-*.md |
--slug | Project slug | Extracted from interview results |
Prerequisites#
- Socratic interview completed (
docs/socratic-discovery-{slug}.mdexists) - Convergence >= 0.95
Execution Flow#
1. Load Interview Results#
- Read
docs/socratic-discovery-{slug}.md - Check convergence (if < 0.95, warn + suggest resuming interview)
2. Generate Seed Spec Draft#
Based on template (config/templates/seed-spec.md):
- S1 Core Problem: Extract from Level 5 convergence results
- S2 Immutable Constraints: Extract from Level 5 immutable constraint candidates
- S3 Domain Entities: Structure core concepts identified in Levels 1-2
- S4 Acceptance Boundaries: Classify Level 2 assumptions into Must/Must Not/May
- S5 Exposed Assumptions: Copy entire Level 2 assumption list
- S6 Evolution Log: Record v1.0.0 initial version
3. User Review#
- Present the generated draft to the user
- Collect feedback per section
- Apply revisions
4. Save File#
- Save as
docs/seed-spec-{slug}.md(Status: DRAFT) - Initialize
docs/decision-log-{slug}.md
Output#
| File | Path |
|---|---|
| Seed Spec (DRAFT) | docs/seed-spec-{slug}.md |
| Decision Log | docs/decision-log-{slug}.md |
Next Steps#
After Seed spec creation:
/spec:ambiguityâ Calculate ambiguity score/spec:challengeâ Contrarian review/spec:simplifyâ Simplifier complexity reduction/spec:verifyâ Structural verification + lock
Related Commands#
/spec:interviewâ Socratic interview/spec:verifyâ Seed spec verification + lock/spec:evolveâ Seed spec evolution
References#
references/SEED_SPEC_SCHEMA.mdâ Schema definitionconfig/templates/seed-spec.mdâ Template