Orchestrate full-stack SDLC with autonomous agents: TDD-driven feature delivery, parallel code review (correctness, security, simplification), CI/CD pipeline management, OWASP security audits, performance profiling, post-mortem analysis, and cross-session reference memory. Includes project scaffolding, git worktree isolation, and a structured design-to-ship workflow with human approval gates.
Correctness reviewer for a code change — finds bugs, logic errors, and edge cases. Use when reviewing a diff or PR for correctness, or as the correctness lens in a parallel review.
Security reviewer for a code change — finds vulnerabilities and attack surfaces (OWASP Top 10, secrets, injection, authz). Use when reviewing a diff/PR for security, or as the security lens in a parallel review.
Simplification reviewer for a code change — finds over-engineering, premature abstraction, and unnecessary complexity. Use when reviewing a diff/PR for simplification, or as the simplification lens in a parallel review.
Test/verification reviewer for a code change — ensures correctness is proven, not assumed (coverage, edge cases, meaningful assertions). Use when reviewing test quality for a diff/PR.
Profile and optimize performance systematically. No optimization without measurement.
One-time workspace setup — creates .workspace/ structure, .gitignore entries, a lean CLAUDE.md, a permissions allowlist, and suggests relevant MCPs. Run once per project.
Blameless post-mortem / RCA — gathers facts, reconstructs a timeline, runs 5-Whys, defines action items, writes the post-mortem file and commits it. Use after an incident or outage.
Converts an approved spec into a TDD task plan with a parallelism map (PARALLEL vs SEQUENTIAL), saved to .workspace/shared/plans/. Use after a spec is approved, before implementation.
Creates a git worktree for isolated feature work (and documents cleanup post-merge); respects the disableGit preference. Use to isolate a feature on its own branch/worktree.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
*
/|\
/ | \
/ * \
/_______\
/^ ^.^ ^\
\ ~(u)~ /
\_______/~
| | /
Full-stack SDLC plugin for Claude Code and Codex
Inspects your project, assembles the right knowledge automatically, orchestrates parallel agents, learns from every session, and ships clean code — from idea to merged PR, autonomously.
Most AI coding tools require you to describe your stack, pick templates, and manage context manually. Magician inspects your project on every session start, assembles targeted knowledge for every technology it finds, and gets smarter with every session.
One command to go from idea to PR:
/manifest
flowchart TD
A["/manifest"] --> B{"scope OK?"}
B -- too large --> C["decompose\ninto sub-projects"]
B -- ok --> D["/conjure\ndesign dialogue"]
D --> E["approved spec"]
E --> F["/blueprint\nimpl plan + parallelism map"]
F --> G["/portal\ngit worktree isolation"]
G --> H["/orchestrate\nparallel agents"]
H --> I["/ward\nTDD throughout"]
I --> J["/certify\nverify: tests + browser"]
J --> K{all green?}
K -- no --> H
K -- yes --> L["/scrutinize\nreview + remediate"]
L --> N["/seal\nPR + loop until merged"]
style A fill:#6c63ff,color:#fff
style D fill:#6c63ff,color:#fff
style F fill:#6c63ff,color:#fff
style H fill:#43e97b,color:#000
style I fill:#43e97b,color:#000
style J fill:#43e97b,color:#000
style L fill:#43e97b,color:#000
style N fill:#4facfe,color:#000
Human gates (4 only): scope confirm → spec approval → plan approval → PR title. Everything else: autonomous.
flowchart LR
A["session start"] --> B["scan project files"]
B --> C{"detect markers"}
C --> D["package.json\ntsconfig.json\nnext.config.*"]
C --> E["pom.xml\nbuild.gradle\n*.xcodeproj"]
C --> F["go.mod\nCargo.toml\npyproject.toml"]
C --> G["pubspec.yaml\ncapacitor.config.*\nproject.godot"]
D --> H["assemble lore\nweb/ fragments"]
E --> I["assemble lore\nbackend/ fragments"]
F --> J["assemble lore\nbackend/ fragments"]
G --> K["assemble lore\nmobile/ craft/ fragments"]
H --> L["assign archetype\n+ inject context"]
I --> L
J --> L
K --> L
L --> M["session ready\nin < 2 seconds"]
style A fill:#0d1117,color:#ccc,stroke:#555
style M fill:#43e97b,color:#000
Polyglot stacks (Next.js + FastAPI + Go) get full coverage automatically. No pack selection needed.
flowchart TD
A["session ends"] --> B["chronicle-stop.sh\nStop hook"]
B --> C["git log + diff\nobservable data only"]
C --> D["write chronicle entry\nCLAUDE_PLUGIN_DATA/chronicle/"]
D --> E["update patterns.json"]
E --> F{"pattern seen 3x?"}
F -- yes --> G["offer: create skill\nvia /inscribe"]
F -- no --> H[" "]
G --> I["next session start"]
H --> I
I --> J["load last 3 entries\nas additionalContext"]
J --> K["cumulative intelligence\ngrows without replay"]
style B fill:#f7971e,color:#000
style D fill:#f7971e,color:#000
style G fill:#43e97b,color:#000
style K fill:#6c63ff,color:#fff
18 skills. Each carries modern frontmatter (allowed-tools to cut permission prompts in auto mode, disable-model-invocation on side-effecting standalone skills, argument-hint, context: fork for heavy read-only work) and scales reasoning effort to the task.
npx claudepluginhub alexander-tyagunov/magician --plugin magicianPlugin de ingeniería de software completa: 10 agentes de núcleo y 9 opcionales con personalidad propia, memoria persistente por proyecto, quality gates y flujos automatizados desde la idea hasta producción.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
PROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Code transformation: Dev SDLC orchestrator (code-shipping pipeline), plan, assert, audit, review, test, refactor, debug, for-sure. Hosts engineering agents.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards