reflect
Analyze command history to identify which skills work, which fail, and where to improve.
pinned to #00f9115updated 2 weeks ago
Ask your AI client: “install skills/reflect”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/reflectmetahub onboarded this repo on the author's behalf.
If you own github.com/sharpdeveye/maestro on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
402
Last commit
2 weeks ago
Latest release
published
- #agent-orchestration
- #ai
- #ai-agents
- #ai-workflows
- #claude-code
- #codex
- #copilot
- #cursor
- #developer-tools
- #gemini
- #open-source
- #prompt-engineering
- #skills
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.00f9115· 2 weeks ago
Documentation
41Description qualitywarn
14 words · 88 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
13,398 chars · 12 sections · 11 code blocks
Tags / topics declared
13 total — agent-orchestration, ai, ai-agents, ai-workflows, claude-code, codex (+7)
README has usage / example sections
found: Quick Start · Example · Example
Homepage / docs URL declared
https://maestroskills.dev
Release history
1- releasecurrent00f9115warn2 weeks ago
Contents
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.
Analyze the Maestro audit trail and decision log to produce a skill-effectiveness scorecard. This tells you which commands work, which fail, and where your workflow needs attention.
Data Sources
Read these files from the project root:
.maestro/audit.jsonl— every command invocation with duration, cost, and outcome.maestro/decisions.jsonl— decisions made with outcomes and next steps
If neither file exists, respond: "No audit data found. Run commands with Maestro to start tracking, then come back."
Analysis Dimensions
1. Usage Frequency
- Which commands run most/least?
- Are any commands never used? (candidates for removal)
2. Completion Rate
- What % of invocations complete successfully?
- Which commands fail most often?
3. Command Flow
- What are the most common command sequences (A → B)?
- Which commands lead to follow-ups vs. abandonment?
- Abandonment rate per command (no follow-up within 30 min)
4. Cost Distribution
- Total estimated cost across all commands
- Cost per command (average)
- Most/least expensive commands
5. Duration Analysis
- Average duration per command
- Outliers (unusually slow invocations)
Output Format
╔══════════════════════════════════════════╗
║ MAESTRO EFFECTIVENESS ║
╠══════════════════════════════════════════╣
║ Commands Run __ (__ unique) ║
║ Completion Rate __% ║
║ Most Used /_____ (__×) ║
║ Most Abandoned /_____ (__% ⚠️) ║
║ Avg Duration __s ║
║ Total Cost ~$__.__ ║
╠══════════════════════════════════════════╣
║ STRONGEST PIPELINES ║
╠══════════════════════════════════════════╣
║ /_____ → /_____ __× ║
║ /_____ → /_____ __× ║
╠══════════════════════════════════════════╣
║ COST PER COMMAND ║
╠══════════════════════════════════════════╣
║ /_____ $__.__/run ████░░ avg ║
║ /_____ $__.__/run █░░░░░ cheap ║
║ /_____ $__.__/run █████░ costly ║
╚══════════════════════════════════════════╝
INSIGHTS:
1. [Data-driven observation with recommended action]
2. [Data-driven observation with recommended action]
3. [Data-driven observation with recommended action]
Insights Rules
Every insight MUST:
- Reference specific data (e.g., "40% abandonment rate")
- Suggest a specific Maestro command to address it
- Distinguish correlation from causation
Reflection Checklist
- All 5 analysis dimensions covered
- Scorecard generated with real data
- Insights are data-driven, not speculative
- Cost estimates labeled as approximate (~)
- Recommended actions reference specific Maestro commands
Recommended Next Step
After reflecting, run /streamline to remove unused commands, or /refine on the most-abandoned command to improve its prompt quality.
NEVER:
- Require audit data to exist — degrade gracefully
- Invent metrics beyond what the logs contain
- Show cost data without the "estimate" disclaimer (~)
- Make judgments without evidence (say "100% completion rate" not "works great")
- Compare across projects — reflect is project-scoped
Reviews
No reviews yet. Be the first.
Related
Guizang Ppt Skill
AI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
orchestration-patterns
>
migration-patterns
>
mh install skills/reflect