Agent Plugins Marketplace
All plugins

project-workflow

v3.20.1

Spec-driven project workflow for Codex and Claude Code with project initialization, feature specs, reviews, delivery gates, and spec lifecycle management.

Codex9 Skills

By shrek.wangLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
9 skill or MCP entries
Source updated
Aug 30, 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 project-workflow for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add project-workflow-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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/shrekshrek/project-workflow

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is adapters/codex/.

Plugin files

adapters/codex/
├── .codex-plugin/plugin.json
├── skills/agents-md-revise/SKILL.md
├── skills/feature-archive/SKILL.md
├── skills/feature-done/SKILL.md
├── skills/feature-init/SKILL.md
├── skills/project-init/SKILL.md
├── skills/project-personalize/SKILL.md
├── skills/spec-quality-check/SKILL.md
├── skills/spec-reconcile/SKILL.md
└── skills/spec-revise/SKILL.md

Included Skills9

agents-md-reviseskills/agents-md-revise/SKILL.md

Refresh project conventions in Codex from objective repository evidence and apply authorized drift fixes.

feature-archiveskills/feature-archive/SKILL.md

Close READY features in Codex by merging durable conclusions into current truth and archiving approved feature directories.

feature-doneskills/feature-done/SKILL.md

Run the Codex-native end-of-feature gate and write the canonical delivery receipt.

feature-initskills/feature-init/SKILL.md

Understand a proposed change, resolve consequential unknowns, and create or reuse only the feature record needed for acceptance or handoff. Keep ordinary questions and diagnosis in conversation; tiny local fixes need no record.

project-initskills/project-init/SKILL.md

Initialize the neutral six-file project-workflow baseline when its destinations are absent and existing content, if any, does not require personalization. Preserve incidental files; route project evidence or baseline conflicts to project-personalize.

project-personalizeskills/project-personalize/SKILL.md

Adapt a target whose project evidence or partial/custom baseline must shape the working agreement, using repository evidence and user decisions.

spec-quality-checkskills/spec-quality-check/SKILL.md

Run the Codex-native pre-implementation requirements-reconciliation and quality gate for a proposed or accepted feature record. Do not use for a material correction to an accepted contract; use spec-revise first.

spec-reconcileskills/spec-reconcile/SKILL.md

Reconcile objective contradictions among accumulated specs, current truth, ADRs, and optional implementation evidence in Codex.

spec-reviseskills/spec-revise/SKILL.md

Revise a materially wrong accepted or delivered-but-unarchived contract in Codex, including when the user corrects, rejects, removes, or replaces accepted behavior, while updating affected decisions, acceptance, optional work notes, and any conditional ADR.

Plugin manifests1

adapters/codex/.codex-plugin/plugin.json
{
  "name": "project-workflow",
  "version": "3.20.1",
  "description": "Spec-driven project workflow for Codex and Claude Code with project initialization, feature specs, reviews, delivery gates, and spec lifecycle management.",
  "author": {
    "name": "shrek.wang"
  },
  "homepage": "https://github.com/shrekshrek/project-workflow",
  "repository": "https://github.com/shrekshrek/project-workflow.git",
  "license": "MIT",
  "keywords": [
    "spec-driven",
    "workflow",
    "agents",
    "codex",
    "claude-code"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Project Workflow",
    "shortDescription": "Run spec-driven project workflow in Codex.",
    "longDescription": "Project Workflow packages project initialization, feature spec scaffolding, pre-implementation quality checks, spec revision, convention drift refresh, end-of-feature review gates, and post-delivery spec lifecycle management for Codex. It keeps AGENTS.md, specs, ADRs, and Claude compatibility aliases aligned around one methodology.",
    "developerName": "shrek.wang",
    "category": "Productivity",
    "capabilities": [
      "Write",
      "Review"
    ],
    "defaultPrompt": [
      "Use $project-init for an empty repository or $project-personalize when project content beyond the neutral baseline exists.",
      "Use $feature-init to clarify the change, test consequential assumptions when authorized, and create or reuse only the record needed; when the user materially corrects accepted feature behavior, stop and use $spec-revise before $spec-quality-check or further implementation.",
      "Use $feature-done to review completed feature work."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[project-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-workflow-2)