← back to catalog
// universal sdlc

Base SDLC pack

early preview

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.

install
claude --plugin-dir ~/acn-claude-toolkit/plugins/acn-base-sdlc
Skills 4 Rules 5 Agents 3

Skills

View all →
/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.

Rules

View all →
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.

Agents

View all →
CR
code-reviewer sonnet

Independent second-opinion review pass.

SA
security-auditor sonnet

OWASP top-10 vulnerability scan.

DB
debugger sonnet

Root-cause analysis on failing tests or production bugs.

// next step

Install acn-base-sdlc

claude --plugin-dir ~/acn-claude-toolkit/plugins/acn-base-sdlc