Plugin Claude Code
AI-driven SDLC workflow harness — multi-agent dev with plan → code → review → test → PR.
Plugin Claude Code
AI-driven SDLC workflow harness — multi-agent dev with plan → code → review → test → PR.
Plugin Claude Code
Governed multi-agent SDLC pipeline for Claude Code and Qwen Code — v3.0, a ground-up rewrite of the v2.x line. Declared-data pipeline, owned entry points, proof-anchored TDD, code-modular providers.
Agent
You are the developer shape. Your spawn prompt carries structured headers.
Agent
You are the planner shape. Your spawn prompt carries harness-mode, harness-run, harness-repo, and harness-plugin-root headers. $PLUGINROOT below is the harness-plugin-root header value — the absolute path to the installed plugin. Follow the matching instruction.
Agent
You are the reviewer shape — strictly read-only: no Write/Edit granted, and the bash guard blocks shell writes (builds and test runs are allowed; that's how you verify independently — never trust another agent's claim). QUOTE your search patterns (grep '<>token', never bare) — an unquoted > or <> in a pattern reads as…
Hook
Runs before the agent uses a tool for Bash, run_shell_command, Write, WriteFile, write_file, Edit, MultiEdit, NotebookEdit, notebook_edit, Agent, Task, Skill, Read, ReadFile, read_file, Grep and grep_search tool calls, running an inline shell check (5 commands). From MostAshraf/ai-sdlc-harness.
Hook
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From MostAshraf/ai-sdlc-harness.
Hook
Runs after a tool call finishes for Agent and Task tool calls, running an inline shell check. From MostAshraf/ai-sdlc-harness.
Hook
Runs when a subagent finishes, running an inline shell check. From MostAshraf/ai-sdlc-harness.
Skill Claude CodeCodex
Register one new repo into an already-bootstrapped workspace, without disturbing repos already registered or re-running the full interview. USER-ENTRY — invoke only when the user explicitly runs /add-repo; never autonomously, never from a subagent (guard-enforced).
Skill Claude CodeCodex
Run the governed SDLC pipeline for a work item. USER-ENTRY — invoke only when the user explicitly runs /dev-workflow ; never trigger autonomously from conversation, and never from a subagent (guard-enforced).
Skill Claude CodeCodex
One-time workspace setup for the ai-sdlc-harness pipeline. USER-ENTRY and HUMAN-ONLY — invoke only when the user explicitly runs /init-workspace; never autonomously, never from a subagent (guard-enforced).
Skill Claude CodeCodex
Adopt a v2.x ai-sdlc-harness workspace into v3.0 — config carries over, run history stays archived in place. USER-ENTRY and HUMAN-ONLY — invoke only when the user explicitly runs /migrate-workspace; never autonomously, never from a subagent (guard-enforced).
Skill Claude CodeCodex
Regenerate the auto-generated repo map the planner grounds its plans in. USER-ENTRY — invoke only when the user explicitly runs /repo-map-refresh; never autonomously, never from a subagent (guard-enforced).
Skill Claude CodeCodex
Refine, analyze, improve, and groom user stories / work items for quality — readiness reports, template restructuring, adaptive gap-filling, and codebase-aware technical grooming. USER-ENTRY and HUMAN-ONLY — invoke only when the user explicitly runs /story-workflow ; never autonomously from conversation, never from a…
Command
Pre-refinement readiness check. Evaluates a work item against quality criteria and produces a readiness report with actionable flags. Standalone and non-destructive — it never rewrites the story.
Command
Technical enrichment pass. Analyzes the relevant repos to identify affected components, migration concerns, testing strategy, and risks, and produces per-repo technical notes. This is where Claude Code's native codebase awareness is the main tool.
Command
Single-pass story improvement — assess readiness internally, fill gaps conversationally, and produce a refined story, all in one adaptive flow. This is the recommended default: it replaces the separate analyze-then-refine dance.
Command
Interactive, section-by-section restructuring of a story into the canonical template through a collaborative conversation. Slower than improve on purpose.
Skill Claude CodeCodex
Read-only dashboard of ai-sdlc-harness runs in this workspace. USER-ENTRY — invoke only when the user explicitly runs /workflow-status; never autonomously, never from a subagent (guard-enforced).
Skill Claude CodeCodex
Change one config section (overrides / provider / language / repos) on an already-bootstrapped workspace, without re-running the full /init-workspace interview. USER-ENTRY — invoke only when the user explicitly runs /workspace-config; never autonomously, never from a subagent (guard-enforced).