tandnguyendev/dev-workflow

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

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

code-reviewer

01

tandnguyendev/dev-workflow

Agent

Reviews a code diff for correctness, logic bugs, and maintainability before phase completion. Read-only.

2 6d ago A 24 tokens original MIT

coder

02

tandnguyendev/dev-workflow

Agent

Implements a single planned phase from plan.md. Writes code following the project conventions. Use when the orchestrator delegates implementation of one phase.

2 6d ago A 30 tokens original MIT

domain-researcher

03

tandnguyendev/dev-workflow

Agent

Research domain best practices for a feature AND survey what this codebase already has for it (existing implementations, reusable building blocks, integration points). Read-only + web. Returns a concise structured summary; never edits code.

2 6d ago A 48 tokens original MIT

plan-reviewer

04

tandnguyendev/dev-workflow

Agent

Adversarially reviews a drafted plan.md before any code is written — hunts in both directions: missing phases, hidden dependencies, untestable phases and rollback gaps, but equally over-engineering, unnecessary phases and a plan too heavy for the change it delivers. Read-only.

2 6d ago A 60 tokens original MIT

security-audit

05

tandnguyendev/dev-workflow

Agent

Deep, thorough security audit of the full diff at the end of a feature. Read-only. Catches subtle and cross-phase vulnerabilities a per-phase scan misses.

2 6d ago A 36 tokens original MIT

security-scan-fast

06

tandnguyendev/dev-workflow

Agent

Fast per-phase security scan of a code diff. Read-only. Cheap first pass on common + project-specific risks after each phase. Does not comment on style.

2 6d ago A 37 tokens original MIT

solution-architect

07

tandnguyendev/dev-workflow

Agent

Produce ONE solution option for a feature from a single assigned design angle (simplicity-first, performance-first, or risk-first). Read-only; returns a structured option with tradeoffs. Used as a panel to generate diverse, independent options.

2 6d ago A 51 tokens original MIT