AI Dev Workflow (tkhongsap) — Summary
AI Developer Workflow Collection by Teerasak Khongsap is an enterprise-grade dual-workflow markdown system for AI-assisted development: a PRD-Driven Workflow (requirements → tasks → implementation) and a Review-Driven Workflow (multi-specialist code review with GitLab integration). The repo ships 25+ skill files under .claude/skills/ covering both workflows, plus commands and agents for specialized orchestration. The PRD workflow uses three sequential markdown files (01-create-prd.md, 02-generate-tasks.md, 03-process-task-list.md) that each specify a stage's instructions; the review workflow uses 8 specialist reviewer skills (code-quality, security, performance, API design, educational MR review) coordinated by a planner+executor pattern. The framework is AI-tool-agnostic (described as working with "Claude, ChatGPT, and Cursor") and explicitly designed for team onboarding and GitLab integration. Bilingual (English + Thai), 1 star, Apache-2.0 license.
Differs from seeds: Most similar to spec-kit (Archetype 2 — spec workflow with command surface + specialist skills) but operates via plain markdown invocation rather than slash commands. Unlike taskmaster-ai (JSON task file + MCP), this is pure markdown with no CLI. The multi-specialist parallel reviewer pattern (5 domain specialists) is closer to bmad-method's persona approach but focused on code review rather than feature authoring. The GitLab automation integration is unique in the batch.