Orchestrates the full SDLC with structured design, TDD, parallel agent review, CI/CD management, and a local code knowledge graph for fast symbol search.
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.
Full verification loop — tests, types, lint, build, and a Playwright browser check for UI projects; collects evidence before any success claim. Use to verify a change is actually green.
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
23 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 magicianUse Claude Code like a Director, not a Programmer. Complete toolkit with 26 commands, 14 agents, 31 skills, and TDD-based Auto-Loop.
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.
Plugin 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.
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
Structured, standards-aware development workflows for Claude Code
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.