Today-Hbw

Claude Code Dev Workflow — Testing skill for Claude Code

Testing community

A Claude Code plugin marketplace that turns a personal engineering workflow into one-click superpowers — forge sharp PRDs from any raw input, then let an 8-step flow drive everything from spec to ship.

How to install Claude Code Dev Workflow

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Today-Hbw/claude-code-dev-workflow and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code Dev Workflow does

A Claude Code plugin marketplace that turns a personal engineering workflow into one-click superpowers — forge sharp PRDs from any raw input, then let an 8-step flow drive everything from spec to shipped code.

Alternatives in Testing

  • Spec Driven Development — Drive Kandev feature work through spec, plan, independent tasks, implementation, QA, and verification 697 ★
  • N9e Config Driven E2e — Maintain config-driven Nightingale E2E tests that convert JSON config data into UI-readable normalized values 301 ★
  • Baro — A CLI that turns a goal into a pull request - and a sandbox for testing concurrent AI coding agents on the Moz 120 ★

README

claude-code-dev-workflow

**Stop vibe-coding from vague prompts.** A set of [Claude Code](https://github.com/anthropics/claude-plugins-official) plugins that give the agent an opinionated *spec-to-ship* workflow: it **grills your half-baked idea into a real PRD**, then drives it through plan → TDD → review → summary.

[![GitHub Repo stars](https://img.shields.io/github/stars/Today-Hbw/claude-code-dev-workflow?style=flat&logo=github)](https://github.com/Today-Hbw/claude-code-dev-workflow/stargazers) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) ![Built for Claude Code](https://img.shields.io/badge/Built%20for-Claude%20Code-6C3BF5)

English | [中文](#中文)


forge-prd turning a one-line idea into a build-ready PRD

Why

Most bad AI output isn't a coding problem — it's a **spec** problem. You hand the agent a fuzzy sentence, it happily builds the wrong thing, and you burn an hour finding out. These plugins put a process in front of the code:

  • forge-prd interrogates your idea before a line is written — like a red team trying to find the hole in your requirement.
  • dev-flow then carries that spec through a disciplined 8-step pipeline so nothing gets skipped.
  • dev-flow-lite is the 4-step version for when you just need to move.

Quickstart

/plugin marketplace add Today-Hbw/claude-code-dev-workflow
/plugin install forge-prd@claude-code-dev-workflow
/plugin install dev-flow@claude-code-dev-workflow
/plugin install dev-flow-lite@claude-code-dev-workflow

Then:

/forge-prd  
/dev-flow   

The plugins

Plugin What it does
⚒️ forge-prd Forge — don't polish. Takes any raw material (a rough thought, image, PDF, HTML, MD) and **gr