craft-workflow-evolution
v0.12.30Compatibility helper that turns evidence-backed execution observations into bounded Workflow drafts.
By wdx9413License: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install craft-workflow-evolution for Codex
codex plugin marketplace add wdx9413/craft
codex plugin marketplace upgrade craft-marketplace
codex plugin add craft-workflow-evolution@craft-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the craft-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “craft-workflow-evolution” remain stable.
- Codex:
craft-workflow-evolution@agent-plugin-marketplace→craft-workflow-evolution@craft-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wdx9413/craftClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/craft-workflow-evolution/.
Plugin files
├── .codex-plugin/plugin.json├── skills/craft-workflow-evolution/SKILL.md└── .mcp.json
Included Skills1
Compatibility helper for creating bounded Workflow drafts from sanitized observations. Use complete Craft and Craft Quality to evaluate, sign off, canary, or route a draft.
MCP servers1
- command
- node
- args
- dist/plugin/craft-mcp.cjs --product evolution
- cwd
- .
Plugin manifests1
{
"name": "craft-workflow-evolution",
"version": "0.12.30",
"description": "Compatibility helper that turns evidence-backed execution observations into bounded Workflow drafts.",
"author": {
"name": "wdx9413",
"url": "https://github.com/wdx9413"
},
"homepage": "https://github.com/wdx9413/craft",
"repository": "https://github.com/wdx9413/craft",
"license": "MIT",
"keywords": [
"workflow",
"evaluation",
"evolution",
"agent"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Craft Workflow Evolution (Compatibility)",
"shortDescription": "Create bounded Workflow drafts for Craft Quality to evaluate.",
"longDescription": "This compatibility helper ingests only sanitized execution observations and creates a bounded Workflow draft. It does not form a standalone evolution loop: use complete Craft with Craft Quality for evaluation, signoff, canary, and rollback.",
"developerName": "wdx9413",
"category": "Developer Tools",
"brandColor": "#000000",
"composerIcon": "./assets/craft-icon.svg",
"logo": "./assets/craft-icon.svg",
"capabilities": [
"Sanitized observation intake",
"Workflow draft proposals",
"Model evaluation contracts"
],
"defaultPrompt": [
"Create a bounded Workflow draft from these sanitized execution observations; do not publish it before independent evaluation."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[craft-workflow-evolution on Agent Plugins Marketplace](https://pluginsmp.com/plugins/craft-workflow-evolution)