triggering-ai-reflection

Trigger AI reflection cycles to evaluate and improve generated content.

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/Nymfarious/StickerNestV3 --skill triggering-ai-reflection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triggering-ai-reflection
Source: https://github.com/Nymfarious/StickerNestV3/tree/main/.claude/skills/triggering-ai-reflection
Command: npx skills add https://github.com/Nymfarious/StickerNestV3 --skill triggering-ai-reflection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trigger AI reflection cycles to evaluate and improve generated content, ensuring outputs align with goals.

Core Features & Use Cases

  • Trigger widget and image generation reflections to identify improvement opportunities.
  • Configure evaluation settings, review results, and apply prompt updates.
  • Audit AI performance over time and manage reflection cooldowns.

Quick Start

Trigger a reflection cycle by calling the AIReflectionService's runReflection with targetType set to widget_generation and forceRun to bypass cooldown.

Frequently Asked Questions about triggering-ai-reflection

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

FAQPage Schema
How do I trigger AI reflection to evaluate and improve generated content?

To trigger AI reflection, call the AIReflectionService's runReflection method with the targetType set to your specific generation type, such as widget_generation, to evaluate and improve generated content outputs.

What is AI reflection used for in prompt optimization and image generation?

AI reflection is used to evaluate generated widget and image outputs against goals, identify improvement opportunities, and apply prompt versioning updates to systematically optimize prompt performance over time.

Can I force an AI reflection cycle to run and bypass the cooldown management?

Yes, you can bypass cooldown management by setting the forceRun parameter to true when calling the runReflection method, forcing the AI reflection cycle to execute immediately regardless of cooldown status.

Does this AI reflection service support long-term performance audits across sessions?

Yes, the AI reflection service includes evaluation storage capabilities that enable long-term AI performance audits across sessions, allowing you to track prompt versioning and review historical reflection results.

What's the best way to manage evaluation settings and review reflection results?

Configure your evaluation settings within the AIReflectionService before triggering a cycle, then review the generated reflection results to identify improvement opportunities and apply necessary prompt updates for better output quality.