ai-sdlc
01Plugin Claude Code
Plugin marketplace listing 1 plugin: ai-sdlc.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ai-sdlc.
Command Claude Code
Analyze tool call history to detect repetitive workflow patterns and propose automations.
Command Claude Code
Automatically fix CI failures, review findings, and coverage issues on a PR.
Hook Claude Code
Runs when a session starts, executing session-start.sh via bash. From ai-sdlc-framework/ai-sdlc.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing enforce-blocked-actions.sh via bash. From ai-sdlc-framework/ai-sdlc.
Hook Claude Code
Runs after a tool call finishes, executing collect-tool-sequence.sh via bash. From ai-sdlc-framework/ai-sdlc.
Hook Claude Code
Runs when the agent asks permission for an action for Bash tool calls, executing permission-check.sh via bash. From ai-sdlc-framework/ai-sdlc.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, PermissionRequest).
Skill Claude CodeCodex
AI-SDLC project governance rules, workflow expectations, and pre-commit checklist. Loaded automatically at session start.
Instructions file
Claude Code instructions for ai-sdlc-framework/ai-sdlc, covering ai-sdlc project instructions, git flow, ci marker hygiene, branches & commits and prs.
Plugin Claude Code
AI-SDLC governance framework for Claude Code — action enforcement, telemetry, quality gates, and review agents.
Agent
CI-triggered PR conflict-resolver. Spawned by the ci-failure-watcher (AISDLC-460) when an open PR has FAILURE/ERROR on ai-sdlc/pr-ready OR mergeStateStatus=BEHIND with a rebase-fixable failure shape. Reuses the rebase-resolver flow — rebases onto origin/main, resolves mechanical conflicts (test additions, prettier…
Agent
Delegates code review to Codex CLI and returns the same JSON envelope as code-reviewer, enabling cross-harness review workflows.
Agent
Reviews code for bugs, logic errors, and code quality issues.
Agent
Implements backlog tasks against the spec, runs verification, commits work.
Agent
Rebases a PR onto latest main, resolves mechanical conflicts (test additions, prettier drift), runs verification, force-pushes with --force-with-lease. Escalates architectural conflicts. CHANGELOG.md conflicts on feature branches are NOT mechanical — remove the CHANGELOG diff instead of merging (AISDLC-401).
Agent
Stage B Definition-of-Ready evaluator — scores semantic gates the deterministic Stage A could not decide (RFC-0011 Phase 2b).
Agent
Reviews code for security vulnerabilities and OWASP top 10.
Agent
Delegates test-coverage review to Codex CLI and returns the same JSON envelope as test-reviewer, enabling cross-harness review workflows.
Agent
Reviews test coverage and test quality for code changes.
Command
Remove worktrees under .worktrees/ — defaults to merged-PR sweep, or pass a task-id to force-remove a specific one.
Command
Run one in-session-agent Worker tick (RFC-0041 §4.3.1).
Command
Kill in-flight /ai-sdlc execute-parallel panes and archive their session files. Lists running tmux windows, asks operator to confirm before killing, then moves session files to sessions/archived/. AISDLC-462.
Command
Show live status table of all /ai-sdlc execute-parallel sessions. Reads .ai-sdlc/dispatch/sessions/ and renders task | pane | status | step | PR | heartbeat-age columns. AISDLC-462.