// accenture x anthropic

Claude Code plugins
for Accenture FDEs

5 plugins covering SDLC, COBOL modernization, pursuit, slide generation, and spec-driven governance. Loaded inline with --plugin-dir. No marketplace allowlist needed.

Plugin catalog

5 plugins. Slash commands are namespaced per plugin — /acn-base-sdlc:review, not /review.

plugin early preview

acn-base-sdlc

Universal SDLC workflows — review, TDD, commit, PR — plus five always-on rules and three specialist review agents. Language- and framework-agnostic.

  • 4 slash commands: /review, /tdd, /commit, /pr
  • 5 always-on rules: security, testing, api-conventions, docs, errors
  • 3 review agents: code-reviewer, security-auditor, debugger
Explore acn-base-sdlc →
plugin early preview

acn-cobol-modernization

COBOL/CICS/BMS workflows for mainframe modernization — produce 9-section RE docs, propose unified-diff bugfixes, validate against a UniKix EC2 with before/after 3270 capture.

  • 4 slash commands: /re, /bugfix, /deploy-validate, /docgen
  • 5 helper scripts (lineage, copybook index, 3270 capture)
  • 4 doc templates (RE 9-section, bugfix, deploy report, onboarding)
Explore acn-cobol-modernization →
plugin early preview

acn-pursuit-toolkit

RFP and pursuit workflows — synthesize procurement packages into scoring-aligned summaries, draft win themes mapped to evaluation weights, track contract risk via a dedicated strategist agent.

  • 2 slash commands: /rfp-synthesize, /win-theme-builder
  • rfp-response-strategist subagent
  • Proposal templates: outline, risk register, win-theme table
Explore acn-pursuit-toolkit →
plugin early preview

acn-slide-gen

Generate PPTX decks from registered flavors (acn-standard, acn-anthropic) or clone-and-fill existing slides. Six-phase pipeline: decrypt, inspect, layout, parse, python-pptx, verify.

  • /generate slash command
  • decrypt → inspect → layout → parse → python-pptx → verify
  • Brand assets: template.pptx + brand.md per flavor
Explore acn-slide-gen →
plugin early preview

aegis

An end-to-end AI-native coding plugin that orchestrates the full SDLC with Claude agents — work-item pickup, spec, plan, implementation, quality gates, PR, CI, deploy. Risk-tiered autonomy (T1–T4) and audit-grade artifacts at every step. Ships from its own repo. Commands carry the `sk-` prefix — AEGIS's sidekick, the protective shield's working hand.

  • End-to-end loop: ticket → spec → plan → implement → review → PR → deploy
  • 8 specialist agents covering each SDLC phase (init, triage, spec, impl, quality, pipeline, ADR, reviewer)
  • Risk-tiered autonomy (T1–T4) + cryptographically hashed audit-grade change records
Explore aegis →

Three steps to running

Clone the repo, launch Claude with --plugin-dir, invoke a namespaced slash command. First run takes about five minutes.

Step 01
Clone
  • aws login --profile magellan
  • pip install git-remote-codecommit
  • git clone codecommit::us-east-2://magellan@acn-claude-toolkit
Step 02
Launch
  • claude --plugin-dir ~/acn-claude-toolkit
  • Or alias: claude-acn
  • Plugins load inline — no marketplace add
Step 03
Invoke
  • /acn-base-sdlc:review
  • /acn-pursuit-toolkit:rfp-synthesize
  • /acn-slide-gen:generate
// pilot distribution

Why --plugin-dir, not /plugin marketplace add?

The ACN CIO allowlist doesn't yet permit /plugin marketplace add <url> (blocked by strictKnownMarketplaces). Pilot FDEs clone the repo and launch with --plugin-dir, which loads plugins inline from disk. Updates are git pull on the clone — no publish step.

Read the full rationale →