pdd-template-engine

Render code scaffolds from PRD specifications for Ruoyi and Activiti projects.

13|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill pdd-template-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdd-template-engine
Source: https://github.com/wonderslife/pdd-skills-v3/tree/main/skills/pr/pdd-template-engine
Command: npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill pdd-template-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about pdd-template-engine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate code scaffolding from PRD specifications?

To generate code scaffolding from PRD specifications, the engine extracts entities, fields, and processes from your specs to automatically select and render templates into ready-to-use backend, frontend, and workflow code skeletons.

Does this code generation tool support Ruoyi and Activiti workflows?

Yes, the code generation tool explicitly supports Ruoyi Spring Boot and Activiti workflows, automatically selecting the correct template set to handle both simple CRUD operations and complex workflow-driven feature development.

What is the best way to automate code template rendering for complex business scenarios?

The best way to automate code template rendering is mapping PRD functional points to customizable generation parameters, applying conditional and loop-based rendering alongside multi-language variable mapping to produce complete scaffolds for scenarios like asset disposition.

Can I extract entities and fields from functional point specs to drive code generation?

Yes, you can extract entities, fields, processes, and conventions from functional point specs to drive customizable generation parameters, ensuring the rendered output accurately matches your defined business requirements and database structures.

What files and components are included in the generated code skeleton?

The generated code skeleton includes complete backend controllers, services, and mappers, alongside frontend components and workflow definitions, ensuring a full-stack scaffold ready for immediate integration into your project.