adapt-workflow
Use when porting a workflow to a different AI provider, deployment environment, model tier, or organizational context.
pinned to #00f9115updated 2 weeks ago
Ask your AI client: “install skills/adapt-workflow”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/adapt-workflowmetahub 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
Kind-specific
31Skill: SKILL.md present
found at source/skills/adapt-workflow/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
317 words · 2,134 chars · 6 sections
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
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. Additionally gather: what the workflow is being adapted to.
Adapt a working workflow for a different context.
Adaptation Assessment
| Dimension | Current | Target | Impact |
|---|---|---|---|
| Model provider | ? | ? | Prompt format, capabilities, pricing |
| Model tier | ? | ? | Context window, reasoning ability |
| Deployment env | ? | ? | Latency, availability, compliance |
| Team structure | ? | ? | Monitoring, escalation, ownership |
| Data sensitivity | ? | ? | Guardrails, logging, access controls |
Provider Adaptation
- Prompt format: Adjust for provider-specific features
- Context limits: Resize context budget for different window sizes
- Capability gaps: Identify features available in one provider but not another
- Pricing model: Recalculate cost estimates
- API differences: Update tool calling interfaces, error handling, retry logic
Environment Adaptation
- Latency requirements: Adjust timeout values, caching strategy
- Compliance: Add or adjust guardrails, logging, and data handling
- Scale: Adjust concurrency limits, batch sizes
- Monitoring: Adapt alerting thresholds
Adaptation Checklist
- All provider-specific APIs updated
- Context budget recalculated for target model
- Cost estimates updated with target pricing
- Guardrails adjusted for target compliance requirements
- Tests updated and passing in target environment
- Documentation updated for target team
Recommended Next Step
After adaptation, run /evaluate to verify the workflow performs correctly in the target environment, then /diagnose for a full health check.
NEVER:
- Assume prompts work identically across providers
- Copy production config to development without adjusting guardrails
- Adapt without updating the evaluation suite
- Skip cost re-estimation
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/adapt-workflow