What problem does it solve?
It solves the slow, error-prone work of hand-creating consistent multi-file module scaffolding when you need new Simple features or subsystems.
Core Features & Use Cases
- Phase-based generation: plans module placement and dependency-aware file lists before writing any code.
- Stitch MCP template generation: creates .spl files and adds required directory mod.spl files following Simple language rules.
- Quality scaffolding: generates matching test/ spec files in SPipe BDD style and stub docs in doc/05_design and doc/04_architecture when appropriate.
- Use case: when starting a new feature like a “stitch-based” integration module, generate the full src/lib (or app/compiler) structure plus tests and documentation stubs in one workflow.
Quick Start
Ask the system to stitch a new feature module scaffold for your chosen src/ location, and it will generate the complete .spl structure, tests, and doc stubs.