Skip to content

Releases: openkash/ai-agent-dev-workflow

v1.0.0

28 Mar 00:56

Choose a tag to compare

Initial Release

A complete development workflow for Claude Code: specify, plan, review, implement, verify.

Included

  • /spec skill — structured specification with user stories, acceptance criteria, interactive clarification (max 5 questions), 9-category ambiguity taxonomy, and 8-point validation
  • /tdd skill — test-driven development with chunk decomposition, dependency graphs, JSON tracker with per-chunk resume fields, and red-green-refactor cycle
  • review-plan agent — independent 8-point plan review running in isolated context to eliminate author-evaluator bias
  • review-impl agent — independent 8-point implementation review running in isolated context for plan conformance, acceptance criteria, test quality, and drift detection
  • Claude Code plugin format with auto-discovery
  • Project-specific configuration via PROJECT.md templates
  • Example configs for Android/Kotlin, TypeScript/Node, Python/Django, Python/pytest, Rust/CLI, Rust/Cargo

Install

git clone https://github.com/openkash/ai-agent-dev-workflow.git .claude/plugins/dev-workflow