Template Selection
Choose Template Type
Template Configuration
Fill Template Fields
Generated Template
Your Semantic Intent Template
// Generated template will appear here
// Select a template type and fill in the fields above
Template Usage
How to Use Generated Templates
TEMPLATE_USAGE_GUIDE:
├── Implementation Steps
│ ├── Copy the generated template to your code
│ ├── Place it as a comment block above your function/class
│ ├── Use it as a reference during development
│ └── Update markers as implementation progresses
│
├── Best Practices
│ ├── Keep templates close to implementation code
│ ├── Review and update regularly during development
│ ├── Use templates for code reviews
│ └── Share templates with team members
│
└── Integration Tips
├── Include templates in documentation
├── Reference in pull request descriptions
├── Use for debugging and troubleshooting
└── Maintain templates alongside code evolution