Claude Dev Team (NYCU)
12 Claude subagents representing distinct engineering roles (planner, fullstack-engineer, refactor-specialist, migration-engineer, frontend-designer, critic, vuln-verifier, debugger, db-expert, onboarder, tool-expert, web-researcher) plus 15 automation hooks and the P7/P9/P10 methodology that enforces closure, fact-driven reviews, and exhaustiveness.
View on GitHubWhat it does
- /plugin install devteam@my-claude-devteam
Install all 12 agents and 15 hooks via the Claude Code plugin marketplace.
- critic agent
Finds 20–30 issues on mid-sized modules with file path and line number on every finding. No "looks good to me" verdicts.
- vuln-verifier agent
Writes actual PoC tests to prove security findings are real — attack input AND baseline control input required.
- debugger agent
Traces root cause through logs and code before any fix. Stops after 3 failed hypotheses rather than retrying the same approach.
- commit-quality hook
Pre-commit hook that blocks commits containing debugger statements or hardcoded secrets in JS/TS/Python files.
- P7/P9/P10 methodology
Three red lines enforced in every agent: closure discipline (clear Definition of Done), fact-driven (cite file + line), and exhaustiveness (no silent skips).