Agent Plugins Marketplace
All plugins

spec-superflow

v2.0.1

Lean spec workflow with direct or planned execution and evidence-based completion.

Codex9 Skills

By MageByteLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
9 skill or MCP entries
Source updated
Sep 23, 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 spec-superflow for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add spec-superflow@awesome-codex-plugins

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

Compatibility: the page URL and API slug “spec-superflow” remain stable.

  • Codex: spec-superflow@agent-plugin-marketplacespec-superflow@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/MageByte-Zero/spec-superflow/.

Plugin files

plugins/MageByte-Zero/spec-superflow/
├── .codex-plugin/plugin.json
├── skills/bug-investigator/SKILL.md
├── skills/build-executor/SKILL.md
├── skills/code-reviewer/SKILL.md
├── skills/contract-builder/SKILL.md
├── skills/need-explorer/SKILL.md
├── skills/release-archivist/SKILL.md
├── skills/spec-merger/SKILL.md
├── skills/spec-writer/SKILL.md
└── skills/workflow-start/SKILL.md

Included Skills9

bug-investigatorskills/bug-investigator/SKILL.md

Use when encountering any bug, test failure, or unexpected behavior during spec-superflow execution, before proposing fixes. Invoked automatically when build-executor hits a blockage.

build-executorskills/build-executor/SKILL.md

Execute an active direct request or approved planned change. Native continuous implementation is the default; existing legacy changes retain their recorded contract obligations.

code-reviewerskills/code-reviewer/SKILL.md

Review completed implementation batches for spec compliance and code quality. Invoke after execution batches complete, before merging, or when a review gate is reached in the workflow.

contract-builderskills/contract-builder/SKILL.md

Maintain an execution contract only for an existing legacy change that requires one. New direct/planned changes do not invoke this skill when a contract is absent.

need-explorerskills/need-explorer/SKILL.md

Clarify intent, scope, constraints, and success criteria before artifact creation. Invoke when the request is fuzzy, the user is comparing options, or the workflow needs a stable change definition before writing artifacts.

release-archivistskills/release-archivist/SKILL.md

Close out a spec-superflow change with verification, summary, and archive readiness. Invoke when implementation is complete, verification is underway, or the user asks for a final wrap-up.

spec-mergerskills/spec-merger/SKILL.md

Sync delta specs to main specs before closure. Invoke while an executing change has delta specs to merge into the main spec base, or when detecting spec drift across multiple changes.

spec-writerskills/spec-writer/SKILL.md

Create or refine spec-superflow planning artifacts. Invoke when the change is understood well enough to write proposal.md, specs/, design.md, and tasks.md.

workflow-startskills/workflow-start/SKILL.md

Primary entry point for the spec-superflow state-machine workflow. Invoke only when the user explicitly requests spec-superflow or an active change contains .spec-superflow.yaml and the user asks to continue that change. Generic proposal, specs, design, task, or contract files are not activation signals.

Plugin manifests1

plugins/MageByte-Zero/spec-superflow/.codex-plugin/plugin.json
{
  "name": "spec-superflow",
  "version": "2.0.1",
  "description": "Lean spec workflow with direct or planned execution and evidence-based completion.",
  "author": {
    "name": "MageByte",
    "url": "https://github.com/MageByte-Zero"
  },
  "homepage": "https://github.com/MageByte-Zero/spec-superflow",
  "repository": "https://github.com/MageByte-Zero/spec-superflow",
  "license": "MIT",
  "keywords": [
    "workflow",
    "skills",
    "spec-driven-development",
    "tdd",
    "sdd",
    "contract-driven",
    "code-review",
    "debugging",
    "spec-sync",
    "codex"
  ],
  "skills": "./skills/",
  "hooks": {},
  "interface": {
    "displayName": "spec-superflow",
    "shortDescription": "Lean workflow with guarded completion.",
    "longDescription": "A self-contained Codex workflow with direct or planned execution, optional specifications, one final review by default, recoverable state, and delta spec sync.",
    "developerName": "MageByte",
    "category": "Developer Tools",
    "composerIcon": "./assets/icon.svg",
    "capabilities": [
      "Write",
      "Review"
    ],
    "websiteURL": "https://github.com/MageByte-Zero/spec-superflow",
    "defaultPrompt": [
      "Start this change with the direct path.",
      "Create a short proposal and task list, then start planned execution.",
      "Recover the current spec-superflow change."
    ],
    "brandColor": "#2563EB"
  }
}

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

[spec-superflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spec-superflow)