acn-base-sdlc
The plugin most FDEs will use every day.
Universal SDLC workflows — review, TDD, commit, PR — plus five always-on rules and three specialist review agents. Language- and framework-agnostic.
claude --plugin-dir ~/acn-claude-toolkit/plugins/acn-base-sdlc
/acn-base-sdlc:review Structured review of staged or unstaged changes — severity, category, location.
/acn-base-sdlc:tdd Test-first development loop — write a failing test, then implementation.
/acn-base-sdlc:commit Generate a Conventional Commits message from staged diff analysis.
/acn-base-sdlc:pr Open a PR with summary and a test plan derived from the branch.
security Unconditional OWASP patterns, input validation, injection prevention.
testing Test files AAA pattern, descriptive names, meaningful assertions.
api-conventions Source files REST conventions, status codes, error envelopes.
documentation Source files Comment only the non-obvious; no rot-prone references.
error-handling Source files Typed errors, structured logging, proper propagation.
code-reviewer sonnet Independent second-opinion review pass.
security-auditor sonnet OWASP top-10 vulnerability scan.
debugger sonnet Root-cause analysis on failing tests or production bugs.
claude --plugin-dir ~/acn-claude-toolkit/plugins/acn-base-sdlc