tandnguyendev

18 mods across 1 repository, 2 stars between them.

dev-workflow

02

tandnguyendev/dev-workflow

Plugin Claude Code

A general spec-driven software development workflow for Claude Code: detect project domain/conventions, research, weigh solution options, plan, implement in reviewed phases (code review every phase; a security scan whenever a phase touches a sensitive surface), and run a final cross-phase security audit. Stops for…

2 6d ago A tokens not measured original MIT

code-reviewer

03

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

04

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

05

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

06

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

07

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

08

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

09

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

status

10

tandnguyendev/dev-workflow

Command

Show the current dev-workflow status — active feature, phase, approval state, and gate lock — from the working-doc files.

2 6d ago A 26 tokens original MIT

PreToolUse

11

tandnguyendev/dev-workflow

Hook

Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit and Bash tool calls, executing gate.py, comment_guard.py, test_guard.py and checkpoint.py via python3 (6 commands). From tandnguyendev/dev-workflow.

2 6d ago A tokens not measured copy · 78% MIT

SessionStart

12

tandnguyendev/dev-workflow

Hook

Runs when a session starts, executing status.py via python3. From tandnguyendev/dev-workflow.

2 6d ago A tokens not measured copy · 72% MIT

Stop

13

tandnguyendev/dev-workflow

Hook

Runs when the agent finishes a response, executing evidence_guard.py and plan_guard.py via python3 (2 commands). From tandnguyendev/dev-workflow.

2 6d ago A tokens not measured copy · 81% MIT

checkpoints

14

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 6d ago A 27 tokens original MIT

config

15

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 6d ago A 47 tokens original MIT

feature

16

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 6d ago A 91 tokens original MIT

init

17

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 6d ago A 67 tokens original MIT

rollback

18

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 6d ago A 50 tokens original MIT