ai-engineering-workflows
v0.1.6+codex.20260908030000AI Engineering Workflow Framework for Codex
By Daniel Galvan1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 8, 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 ai-engineering-workflows for Codex
codex plugin marketplace add daniel-galvan/ai-engineering-workflow-framework
codex plugin marketplace upgrade ai-engineering-workflow-framework
codex plugin add ai-engineering-workflows@ai-engineering-workflow-frameworkPaste and run these commands in a terminal with Codex. They add and refresh the ai-engineering-workflow-framework catalog, then install this plugin.
Compatibility: the page URL and API slug “ai-engineering-workflows” remain stable.
- Codex:
ai-engineering-workflows@agent-plugin-marketplace→ai-engineering-workflows@ai-engineering-workflow-framework
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/daniel-galvan/ai-engineering-workflow-frameworkClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/run/SKILL.md
Included Skills1
Select and run the canonical AI Engineering Workflow Framework playbook for a work item. Use only when explicitly invoked to start a framework run.
Plugin manifests1
{
"name": "ai-engineering-workflows",
"version": "0.1.6+codex.20260908030000",
"description": "AI Engineering Workflow Framework for Codex",
"author": {
"name": "Daniel Galvan"
},
"skills": "./skills/",
"interface": {
"displayName": "AI Engineering Workflows",
"shortDescription": "Run a canonical engineering workflow.",
"longDescription": "Select and run the framework's bundled canonical playbooks, contracts, and templates.",
"developerName": "Daniel Galvan",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": "Start the appropriate AI Engineering Workflow for the following work item."
}
}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.
[ai-engineering-workflows on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ai-engineering-workflows)