From artifact-refiner
Use this skill when creating or iteratively refining artifacts (logos, UI components, A2UI specifications, images, or content) using structured PMPO orchestration with explicit constraints, deterministic execution, and persistent artifact state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/artifact-refiner:artifact-refinerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is the Claude plugin entry point. It delegates to the canonical PMPO skill definition.
This is the Claude plugin entry point. It delegates to the canonical PMPO skill definition.
Use when the user asks for structured, iterative refinement of:
Load these files in order when this skill activates:
SKILL.md — Canonical PMPO behavior, inputs/outputs, execution modelprompts/meta-controller.md — Orchestration entry pointprompts/ — specify.md, plan.md, execute.md, reflect.md, persist.mdreferences/domain/ — Domain-specific refinement knowledgereferences/schemas/ — artifact-manifest.schema.json, constraints.schema.jsonartifact_manifest.json, constraints.json, refinement_log.md, decisions.md, dist/npx claudepluginhub gqadonis/artifact-refiner-skill --plugin artifact-refinerGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.