What problem does it solve?
PDD template engine skills automate selecting and rendering code templates from functional point specifications, enabling fast, consistent scaffolding across projects and reducing repetitive coding work.
Core Features & Use Cases
- Template selection: Automatically choose the right template set based on the spec to support simple CRUD and workflow-driven scenarios.
- Variable extraction: Extract entities, fields, processes, and conventions from specs to drive customizable generation parameters.
- Template rendering: Render templates with support for conditional and loop-based rendering and multi-language variable mapping.
- Code generation: Produce complete code scaffolds including backend controllers/services/mappers, frontend components, and workflow definitions.
- Use Case: Generate full CRUD and workflow code skeletons for business scenarios like asset disposition or property transfers.
Quick Start
Generate a complete code skeleton from the provided spec using the template engine.