Agent Plugins Marketplace
All plugins

harness-driven-development

v3.1.0

Routes daily target work after the repository-local readiness handoff passes.

CodexClaude Code1 Skill

By Fueav0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 7, 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 harness-driven-development for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Fueav/harness-driven-development
codex plugin marketplace upgrade fueav-harness-development
codex plugin add harness-driven-development@fueav-harness-development

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

Compatibility: the page URL and API slug “harness-driven-development” remain stable.

  • Codex: harness-driven-development@agent-plugin-marketplaceharness-driven-development@fueav-harness-development

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/Fueav/harness-driven-development

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/harness-driven-development/.

Plugin files

plugins/harness-driven-development/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/harness-driven-development/SKILL.md

Included Skills1

harness-driven-developmentskills/harness-driven-development/SKILL.md

Use for daily work inside a fully delivered Harness target repository.

Plugin manifests2

plugins/harness-driven-development/.codex-plugin/plugin.json
{
  "name": "harness-driven-development",
  "version": "3.1.0",
  "description": "Routes daily target work after the repository-local readiness handoff passes.",
  "author": {
    "name": "Fueav",
    "url": "https://github.com/Fueav"
  },
  "homepage": "https://github.com/Fueav/harness-driven-development",
  "repository": "https://github.com/Fueav/harness-driven-development",
  "keywords": [
    "harness",
    "specification",
    "release-gates",
    "repository-workflow"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Harness Driven Development",
    "shortDescription": "Ready-target daily workflow",
    "longDescription": "Use for daily work only after the target Repository Contract passes readiness.",
    "developerName": "Fueav",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use $harness-driven-development after repository_verification.py ready passes for this target task."
    ]
  }
}
plugins/harness-driven-development/.claude-plugin/plugin.json
{
  "name": "harness-driven-development",
  "version": "3.1.0",
  "description": "Routes daily target work after the repository-local readiness handoff passes.",
  "author": {
    "name": "Fueav",
    "url": "https://github.com/Fueav"
  },
  "homepage": "https://github.com/Fueav/harness-driven-development",
  "repository": "https://github.com/Fueav/harness-driven-development",
  "keywords": [
    "harness",
    "specification",
    "release-gates",
    "repository-workflow"
  ],
  "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.

[harness-driven-development on Agent Plugins Marketplace](https://pluginsmp.com/plugins/harness-driven-development)