{
	"version": 1,
	"description": "Machine-readable execution presets for common AgentVerus goals by ecosystem and role.",
	"presets": [
		{
			"goal": "fast_publish",
			"role": "publisher",
			"ecosystem": "openclaw",
			"defaults": {
				"scan_target": "skill_url",
				"include_badge": true,
				"include_report": true,
				"include_reviews": true
			},
			"template": "/resources/execution-templates.json",
			"references": [
				"/resources/openclaw-launch-kit.md",
				"/resources/openclaw-publisher-bundle.md",
				"/resources/launch-recipes.json",
				"/resources/integration-playbooks.json",
				"/resources/role-bundles.json",
				"/resources/orchestration-bundles.json"
			]
		},
		{
			"goal": "operator_rollout",
			"role": "operator",
			"ecosystem": "clawhub",
			"defaults": {
				"scan_target": "listing_skill_id",
				"include_badge": true,
				"include_report": true,
				"include_registry_links": true
			},
			"template": "/resources/execution-templates.json",
			"references": [
				"/resources/clawhub-launch-bundle.md",
				"/resources/clawhub-operator-bundle.md",
				"/resources/launch-bundle-manifest.json",
				"/resources/integration-playbooks.json"
			]
		},
		{
			"goal": "operator_rollout",
			"role": "operator",
			"ecosystem": "github-actions",
			"defaults": {
				"scan_target": "workflow_skill_url",
				"include_badge": true,
				"include_report": true,
				"include_ci_copy": true
			},
			"template": "/resources/execution-templates.json",
			"references": [
				"/resources/github-actions-launch-bundle.md",
				"/resources/launch-bundle-manifest.json",
				"/resources/launch-recipes.json",
				"/resources/integration-playbooks.json"
			]
		},
		{
			"goal": "review_after_use",
			"role": "reviewer",
			"ecosystem": "claude-code",
			"defaults": {
				"scan_target": "skill_url",
				"record_interaction": true,
				"publish_review": true,
				"link_registry": true
			},
			"template": "/resources/execution-templates.json",
			"references": [
				"/resources/claude-code-launch-kit.md",
				"/resources/claude-code-operator-bundle.md",
				"/resources/launch-recipes.json",
				"/resources/integration-playbooks.json"
			]
		}
	]
}
