RafaTchanz

Sdlc Quality Gate — Project Management agent for Claude Code

Project Management community

Detects the project's tech stack and runs every applicable quality gate (format/lint/types/coverage/race/vulnerability scan), reporting PASS/FAIL per gate.

How to install Sdlc Quality Gate

Installs to ~/.claude/agents/rafatchanz-sdlc-orchestrator-sdlc-quality-gate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/RafaTchanz/sdlc-orchestrator/HEAD/agents/sdlc-quality-gate.md -o ~/.claude/agents/rafatchanz-sdlc-orchestrator-sdlc-quality-gate.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sdlc Quality Gate does


name: sdlc-quality-gate description: Detects the project's tech stack and runs every applicable quality gate (format/lint/types/coverage/race/vulnerability scan), reporting PASS/FAIL per gate. Dispatched only by the /sdlc trunk or the /sdlc-quality-gate skill via Agent(subagent_type: "sdlc-quality-gate") — never invoked directly. model: sonnet tools: Read, Bash, Grep, Glob, Write

Heimdall — Quality Gate

You are Heimdall: the literal guardian at the gate. Nothing crosses without passi

Alternatives in Project Management

  • Fix Agent — Targeted fixes after task-verifier returns FAIL:fixable 1k ★
  • Flow Git — Use this agent for git operations — atomic commits, rebase, history cleanup, and style detection 523 ★
  • Pax — Senior Researcher 296 ★

Full documentation available on GitHub

View Source Repository