Deep one-shot SDLC audit covering architecture, domain logic, code quality, tests, security, documentation, and deployment. Produces actionable backlog with severity classification and ready-to-paste fix prompts. Multi-language support: Python, JavaScript/TypeScript, Go. Integrates with ai-scrum plugin for execution discipline (sprint planning, AC/DoR/DoD gates, internal SE review).
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Audit project architecture: C4 inferred from code, ADR coverage, deep modules check, accidental complexity. Standalone command, can run independently of /audit:full.
Audit code quality: SOLID violations, complexity hotspots, duplication, dead code, code smells. Multi-language: Python, JS/TS, Go.
Request a second opinion from Codex CLI on a specific finding, file, decision, or area. Requires codex-plugin-cc to be installed.
Audit deployment: CI/CD pipelines, IaC, secrets management, container security, supply chain.
Audit documentation: drift between docs and code, ADR coverage gaps, README quality, missing API docs.
Subagent for architecture phase of SDLC audit. Reverse-engineers C4 model, finds ADR gaps, detects layering violations, cyclic dependencies, god modules. Use during /audit:architecture or as part of /audit:full architecture phase.
Subagent for code quality phase of SDLC audit. Runs SAST tools, identifies SOLID violations, complexity hotspots, duplication, dead code. Multi-language. Use during /audit:code.
Subagent for invoking Codex CLI as independent reviewer on a specific finding, file, or decision. Used by /audit:codex command. Falls back to DeepSeek via OpenRouter if Codex unavailable.
Subagent for deployment phase of SDLC audit. Reviews CI/CD pipelines, IaC, container security, secrets management, supply chain. Use during /audit:deploy.
Subagent for documentation phase of SDLC audit. Detects docs drift, ADR coverage gaps, README quality, API doc completeness, outdated examples. Use during /audit:docs.
Audit project architecture: C4 inferred from code, ADR coverage, deep modules check, accidental complexity, layering violations, cyclic dependencies. Use during /audit:architecture or /audit:full architecture phase.
Orchestrates full SDLC audit across all phases. Use when running /audit:full or coordinating multiple audit phases. Manages depth control, scope, output artifacts, and final reporting.
Generate actionable BACKLOG.md from classified findings. Sorts by priority, creates fix prompts ready for /audit:fix command.
Audit code quality: SOLID violations, complexity hotspots, duplication, dead code, code smells. Multi-language. Uses tooling-python, tooling-js-ts, tooling-go skills for SAST.
Audit deployment: CI/CD pipelines, IaC configurations, container security, secrets management, supply chain, deployment strategy.
Marketplace плагинов Claude Code для AI-driven разработки.
| Plugin | Что делает | Версия |
|---|---|---|
| sdlc-audit | Глубокий разовый SDLC-аудит проекта от архитектуры до бизнес-логики. Поддерживает Python, JS/TS, Go. | 0.1.0 |
В Claude Code:
/plugin marketplace add shakhovskiya-create/shakhoff-claude-marketplace
/plugin install sdlc-audit@shakhoff-claude-marketplace
/reload-plugins
Полный аудит проекта:
/audit:full --depth=standard
Точечный аудит:
/audit:architecture
/audit:domain
/audit:code
/audit:tests
/audit:security
/audit:docs
/audit:deploy
Применение фиксов:
/audit:fix next
/audit:fix CRITICAL-001
/audit:fix --severity=BLOCKER
Подробная документация в plugins/sdlc-audit/README.md.
shakhoff-claude-marketplace/
├── .claude-plugin/
│ └── marketplace.json # манифест маркетплейса
├── plugins/
│ └── sdlc-audit/ # плагин полного SDLC аудита
│ ├── .claude-plugin/plugin.json
│ ├── commands/ # 11 команд
│ ├── skills/ # 14 skills
│ ├── agents/ # 8 subagents
│ ├── templates/ # шаблоны отчётов
│ ├── README.md
│ └── INSTALL.md
├── .claude/ # audit config для самого репо
├── README.md # этот файл
├── CONTRIBUTING.md # как добавлять новые плагины
├── LICENSE
└── .gitignore
Если нужно тестировать плагин до публикации на GitHub:
git clone https://github.com/shakhovskiya-create/shakhoff-claude-marketplace
cd shakhoff-claude-marketplace
# В Claude Code в любом тестовом проекте
/plugin marketplace add file:///absolute/path/to/shakhoff-claude-marketplace
/plugin install sdlc-audit@shakhoff-claude-marketplace
См. CONTRIBUTING.md.
Marketplace построен вокруг идеи плагин = набор инструментов для одной задачи:
MIT - см. LICENSE.
Issues и feature requests - GitHub Issues этого репо.
npx claudepluginhub shakhovskiya-create/shakhoff-claude-marketplace --plugin sdlc-auditComplete SDLC kit for solo developers using Claude Code. Six-phase pipeline (Discovery → Requirements → Architecture → Implementation → Verification → Ship) with TDD methodology, multi-perspective code review, deep verification, ADR/PRD writing, DDD modeling, design system management, autonomous overnight loops, and Karpathy code discipline rules. Was previously distributed as kit (manual copy) - now first-class plugin. Complements ai-scrum plugin (which adds hard discipline hooks and sprint state machine). Based on philosophy: plan first, verify always, recommend after every phase.
Universal sprint orchestrator for AI agents in Claude Code. Applies Scrum-like discipline to any development task: context investigation, task decomposition with AC/DoR/DoD, hard execution gates, internal SE review, optional Codex external review, HTML reports with design system integration, LSP-based code analysis, issue tracker MCP integration. Works as platform - any plugin can declare sprint_required and ai-scrum orchestrates execution. v0.1.2: integration with claude-solo-factory kit (delegate to kit skills if available - tdd, code-review, verify, prd-writer, adr-writer, wiki-workflow).
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review