Plugin Claude Code
Plugin marketplace listing 1 plugin: dev-workflow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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…
Agent
Reviews a code diff for correctness, logic bugs, and maintainability before phase completion. Read-only.
Agent
Implements a single planned phase from plan.md. Writes code following the project conventions. Use when the orchestrator delegates implementation of one phase.
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.
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.
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.
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.
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.
Command
Show the current dev-workflow status — active feature, phase, approval state, and gate lock — from the working-doc files.
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.
Hook
Runs when a session starts, executing status.py via python3. From 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.
Skill Claude CodeCodex
List the dev-workflow checkpoints — snapshots taken automatically before each agent edit — for the current git project. Read-only.
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.
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)…
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…
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.