Agent Plugins Marketplace
All plugins

workflows

v1.0.247

Ticket-driven development workflows (create-ticket, drive, report, ship, catch, mission) as agent-neutral skills.

Codex8 Skills

By tamurayoshiyaLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
8 skill or MCP entries
Source updated
Aug 29, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add workflows@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/qmu/workaholic

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

Plugin files

outputs/workflows/
├── .codex-plugin/plugin.json
├── skills/catch/SKILL.md
├── skills/create-ticket/SKILL.md
├── skills/drive/SKILL.md
├── skills/mission/SKILL.md
├── skills/review-sections/SKILL.md
├── skills/ship/SKILL.md
├── skills/story/SKILL.md
└── skills/write-release-note/SKILL.md

Included Skills8

catchskills/catch/SKILL.md

Use when the user runs `/catch`, asks to "catch me up", "what has everyone been working on", "summarize the last two weeks", or "show a by-developer development report". Scans the recent commit/ticket/story trail, fans out one collector per active developer to summarize their work, then synthesizes the overall development direction, the active missions (progress plus merged and unmerged in-flight work), and stands ready for follow-up questions.

create-ticketskills/create-ticket/SKILL.md

Use when the user runs `/ticket <description>` or asks to "write a ticket", "spec out a feature", or "draft an implementation plan". Discovers historical context, source code, and standards for the request, then writes an implementation ticket to `.workaholic/tickets/todo/` with frontmatter, key files, related history, implementation steps, and considerations.

driveskills/drive/SKILL.md

Use when the user runs `/drive` or `/implement`, asks to "implement the queued tickets", "work through the todo list", or "drive the backlog". Surveys the claimable missions and the unclaimed backlog, partitions them into PR-units, claims each unit on a pushed branch, implements it in the claim's own worktree, reports, and routes it by the unit's effective merge policy — identically in an interactive session and on the routine.

missionskills/mission/SKILL.md

Use when the user runs `/mission`, asks to "start a mission", "plan a batch of work", "show mission progress", or "what missions are in flight". A mission is an optional, epic-equivalent grouping — a bounded, information-rich batch of two or more tickets an agent fleet drives together, never a required parent of any ticket; this skill creates one, lists missions with computed progress, and defines the mission schema every workflow reads.

review-sectionsskills/review-sections/SKILL.md

Generate the branch story's review content (a Motivation past-context paragraph, Outcome, Concerns, Successful Development Patterns) from archived tickets and deferred concern verdicts. Used by the report workflow when assembling a PR story.

shipskills/ship/SKILL.md

Use when the user runs `/ship`, asks to "merge and deploy", "ship this branch", or "push to production". Pre-checks the workspace and todo queue, confirms with the user, merges the current branch's PR on GitHub, runs the deploy steps from CLAUDE.md's `## Deploy` section, and reports the outcome.

storyskills/story/SKILL.md

Use when the user runs `/story` (or the deprecated `/story`), asks to "write up this branch", "open the PR", "create the release note", or "assess release readiness". Reads archived tickets, judges previously-deferred concerns, generates a branch story file, creates or updates the GitHub PR, writes the release note, and reports whether the branch is safe to ship.

write-release-noteskills/write-release-note/SKILL.md

Release note content structure and guidelines for GitHub Releases.

Plugin manifests1

outputs/workflows/.codex-plugin/plugin.json
{
  "name": "workflows",
  "version": "1.0.247",
  "description": "Ticket-driven development workflows (create-ticket, drive, report, ship, catch, mission) as agent-neutral skills.",
  "author": {
    "name": "tamurayoshiya",
    "email": "[email protected]"
  },
  "repository": "https://github.com/qmu/workaholic",
  "license": "MIT",
  "keywords": [
    "workflow",
    "tickets",
    "tdd",
    "code-review",
    "release"
  ],
  "skills": "./skills/"
}

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

[workflows on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workflows)