MostAshraf

21 mods across 1 repository, 17 stars between them.

ai-sdlc-harness

01

MostAshraf/ai-sdlc-harness

Plugin Claude Code

AI-driven SDLC workflow harness — multi-agent dev with plan → code → review → test → PR.

17 5d ago A tokens not measured original MIT

ai-sdlc-harness

02

MostAshraf/ai-sdlc-harness

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.

17 5d ago A tokens not measured original MIT

ai-sdlc-planner

04

MostAshraf/ai-sdlc-harness

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.

17 5d ago A 59 tokens original MIT

ai-sdlc-reviewer

05

MostAshraf/ai-sdlc-harness

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…

17 5d ago A 63 tokens original MIT

PreToolUse

06

MostAshraf/ai-sdlc-harness

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.

17 5d ago A tokens not measured original MIT

UserPromptSubmit

07

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.

17 5d ago A tokens not measured original MIT

PostToolUse

08

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.

17 5d ago A tokens not measured original MIT

SubagentStop

09

MostAshraf/ai-sdlc-harness

Hook

Runs when a subagent finishes, running an inline shell check. From MostAshraf/ai-sdlc-harness.

17 5d ago A tokens not measured original MIT

add-repo

10

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).

17 5d ago A 59 tokens original MIT

dev-workflow

11

MostAshraf/ai-sdlc-harness

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).

17 5d ago A 53 tokens original MIT

init-workspace

12

MostAshraf/ai-sdlc-harness

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).

17 5d ago A 52 tokens original MIT

migrate-workspace

13

MostAshraf/ai-sdlc-harness

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).

17 5d ago A 70 tokens original MIT

repo-map-refresh

14

MostAshraf/ai-sdlc-harness

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).

17 5d ago A 48 tokens original MIT

story-workflow

15

MostAshraf/ai-sdlc-harness

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…

17 5d ago A 99 tokens original MIT

analyze

16

MostAshraf/ai-sdlc-harness

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.

17 5d ago A 0 tokens original MIT

groom

17

MostAshraf/ai-sdlc-harness

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.

17 5d ago A 0 tokens original MIT

improve

18

MostAshraf/ai-sdlc-harness

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.

17 5d ago A 0 tokens original MIT

refine

19

MostAshraf/ai-sdlc-harness

Command

Interactive, section-by-section restructuring of a story into the canonical template through a collaborative conversation. Slower than improve on purpose.

17 5d ago A 0 tokens original MIT

workflow-status

20

MostAshraf/ai-sdlc-harness

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).

17 5d ago A 47 tokens original MIT

workspace-config

21

MostAshraf/ai-sdlc-harness

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).

17 5d ago A 66 tokens original MIT