scbe-spin-conversation-engine
Generate SFT training data via radial matrix conversation pivots with D&D-style combat research mode. Produces diverse, cost-effective training pairs with Sacred Tongue encoding, golden spiral problem distribution, and harmonic re-attunement.
Best use case
scbe-spin-conversation-engine is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Generate SFT training data via radial matrix conversation pivots with D&D-style combat research mode. Produces diverse, cost-effective training pairs with Sacred Tongue encoding, golden spiral problem distribution, and harmonic re-attunement.
Teams using scbe-spin-conversation-engine should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/scbe-spin-conversation-engine/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How scbe-spin-conversation-engine Compares
| Feature / Agent | scbe-spin-conversation-engine | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generate SFT training data via radial matrix conversation pivots with D&D-style combat research mode. Produces diverse, cost-effective training pairs with Sacred Tongue encoding, golden spiral problem distribution, and harmonic re-attunement.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# SCBE Spin Conversation Engine
Generate high-quality SFT training data through conversation simulation with radial matrix topic pivoting and combat research mode.
## When to Use
- User says "generate training data", "spin conversations", "run the conversation engine"
- When producing SFT/DPO pairs from simulated dialogues
- When testing Sacred Tongue encoding on conversation flows
- When running the nightly research pipeline's synthesis phase
- When building diverse, topically-connected training corpora
## Architecture
### Radial Matrix Array
35 topics across 3 concentric rings in polar coordinates:
| Ring | Radius | Count | Topics |
|------|--------|-------|--------|
| Core | r=1.0 | 6 | philosophy, mathematics, physics, psychology, history, culture |
| Inner | r=2.0 | 12 | programming, astronomy, chemistry, music, cooking, economics, art, politics, technology, emotions, creativity, time |
| Outer | r=3.0 | 17 | algorithms, databases, web_development, AI, cybersecurity, nutrition, food_science, + 10 more |
**Connection weight formula:**
```
weight = resonance * exp(-0.5 * d)
d = sqrt(r1^2 + r2^2 - 2*r1*r2*cos(delta_theta))
```
- Same-ring: 1.2x resonance boost
- Adjacent-ring: 1.0x
- Cross-ring: 0.6x attenuation
### Two Modes (D&D Pattern)
**DIALOG MODE** — Normal conversation flow through the radial matrix
- 70% pivot probability per turn
- 15 turns single / 20 turns batch
- Spiral movement tracked as OUTWARD, INWARD, LATERAL
**RESEARCH MODE (Combat)** — Deep problem-solving encounter
- Triggered by topic complexity, contradiction, or depth requirement
- 7 phases per encounter: IDENTIFY → DECOMPOSE → HYPOTHESIZE → INVESTIGATE → SYNTHESIZE → VALIDATE → ATTUNE
- Exits back to DIALOG with enriched context
### Golden Spiral Problem Distribution (Fermat)
13 research problem domains on golden angle spiral:
```
position(n) = (r = sqrt(n), theta = n * 137.508 deg)
```
**Individual problems (6):** root_cause_analysis, pattern_recognition, edge_case_explore, abstraction_ladder, inversion_test, scale_invariance
**Group problems (7):** analogy_mapping, contradiction_resolve, synthesis_bridge, constraint_mapping, emergent_property, temporal_dynamics, harmonic_resonance
**Cross-type synergy:** 1.15x boost when individual and group problems connect
### Harmonic Re-attunement
On exit from RESEARCH → DIALOG: **1.25x context enrichment multiplier** applied. Research gains carry back into conversation, deepening harmonic quality.
## Key Parameters
| Parameter | Default | Description |
|-----------|---------|-------------|
| `pivot_probability` | 0.70 | Chance of topic pivot per turn |
| `single_turns` | 15 | Turns per single conversation |
| `batch_turns` | 20 | Turns per batch conversation |
| `batch_size` | 50 | Conversations per batch |
| `research_phases` | 7 | Phases per combat research encounter |
| `synergy_boost` | 1.15 | Cross-type problem synergy multiplier |
| `enrichment_multiplier` | 1.25 | Context boost on research exit |
## Sacred Tongue Encoding
Each topic and research problem maps to a Sacred Tongue affinity:
- **KO** (Intent) — "What is the question really asking?"
- **AV** (Metadata) — "What data exists about this?"
- **RU** (Binding) — "How does this connect to what we know?"
- **CA** (Compute) — "Can we run an experiment to test this?"
- **UM** (Security) — "What could go wrong with this conclusion?"
- **DR** (Structure) — "How do we organize the answer?"
## Output Format
```json
{
"instruction": "Conversation about [topic] with [N] pivots",
"response": "[generated dialogue with research interludes]",
"mode_transitions": ["dialog", "research", "dialog"],
"ring_movements": ["outward", "lateral", "inward"],
"tongue_sequence": ["KO", "AV", "CA", "RU", "UM", "DR"],
"attunement_score": 1.15,
"research_encounters": 3,
"total_turns": 20
}
```
## Usage
### From Colab (primary)
The Radial Matrix Array and Combat Research subsystem live in the Colab notebook:
`https://colab.research.google.com/gist/issdandavis/dcf0260083f8570815e33e0262e7a4c7/spiralverse-protocol-ai-training-data-generator.ipynb`
### From local
```bash
# Pivot Knowledge NPC dialogue system
python demo/pivot_knowledge.py
# Nightly research pipeline (scheduled combat encounters)
python scripts/system/nightly_research_pipeline.py --dry-run
python scripts/system/nightly_research_pipeline.py --phase synthesis
```
### From Claude Code
Ask: "generate 50 spin conversations about AI safety" or "run combat research on the PhaseTunnelGate findings"
## Cost Analysis
- **Human labeling:** ~$2/turn
- **Spin engine:** ~$0.0004/turn (5000x cheaper)
- **50 batch x 20 turns = 1,000 examples in <1 second**
- **Cryptographic verification built in for data integrity**
## Connection to Other Systems
| System | Connection |
|--------|-----------|
| PhaseTunnelGate | Research combat uses T coefficient for path selection |
| Davis Formula | Factorial context scaling applies to research depth |
| Sacred Tongues | 6D encoding on every training pair |
| Nightly Pipeline | Scheduled combat encounters against daily unknowns |
| Obsidian Vault | Research findings written to round-table notes |
| HuggingFace | Training data pushed to issdandavis/scbe-aethermoore-training-data |
## Research Notes
- Concept: `notes/round-table/2026-03-20-spin-conversation-combat-research-mode.md`
- Implementation: Colab notebook (Gemini-built cells)
- Existing dialogue system: `demo/pivot_knowledge.py`Related Skills
scbe-training-pair-authoring
Create prompt and response and metadata training pairs from SCBE documents, repair traces, terminal sessions, and operational workflows using the repository's canonical dataset contract and provenance rules.
scbe-research-training-bridge
Stage arXiv evidence and Obsidian markdown into source-grounded Hugging Face training bundles for research, review, and later SFT runs.
scbe-document-management
Consolidate overlapping docs, classify files by authority, and keep SCBE repo documents aligned with runtime truth. Use when the repo has drift between canonical docs, public docs, proposal notes, research branches, and generated evidence.
scbe-colab-bridge
Control Google Colab notebooks from Claude Code via Chrome extension. Execute cells, run terminal commands, read outputs, and manage GPU compute remotely.
scbe-claim-to-code-evidence
Map SCBE Notion technical claims, proof pages, and patent-facing architecture notes to concrete repository evidence such as code paths, tests, demos, and docs. Use when Codex needs to build a due-diligence packet, claim-to-code audit, implementation crosswalk, patent support note, or proof summary from local Notion exports and repo artifacts.
scbe-autonomous-worker-productizer
Turn SCBE automation, autonomous worker, and revenue-system notes into concrete offers, workflow packs, pilot plans, or SaaS-facing product packets. Use when Codex needs to package Notion automation pages into buyer-ready offerings, n8n/Zapier workflow designs, flock-backed worker systems, or implementation roadmaps tied to existing SCBE repo surfaces.
scbe-code-scanning-ops
Operate GitHub code scanning and CodeQL remediation for SCBE repositories. Use when triaging code-scanning alerts, mapping alert classes to fix patterns, validating targeted regressions, or wiring dedicated CodeQL workflows and runbooks into the repo.
scbe-world-anvil-lore-rag-7th-tongue
Build and operate a lore-focused RAG system using World Anvil exports and SCBE docs, with deterministic Claude/Codex cross-talk packets for handoff. Use when users ask to structure lore canon retrieval, sync worldbuilding data, enforce citation-grounded generation, or coordinate a 7th Tongue overseer lane across multiple AI agents.
scbe-webtoon-book-conversion
Convert The Six Tongues Protocol and related manuscript sections into webtoon/manhwa storyboard packets, episode roadmaps, panel expansion plans, and image-generation-ready prompt lanes. Use when extending the series storyboard, adapting book chapters into vertical scroll episodes, or keeping art generation tied to canon instead of drifting into generic fantasy panels.
scbe-voice-render-verification
Govern and verify SCBE voice rendering work that maps Langues weighting into breath, phase, and Layer 14 audio-axis packets. Use when implementing or reviewing `scripts/voice_gen_hf.py`, emitting sidecar voice packets, validating canonical tongue ordering, tuning breath planning or phase timing, or keeping voice docs and code aligned with `docs/LANGUES_WEIGHTING_SYSTEM.md` and `docs/specs/SCBE_VOICE_EMOTIONAL_TIMBRE_SYSTEM.md`.
scbe-universal-synthesis
Orchestrate all installed Codex skills through an auto-updating synthesis matrix with Sacred Tongues routing, emotion/intent metadata, and decodable lexicon packets tied to established SCBE characters. Use when the user asks for cross-skill coordination, auto skill updates, multi-skill routing, or Sacred Tongues intent mapping.
scbe-system-engine
Coordinate SCBE-AETHERMOORE math, automation, and service connectors so multi-agent systems can execute work end-to-end. Use when tasks require SCBE dimensional validation, AI-to-AI workflows, browser automation planning, Hugging Face or GitHub/Linear/Notion/Zapier integration, or self-improving skill updates.