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.
Autonomous SDLC orchestrator. Research → Architecture → Plan → Implement → Parallel Expert Review → Documentation → Production Ready. Use for complete feature development.
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.
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.
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.
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.
Claude Code instructions for DenizOkcu/claude-code-ai-development-workflow, covering claude.md, what this repo is, workflow, architecture and expert team.