DenizOkcu/claude-code-ai-development-workflow
Agent Claude Code
Architecture review and decision recording. Reviews research findings for design fit, identifies non-obvious decisions, and produces architectural constraints for the planning phase. Use during the Architecture phase of the SDLC workflow.
DenizOkcu/claude-code-ai-development-workflow
Agent Claude Code
Autonomous SDLC orchestrator. Research → Architecture → Plan → Implement → Parallel Expert Review → Documentation → Production Ready. Use for complete feature development.
DenizOkcu/claude-code-ai-development-workflow
Agent Claude Code
QA review for production readiness. Evaluates test strategy, coverage of happy/error/edge paths, and regression risk. Produces QA.md with a verdict. Use during the parallel review phase of the SDLC workflow.
DenizOkcu/claude-code-ai-development-workflow
Agent Claude Code
Security review for production readiness. Runs OWASP checks, threat modeling, dependency audit, and secret detection on changed code. Produces SECURITY.md with a verdict. Use during the parallel review phase of the SDLC workflow.
DenizOkcu/claude-code-ai-development-workflow
Agent Claude Code
SRE/production readiness review. Evaluates observability, error handling, operational surface, and rollback plan. Produces SRE.md with a verdict and runbook if needed. Use during the parallel review phase of the SDLC workflow.
DenizOkcu/claude-code-ai-development-workflow
Agent Claude Code
Documentation for production readiness. Updates CHANGELOG, README, and API docs based on what was built. Runs breaking change detection. Use during the Documentation phase of the SDLC workflow.