AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Refine

skill-sharpdeveye-maestro-refine · by sharpdeveye

Use when the workflow works but needs polish, or as the final step in a diagnose → fix → refine cycle before shipping.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-sharpdeveye-maestro-refine

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sharpdeveye-maestro-refine)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Refine? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MANDATORY PREPARATION

Invoke /agent-workflow — it contains workflow principles, anti-patterns, and the Context Gathering Protocol. Follow the protocol before proceeding — if no workflow context exists yet, you MUST run /teach-maestro first.


This is the final quality pass. The workflow works — now make it excellent.

Refinement Checklist

Prompts

  • [ ] Every prompt follows the 4-zone pattern (role, context, instructions, output)
  • [ ] Output schemas are explicit and validated
  • [ ] Negative instructions clarify what NOT to do
  • [ ] No contradictory instructions
  • [ ] Few-shot examples included for ambiguous tasks
  • [ ] Chain-of-thought used for multi-step reasoning tasks

Tool Descriptions

  • [ ] Every tool has a multi-line description: what, when to use, when NOT to use, returns
  • [ ] Input parameters have descriptions and types
  • [ ] Error responses are documented
  • [ ] At least one example input/output in the description

Error Messages

  • [ ] Error messages are specific (not "an error occurred")
  • [ ] Error messages suggest corrective action
  • [ ] Errors include context (what was being attempted)
  • [ ] Errors are structured (code + message + details)

Logging

  • [ ] Every model call is logged (input tokens, output tokens, latency, cost)
  • [ ] Tool calls are logged with inputs and outputs
  • [ ] Errors are logged with full context
  • [ ] PII is redacted from logs
  • [ ] Workflow ID traces through all log entries

Configuration

  • [ ] All magic numbers are named constants
  • [ ] Environment-specific values are in config, not code
  • [ ] Defaults are sensible — config is for overrides
  • [ ] Cost ceilings are set
  • [ ] Timeout values are set for all external calls

Output

For each checklist item that fails, provide:

  1. What's wrong (specific finding)
  2. Where it is (file, line, or component)
  3. How to fix it (concrete suggestion)
  4. Priority (critical / important / nice-to-have)

Priority Matrix

| Priority | Criteria | Maestro Action | |----------|---------|----------------| | Critical | Affects correctness or safety | /fortify or /guard before shipping | | Important | Affects quality or maintainability | /calibrate in current cycle | | Nice-to-have | Cosmetic or minor inconsistency | Note for next /refine pass |

Recommended Next Step

After refinement is complete, run /evaluate to verify the polished workflow against realistic scenarios.

NEVER:

  • Skip the checklist — go through every item
  • Mark items as passing without checking
  • Suggest changes that alter behavior (this is polish, not redesign)
  • Refine before the workflow is functionally correct (fix first, refine last)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.