A three-order approach to building an efficient cue word reuse system
AI-Gist significantly improves cue word reuse through structured design:
Phase I: variable transformation
Use {} to mark the variable bit in the original prompt (e.g. "Write {word count} word copy for {brand}"), the system will automatically recognize the variable and generate the input form when saving as a template. v1.2.2 adds the "Intelligent Variable Suggestion" function, enter $var to trigger the AI to suggest the variable name.
Phase 2: Template-level reuse
1. Enable Jinja template mode (Settings → Editor → Turn on advanced syntax)
2. Dynamic generation using control statements:
{% for product in products %}- product: {{product}}n{% endfor %}
3. Export as a .gist template file that can be shared by the team
Phase III: AI-assisted optimization
Use the "Batch Optimization" function every month: Check the cue words that need to be optimized → right-click and select "AI Tuning" → set the optimization target (e.g. simplicity/professionalism) → the system will generate a comparison report for selection
This answer comes from the articleAI-Gist: a privacy-first AI cue word management toolThe