tandnguyendev/dev-workflow

General spec-driven software development workflow for Claude Code (plugin).

2Stars on the repository
18Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

checkpoints

01

tandnguyendev/dev-workflow

Skill Claude CodeCodex

List the dev-workflow checkpoints — snapshots taken automatically before each agent edit — for the current git project. Read-only.

2 7d ago A 27 tokens original MIT

config

02

tandnguyendev/dev-workflow

Skill Claude CodeCodex

Show the dev-workflow plugin's effective configuration for this project — every guard knob, where its value came from (default, file, or environment), and which config lines are silently doing nothing. Can also set a value.

2 7d ago A 47 tokens original MIT

feature

03

tandnguyendev/dev-workflow

Skill Claude CodeCodex

Orchestrate a full spec-driven feature workflow — establish project context, clarify the request into acceptance criteria, size the work, research, solution options, plan, phased implementation with per-phase reviews, and a final audit. Handles bug fixes too (--bug, or any request reporting something broken)…

2 7d ago A 91 tokens original MIT

init

04

tandnguyendev/dev-workflow

Skill Claude CodeCodex

Inspect the current project and draft conventions.md (domain, stack, conventions, security focus) plus project-map.md (module map, existing features, shared building blocks, extension points) so the feature workflow has accurate project context. Read-heavy; after user review, writes both files and imports…

2 7d ago A 67 tokens original MIT

rollback

05

tandnguyendev/dev-workflow

Skill Claude CodeCodex

Undo an AI agent's changes by restoring the git working tree to a checkpoint. Safe and reversible — saves current state first, never moves your branch, never hard-deletes. Optionally pass a checkpoint ref; defaults to the most recent.

2 7d ago A 50 tokens original MIT