feature-image-iterate

Drain pending feature-image-iterate workflow items and execute generate, recomposite, or clarify strategies.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/oletizi/audiocontrol.org --skill feature-image-iterate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-image-iterate
Source: https://github.com/oletizi/audiocontrol.org/tree/main/.claude/skills/feature-image-iterate
Command: npx skills add https://github.com/oletizi/audiocontrol.org --skill feature-image-iterate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps manage and automate the iteration workflow for feature-image generation by draining pending items, selecting a single strategy per item, and orchestrating the generation/recomposite/clarify steps plus the resulting assistant messages and workflow status updates.

Core Features & Use Cases

  • Drain pending feature-image-iterate workflow items and load their context.
  • For each item, pick exactly one strategy per item (generate, recomposite, or clarify) based on user feedback and snapshot history.
  • Build and execute a payload that applies the chosen action, then post the assistant message and mark the workflow as applied.
  • Use cases include refining image assets in a feedback loop for blog feature images or gallery items.

Quick Start

Drain pending items with tsx .claude/skills/feature-image-iterate/drain.ts and then respond to each item using tsx .claude/skills/feature-image-iterate/respond.ts with a prepared payload.

Frequently Asked Questions about feature-image-iterate

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

FAQPage Schema
How do I automate the AI image generation iteration workflow for feature images?

You can automate feature image iteration by draining pending workflow items from the dev API, selecting a strategy per item, and executing payloads to generate, recomposite, or clarify images based on user feedback.

What is the best way to refine AI art assets in a feedback loop?

The best way to refine AI art assets in a feedback loop is to process each pending image iteration item individually, apply user feedback to select a specific strategy, and update the workflow status after generating the response.

How do I select between generating or recompositing an image during iteration?

Select between generating, recompositing, or clarifying an image by evaluating user feedback and snapshot context for each pending workflow item, ensuring exactly one strategy is applied per item to construct the execution payload.

How do I drain pending feature image workflow items using claude-code?

Drain pending feature image workflow items in claude-code by executing the drain script via tsx to load context, then running the respond script with a prepared payload to apply the chosen action and post the assistant message.

Does the feature image iteration workflow require external dependencies?

The feature image iteration workflow does not require external dependencies, operating entirely within the claude-code environment using internal scripts to drain pending items and construct execution payloads.

Why does my feature image iteration workflow leave items pending?

Feature image iteration items remain pending when the workflow has not been fully drained and processed, requiring each item to receive a selected strategy and a corresponding payload execution before marking the workflow as applied.