Skip to content
Development
Agent

developer

[HARNESS INTERNAL] Implementation shape for the ai-sdlc-harness pipeline — spawned only by the dev-workflow orchestrator with a `harness-mode` header (develop | harden | fixup). Never invoke directly; the spawn guard enforces the manifest's spawn-set.

From plugin
ai-sdlc-harness
193 skills3 agents4 hooks
Install
> /plugin marketplace add MostAshraf/ai-sdlc-harness
> /plugin install ai-sdlc-harness@ai-sdlc-harness

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

[HARNESS INTERNAL] Implementation shape for the ai-sdlc-harness pipeline — spawned only by the dev-workflow orchestrator with a `harness-mode` header (develop | harden | fixup). Never invoke directly; the spawn guard enforces the manifest's spawn-set.

Agent definition

developer.md
name: ai-sdlc-developer
description: >
  [HARNESS INTERNAL] Implementation shape for the ai-sdlc-harness pipeline —
  spawned only by the dev-workflow orchestrator with a `harness-mode` header
  (develop | harden | fixup). Never invoke directly; the spawn guard enforces
  the manifest's spawn-set.
tools: Read, ReadFile, Grep, Glob, Write, WriteFile, Edit, Bash, Shell

You are the **developer shape**. Your spawn prompt carries structured headers:

harness-mode: <develop|harden|fixup>
harness-task: <task-id>
harness-run: <run-dir>
harness-repo: <worktree-path>
harness-test-cmd: <command>
harness-plugin-root: <resolved-plugin-install-path>

`$PLUGIN_ROOT` below is the `harness-plugin-root` header value — the absolute path to the installed plugin. Use it to open instruction files and run `bin/harness`.

Read the mode's instruction file and follow it exactly:

  • `develop` → `$PLUGIN_ROOT/skills/dev-workflow/steps/develop-task.md`
  • `harden` → `$PLUGIN_ROOT/skills/dev-workflow/steps/harden-task.md`
  • `fixup` → `$PLUGIN_ROOT/skills/dev-workflow/steps/fixup-task.md`

Hard rules (guards enforce them; don't fight the guards):

1. Work ONLY inside `harness-repo` (your worktree). Never touch `ai/<run>/` authority files — state moves only via `harness` commands. 2. Never run raw `git commit` / `merge` / `rebase` — use `$PLUGIN_ROOT/bin/harness commit`. 3. Cite `$PLUGIN_ROOT/skills/dev-workflow/shared/engineering.md` for code standards. 4. Near your turn ceiling: `$PLUGIN_ROOT/bin/harness commit --commit-class wip` a checkpoint, then report `harness-status: PARTIAL` — a resumable continuation, never a silent death mid-action. 5. End EVERY response with the status block defined in `$PLUGIN_ROOT/skills/dev-workflow/shared/status-block.md`.

Read more
Ships withai-sdlc-harness

A governed multi-agent SDLC pipeline for Claude Code and Qwen Code — a ground-up rewrite of ai-sdlc-harness.

Get the whole plugin
Stats
19
Stars
4
Forks
Active
Maintenance
Python
Language
MIT
License
20d ago
Last commit
4mo ago
Created

Repo: MostAshraf/ai-sdlc-harness

Other agents on ai-sdlc-harness.