From vcfa-orchestrator
Author and promote VCF Automation Orchestrator (vRO) content safely through the mcp-vcf-orchestrator MCP server. Use when the user wants to create, update, scaffold, refactor, review, promote, or import a vRO workflow, action, configuration element, resource element, or package, or to publish reusable content through the project package. Encodes the server's discovery-first, confirm-before-write lifecycle and routes to the matching vcfa-* prompts. Does not invent vRO IDs, schemas, or contracts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vcfa-orchestrator:vcfa-authoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Drive the VCF Automation Orchestrator MCP server when authoring or promoting vRO
Drive the VCF Automation Orchestrator MCP server when authoring or promoting vRO artifacts. Stay discovery-first and conservative with the live environment. This skill orchestrates the server's own prompts, resources, and tools — it does not replace them.
list-* and get-* tools and verify
every ID, category, schema, and contract from the live environment, docs, or
configured tools. Never invent vRO IDs, parameter schemas, action contracts,
package names, or category IDs.confirm: true argument. That schema flag is not a
substitute for real user confirmation — confirm the exact target, expected
impact, and rollback or backup plan with the user before any live write.Reach for the server-provided prompts first — they encode the full playbooks:
vcfa-discover-capabilities — explore installed plugins, categories, reusable
actions, workflows, and gaps before designing anything.vcfa-collect-context-snapshot — persist reusable environment context in
unfamiliar or large environments.vcfa-discovery-first-implementation-plan — produce a phased plan that begins
with verified read-only discovery.vcfa-author-workflow — plan, scaffold, preflight, and safely import a workflow.vcfa-build-workflow-from-action — wrap an existing action's verified contract
in a workflow.vcfa-refactor-workflow — inspect, export, diff, and plan a safe refactor.vcfa-review-artifact-import — review a local artifact before import.Follow this sequence unless the user explicitly asks for a narrower read-only review:
list-* / get-* tools.export-workflow-file, export-action-file, export-configuration-file,
export-resource-element, export-package).scaffold-workflow-file,
create-workflow, create-action, create-configuration).preflight-workflow-file,
preflight-action-file, preflight-configuration-file, preflight-package).diff-workflow-file,
diff-action-file).prepare-artifact-promotion to bundle preflight, optional backup export,
and change summaries before a live replacement.import-workflow-file, import-action-file,
import-configuration-file, import-resource-element, import-package).Move reusable project content through the stable project package by default. Do not create random, timestamped, or task-specific packages.
ensure-project-package → add-workflow-to-project-package /
add-action-to-project-package / add-configuration-to-project-package /
add-resource-to-project-package → rebuild-project-package →
export-project-package → get-project-package-import-details →
import-project-package.
Use direct import-*-file tools only for narrow validation or an explicitly
requested one-off test.
Do not re-derive authoring rules here. Read the server resources for the current, authoritative detail:
vcfa://docs/artifact-authoring — full vRO artifact authoring guide
(input forms, native action items, layout, encoding rules).vcfa://schemas/workflow-scaffold — the workflow scaffold schema.vcfa://patterns/workflows/basic-scriptable-task and
vcfa://patterns/workflows/action-wrapper — workflow patterns to start from.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub mgovedarov/mcp-vcf-orchestrator --plugin vcfa-orchestrator