refine-status

Summarize artifact refinement status from state files and the dist directory.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/GQAdonis/turboquant-rs --skill refine-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refine-status
Source: https://github.com/GQAdonis/turboquant-rs/tree/main/.opencode/skills/artifact-refiner/skills/refine-status
Command: npx skills add https://github.com/GQAdonis/turboquant-rs --skill refine-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read and report the current state of an active artifact refinement session, including iteration count, constraint satisfaction, and convergence progress.

Core Features & Use Cases

  • Read high-level status from standard state files (artifact_manifest.json, constraints.json, refinement_log.md, decisions.md) and summarize current progress.
  • Detect when a refinement session is active, paused, or complete, and present a concise status report.
  • Support quick assessment of generated artifacts and decisions to guide next steps in the refinement loop.

Quick Start

Summarize the current refinement status by reading the available state files in the artifact directory.

Frequently Asked Questions about refine-status

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

FAQPage Schema
How do I track artifact refinement progress in an iteration workflow?

Track artifact refinement progress by reading state files like artifact_manifest.json, refinement_log.md, and decisions.md to summarize iteration count, constraint satisfaction, and convergence status.

What is artifact refinement status and how is it determined?

Artifact refinement status is the current state of a refinement session, determined by reading constraints.json and other state files to report whether the session is active, paused, or complete.

How do I check if my artifact refinement session has converged?

Check convergence by reading decisions.md and refinement_log.md to assess recorded convergence decisions and constraint satisfaction, generating a concise report of the current session state.

Can I summarize generated artifacts and decisions without manual file inspection?

Yes, summarize generated artifacts and decisions automatically by reading the dist/ directory and state files like artifact_manifest.json, presenting a quick assessment to guide next steps in the refinement loop.

Does artifact refinement status tracking require specific state files to exist?

Artifact refinement status tracking reads standard state files such as artifact_manifest.json, constraints.json, refinement_log.md, and decisions.md, requiring these files to exist in the artifact directory to report progress.

Why is my refinement status not showing complete after the iteration loop finishes?

Refinement status may not show complete if state files like decisions.md or refinement_log.md lack the final convergence entries, preventing the status reader from detecting a finished session.