Expand description
Content Creation Tooling Module
Implements the Content Creation Tooling Specification v1.1.0 for generating structured prompts for educational and technical content.
§Content Types
- HLO: High-Level Outline
- DLO: Detailed Outline
- BCH: Book Chapter (mdBook)
- BLP: Blog Post
- PDM: Presentar Demo
§Toyota Way Integration
- Jidoka: LLM-as-a-Judge validation
- Poka-Yoke: Structural constraints in templates
- Genchi Genbutsu: Source context mandate
- Heijunka: Token budgeting
- Kaizen: Dynamic template composition
Re-exports§
pub use emitter::EmitConfig;pub use emitter::PromptEmitter;
Modules§
- emitter
- Prompt emitter for content generation
Structs§
- Content
Validator - Content validator for Jidoka quality gates
- Source
Context - Source context for grounding content in reality
- Source
Snippet - A snippet extracted from source material
- Token
Budget - Token budget calculation (spec section 5.4)
- Validation
Result - Validation result from content validation
- Validation
Violation - A single validation violation
Enums§
- Content
Error - Errors that can occur during content operations
- Content
Type - Content type taxonomy from spec section 2.1
- Course
Level - Course level configuration for detailed outlines
- Model
Context - Model context window sizes
- Validation
Severity - Validation severity levels