Agent Plugins Marketplace
All plugins

ai-engineering-workflows

v0.1.6+codex.20260908030000

AI Engineering Workflow Framework for Codex

Codex1 Skill

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

Installs for the current user
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-framework

Paste 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-marketplaceai-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-framework

Clone 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

ai-engineering-workflows/
├── .codex-plugin/plugin.json
└── skills/run/SKILL.md

Included Skills1

runskills/run/SKILL.md

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

.codex-plugin/plugin.json
{
  "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."
  }
}

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)