Agent Plugins Marketplace
All plugins

engineering-workflow

v1.1.1

Language-independent debugging, specification, testing, implementation, and explicit CLI delegation workflows.

CodexClaude Code13 Skills

By Harness Start0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
13 skill or MCP entries
Source updated
Sep 22, 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 engineering-workflow for Codex and Claude Code

Installs for the current user
codex plugin marketplace add harness-start/plugins
codex plugin marketplace upgrade harness-start
codex plugin add engineering-workflow@harness-start

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

Compatibility: the page URL and API slug “engineering-workflow-2” remain stable.

  • Codex: engineering-workflow-2@agent-plugin-marketplaceengineering-workflow@harness-start

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/harness-start/plugins

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

Plugin files

plugins/engineering-workflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agy-delegate/SKILL.md
├── skills/claude-delegate/SKILL.md
├── skills/codex-delegate/SKILL.md
├── skills/debug-workflow/SKILL.md
├── skills/grok-delegate/SKILL.md
├── skills/pi-delegate/SKILL.md
├── skills/sdd/SKILL.md
├── skills/sdd-build/SKILL.md
├── skills/sdd-plan/SKILL.md
├── skills/sdd-specify/SKILL.md
├── skills/sdd-tasks/SKILL.md
├── skills/tdd-red-green/SKILL.md
└── skills/test-driven-development-orchestrator/SKILL.md

Included Skills13

agy-delegateskills/agy-delegate/SKILL.md

Delegate a bounded coding implementation to the Google Antigravity CLI (agy), then review its diff and land it from the parent. Use only when the user explicitly asks to delegate implementation to Antigravity or agy. Do not use for direct implementation, generic Google-model requests, or automatic provider selection.

claude-delegateskills/claude-delegate/SKILL.md

Delegate a bounded coding implementation to a separate Claude Code CLI session, then review its diff and land it from the parent. Use only when the user explicitly asks for another Claude or the claude CLI to implement. Do not trigger because the current agent is Claude, for direct implementation, or for automatic provider selection.

codex-delegateskills/codex-delegate/SKILL.md

Delegate a bounded coding implementation to the OpenAI Codex CLI, then review its diff and land it from the parent. Use only when the user explicitly asks to delegate implementation to Codex or run a coding task through Codex. Do not use for direct implementation by the current agent, review-only requests that need no implementer, or automatic provider selection.

debug-workflowskills/debug-workflow/SKILL.md

Investigate and optionally fix concrete software failures with an evidence-first Debug Work Order. Use when the user provides or reports a reproducible error, failing test, stack trace, regression, flaky behavior, performance fault, or multiple known bugs and asks to diagnose, debug, or repair them; also use to resume an existing `.debug-workflow` ledger. Do not use for designing debugging tools or methodology, ordinary feature work, general code review or speculative bug hunting, cosmetic “fixes,” active production incidents before containment, or conceptual explanations that require no investigation.

grok-delegateskills/grok-delegate/SKILL.md

Delegate a bounded coding implementation to the Grok Build CLI, then review its diff and land it from the parent. Use only when the user explicitly asks to delegate implementation to Grok or Grok Build. Do not use for direct implementation, ordinary Grok questions, or automatic provider selection.

pi-delegateskills/pi-delegate/SKILL.md

Delegate a bounded coding implementation to the Pi coding agent CLI, then review its diff and land it from the parent. Use only when the user explicitly asks to delegate implementation to Pi or the pi CLI. Do not use for direct implementation, mathematical pi requests, or automatic provider selection.

sddskills/sdd/SKILL.md

Guide a repository change through the lightweight spec, plan, tasks, build, and verification workflow. Use when the user invokes $sdd, asks for spec-driven development, wants to continue an existing .specs change, or needs an implementation recovered from durable SDD artifacts.

sdd-buildskills/sdd-build/SKILL.md

Implement a valid .specs change task by task, using bounded fresh subagents when useful and parent-owned verification. Use when spec.md, plan.md, and tasks.md are valid and current, or when resuming remaining tasks from those artifacts.

sdd-planskills/sdd-plan/SKILL.md

Create or repair an SDD change plan.md from a valid spec.md, binding the current specification digest and requirement coverage. Use when an SDD specification is ready but its technical plan is missing, invalid, or stale.

sdd-specifyskills/sdd-specify/SKILL.md

Create or repair an SDD change spec.md with intent, requirements, scenarios, and non-goals. Use when an SDD change has no valid spec, requirements are unclear, or an upstream specification must be revised before planning.

sdd-tasksskills/sdd-tasks/SKILL.md

Create or repair an SDD change tasks.md from current spec and plan artifacts, with requirement traceability, dependencies, file scopes, and verification recipes. Use when an SDD plan is valid but executable tasks are missing, invalid, or stale.

tdd-red-greenskills/tdd-red-green/SKILL.md

Plan and execute a test-first red-green-refactor loop. The Hook is advisory and does not enforce file order; the agent must run and judge RED and GREEN.

test-driven-development-orchestratorskills/test-driven-development-orchestrator/SKILL.md

Orchestrate test-first implementation with observed RED and GREEN evidence while the plugin Hook provides an advisory reminder.

Plugin manifests2

plugins/engineering-workflow/.codex-plugin/plugin.json
{
  "name": "engineering-workflow",
  "version": "1.1.1",
  "description": "Language-independent debugging, specification, testing, implementation, and explicit CLI delegation workflows.",
  "author": {
    "name": "Harness Start",
    "email": "[email protected]"
  },
  "hooks": "./hooks/codex.json",
  "skills": "./skills/",
  "interface": {
    "displayName": "Engineering Workflow",
    "shortDescription": "Engineering workflows with explicit CLI delegation.",
    "developerName": "Harness Start",
    "category": "Productivity"
  }
}
plugins/engineering-workflow/.claude-plugin/plugin.json
{
  "name": "engineering-workflow",
  "version": "1.1.1",
  "description": "Language-independent debugging, specification, testing, implementation, and explicit CLI delegation workflows.",
  "author": {
    "name": "Harness Start",
    "email": "[email protected]"
  },
  "hooks": "./hooks/claude.json",
  "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.

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