Borrowing it
Nothing to install: this file belongs to Smart-AI-Memory/attune-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Smart-AI-Memory/attune-ai/main/.agents/skills/workflow-orchestration/SKILL.mdgit clone --depth 1 https://github.com/Smart-AI-Memory/attune-aiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/smart-ai-memory/attune-ai/workflow-orchestration)<a href="https://agentmods.dev/skills/smart-ai-memory/attune-ai/workflow-orchestration"><img src="https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/workflow-orchestration.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00830 |
| Opus 5 | $0.00017 | $0.00415 |
| Sonnet 5 | $0.00007 | $0.00166 |
| Haiku 4.5 | $0.00003 | $0.00083 |
Grade A, and why
workflow-orchestration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workflow Orchestration
IMPORTANT: Start your response with a context preamble.
Call help_lookup(topic="workflows", mode="preamble") and
display the returned preamble text as a blockquote. Then
tell the user they can say "tell me more" for a step-by-step
guide, or answer the scoping questions below to proceed.
If the MCP call fails, fall back to:
Workflow Orchestration — Runs multiple analysis workflows in sequence and combines the results.
Scoping
Before running, ask:
- Goal: "What are you trying to accomplish?"
- Scope: "Which path or files should I analyze?"
Based on the answer, route to the appropriate workflow.
Workflows
Analysis
| Workflow | MCP Tool | What It Does |
|---|---|---|
| Security Audit | security_audit |
Scans for vulnerabilities, dangerous patterns, secrets |
| Code Review | code_review |
Quality, correctness, and security analysis |
| Bug Prediction | bug_predict |
Pattern analysis and likely bug detection |
| Performance Audit | performance_audit |
Bottleneck detection and optimization |
| Deep Review | deep_review |
Multi-pass: security, quality, and test gap analysis |
Testing
| Workflow | MCP Tool | What It Does |
|---|---|---|
| Test Generation | test_generation |
Generates unit tests with edge cases |
| Test Audit | test_audit |
Coverage audit and gap detection |
| Parallel Test Gen | test_gen_parallel |
Batch test generation for 10-50 modules |
Documentation
| Workflow | MCP Tool | What It Does |
|---|---|---|
| Doc Audit | doc_audit |
Documentation freshness and gap analysis |
| Doc Generation | doc_gen |
Generate documentation for a module |
| Doc Orchestrator | doc_orchestrator |
Full documentation maintenance pipeline |
Release
| Workflow | MCP Tool | What It Does |
|---|---|---|
| Release Notes | release_notes |
Changelog draft + go/no-go advisory |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago Changed · +15 lines 04a2f91cdb4c
- 8d ago First seen · 98 lines · 34 tokens per session scan A ba78c230b900
workflow-orchestration is a skill published in the GitHub repository Smart-AI-Memory/attune-ai (10 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 830 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ci-repair
Fix CI failures by fetching GitHub Actions logs, dispatching dev to fix, verifying locally, and pushing.
dev-doctor
Run a development-focused health check on the AIWG repository structure.
config-validator
Validate AIWG configuration files and project setup for correctness and completeness.
aiwg-doctor
Run a comprehensive health check on the AIWG installation and workspace with pass/fail diagnostics and remediation steps.
browser-doctor
Read-only health check on browser-control setup. Verifies browser binary, Playwright MCP Bridge extension presence, token file mode/contents, AIWG MCP registration, provider config injection, and optional workspace allow-list. Outputs pass/fail per check with remediation commands.
dx-audit
Audits libraries, CLIs, and SDKs using 38 rules for public contracts, package exports, piped output, errors, and configuration. Use when asked to "audit my CLI", "review my SDK", "make this agent-friendly", or diagnose package type resolution. For agentic product trust use ax-audit; for docs use docs-writing.