Install
$ agentstack add mcp-enchanter-ai-wixie ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Wixie
> An @enchanter-ai product — algorithm-driven, agent-managed, self-learning.
The first prompt engineering platform that learns from itself.
6 plugins. 7 agents. 64 models. Gauss Convergence Method. One command.
> "Build me a B2B ticket routing system like Zendesk." > > Wixie researched Zendesk, Freshdesk, Intercom, and Crisp. Selected 3 techniques > for Claude Opus. Generated 10KB of production-ready prompt. Ran the Convergence > Engine — 2 iterations, hypothesis-driven, auto-fixed Failure Resilience from 5 to 10. > Scored 9.4/10. DEPLOY. All 8 assertions pass. Dark-themed PDF audit report delivered. > > Time: under 2 minutes. Manual effort: zero.
TL;DR
In plain English: Your prompt "works" in the playground. It breaks on Tuesday at 3am. Wixie runs the iteration loop, scores every axis, and tells you when the prompt is actually ready to ship.
Technically: E1 Gauss Convergence runs hypothesis-driven iteration — each round measures σ across 5 axis scores, forms a fix hypothesis for the weakest axis, applies it, and auto-reverts on regression; E2 Boolean Satisfiability Overlay checks 8 SAT assertions (has_role, has_task, has_format, has_constraints, has_edge_cases, no_hedges, no_filler, has_structure) that must all pass for a DEPLOY verdict. E6 Gauss Accumulation persists the hypothesis/outcome log to learnings.md across sessions — every failed iteration is tagged with the 14-code failure taxonomy so the same dead-end is never re-explored.
Origin
Wixie takes its name from Ars Nouveau — a cauldron-summoned familiar that autocrafts potions by iterating ingredients through the cauldron until the brew carries the exact properties the recipe demands. Every prompt starts raw; the convergence engine brews it, round after round, until it carries the right properties for the target model.
The question this plugin answers: What did I say?
Who this is for
- Prompt engineers who want a scored, auto-hardened artifact per prompt — not "it looked good in the playground."
- Teams shipping across multiple LLM families and tired of hand-porting prompts between XML / Markdown-sandwich / o-series-minimal / Gemini-few-shot shapes.
- Developers who value an honest verdict (DEPLOY / HOLD / FAIL) over a confident one.
Not for:
- Single-model, single-session quick prototyping —
/createis overkill; write the prompt inline. - Teams that want hosted LLM orchestration — Wixie is local-only by design, no SaaS layer.
Contents
- [How It Works](#how-it-works)
- [What Makes Wixie Different](#what-makes-wixie-different)
- [The Full Lifecycle](#the-full-lifecycle)
- [Install](#install)
- [Quickstart](#quickstart)
- [6 Plugins, 7 Agents, 64 Models](#6-plugins-7-agents-64-models)
- [What You Get Per Prompt](#what-you-get-per-prompt)
- [Roadmap](#roadmap)
- [The Science Behind Wixie](#the-science-behind-wixie)
- [Output Test Engine](#output-test-engine)
- [vs Everything Else](#vs-everything-else)
- [Agent Conduct (13 Modules)](#agent-conduct-13-modules)
- [Architecture](#architecture)
- [Acknowledgments](#acknowledgments)
- [Versioning & release cadence](#versioning--release-cadence)
- [Contributing](#contributing)
- [Citation](#citation)
- [License](#license)
How It Works
Wixie doesn't generate prompts. It engineers them — then stress-tests, hardens, and translates them across 64 models.
The core innovation is the Convergence Engine powered by the Gauss Convergence Method: like gradient descent for prompts, each iteration measures the standard deviation from perfection, forms a hypothesis about which fix will reduce it, applies the fix, checks for regression, and auto-reverts if things got worse. It learns from every iteration and persists those learnings across sessions.
The diagram below shows the four-agent pipeline: a user request flows into the Opus orchestrator (scan → ask → technique select → generate), which hands off to the Sonnet optimizer (convergence, hypothesis-driven fixes, binary assertions, auto-revert) and the Haiku reviewer (validation, freshness, format, registry). An approved prompt then enters the hybrid output tester (pre-flight → generate → evaluate → fix).
Source: [docs/assets/pipeline.mmd](docs/assets/pipeline.mmd) · Regeneration command in [docs/assets/README.md](docs/assets/README.md).
No permission prompts. No manual iteration. You describe what you need, the agent network delivers.
What Makes Wixie Different
It supports every model you actually use
64 models across text, code, image, video, and audio. Not just the big 3.
Text LLMs: Claude (Opus/Sonnet/Haiku), GPT (4.1/4o/5), o-series (o1/o3/o4-mini), Gemini (2.5/3), DeepSeek (R1/V3), Grok, Qwen, Llama, Mistral, Cohere, Jamba, Amazon Nova, Phi, Yi, Codestral, Perplexity.
Image generation: DALL-E 3, GPT Image 1.5, Midjourney v6/v7/v8, Niji 7, Stable Diffusion 3.5, WIXIE.1/2 (Pro/Flex/Max/Kontext/Schnell), Ideogram 2/3, Imagen 3/4, Recraft V4, Reve Image, Adobe Firefly 5, Nano Banana (Pro/2), Seedream 4.5/5, Luma Photon, HunyuanImage 3, Kling Image 03, Wan 2.7.
Video: Runway Gen-3, Seedance 2.0. Audio: ElevenLabs, Suno v4.
Every model has a registry entry with context window, preferred format, reasoning type, CoT approach, few-shot requirements, and key constraints. The engine adapts automatically — XML for Claude, Markdown with sandwich method for GPT, stripped-down minimal for o-series, always-few-shot for Gemini.
It learns from itself
The Convergence Engine doesn't just loop — it learns. Each iteration:
- Scores on 5 axes + 8 binary assertions
- Forms a hypothesis: "Fixing Failure Resilience (5/10) will improve overall"
- Applies the fix and re-scores
- Auto-reverts if the score dropped (no regression allowed)
- Logs the outcome to
learnings.md— what worked, what didn't, why
WIXIE CONVERGENCE ENGINE
Target: DEPLOY (overall >= 9.0, all axes >= 7.0)
Iteration 1: 8.4/10 — hypothesis: fix Failure Resilience
applied → improved (8.4 → 9.4)
Iteration 2: 9.4/10 — DEPLOY (8/8 assertions pass)
VERDICT: DEPLOY
Next time you refine that prompt, the engine reads learnings.md and avoids repeating failed strategies. It gets smarter with every use.
It works with image prompts too
For text prompts: fully autonomous, up to 100 iterations, zero user input.
For image generation prompts (DALL-E, Midjourney, Stable Diffusion, Wixie, Nano Banana, and 20+ more): collaborative loop. You generate the image on your platform, rate it 1-10, tell the agent what's wrong. It adjusts the prompt based on your visual feedback — colors, composition, style, missing elements. No iteration limit. After 5+ rounds, it summarizes patterns and suggests trying a different model if issues persist.
It catches model mismatches before you waste time
Pick Claude for image generation? GPT for a task that needs reasoning-native? Gemini without examples?
Wixie cross-references your model choice against the task domain and warns you with better alternatives — before generating a single token.
It hardens your prompts against attacks
12 adversarial attack patterns: direct injection, role override, data extraction, encoding bypass, multi-turn escalation, payload splitting, indirect injection, output manipulation, refusal bypass, language switching, token smuggling, context manipulation.
Reports VULNERABLE or RESISTANT per attack. Suggests specific defenses. Auto-applies them if you want.
It translates prompts between any two models
Wrote the perfect Claude prompt. Now the team needs GPT-4.1. One command: /translate-prompt --to gpt-4.1. XML becomes Markdown. "Think thoroughly" becomes "Think step by step." Sandwich method added. Few-shot adjusted. Intent preserved. Score comparison delivered.
The Full Lifecycle
A prompt moves left to right through five stages: Crafter (Opus, /create) produces prompt.xml + metadata; Convergence (Sonnet, /converge) drives it to 9.0+/DEPLOY and appends learnings.md; Tester (Sonnet, /test-prompt) runs assertions; the Output Test hybrid pipeline generates and evaluates real model output; Hardener (Sonnet, /harden) runs 12 attack patterns and emits audit.json; Translator (Sonnet, /translate-prompt) rewrites for a target model with a score comparison attached. Each stage produces a named artifact consumed by the next.
Source: [docs/assets/lifecycle.mmd](docs/assets/lifecycle.mmd) · Regeneration command in [docs/assets/README.md](docs/assets/README.md).
Refine anytime with /refine. Every step is autonomous.
Install
Wixie ships as a 6-plugin pipeline. One meta-plugin — full — lists all six as dependencies, so a single install pulls in the whole chain.
In Claude Code (recommended):
/plugin marketplace add enchanter-ai/wixie
/plugin install full@wixie
Claude Code resolves the dependency list and installs all 6 plugins. Verify with /plugin list.
Want to cherry-pick? Individual plugins are still installable by name — e.g. /plugin install prompt-harden@wixie if you only need the hardener. The pipeline is designed to work end-to-end, though, so full@wixie is the path we recommend.
Via shell (also installs shared/scripts/*.py locally for output-test / output-eval):
bash /`, producing a final DEPLOY / HOLD / FAIL verdict from the 5-axis scores + 8 SAT assertions. Color maps lifecycle stages to artifacts: blue = genesis (prompt.xml + metadata.json) · green = verification (tests.json) · red = adversarial (audit.json) · purple = accumulation (learnings.md) · yellow = audit (report.pdf).
Source: [docs/assets/state-flow.mmd](docs/assets/state-flow.mmd) · Regeneration command in [docs/assets/README.md](docs/assets/README.md).
prompts/b2b-ticket-router/ ├── prompt.xml Production-ready prompt ├── metadata.json Model, tokens, cost, scores, config ├── tests.json 7 regression test cases ├── report.pdf Dark-themed single-page PDF audit report └── learnings.md Convergence hypothesis/outcome log
The **PDF audit report** includes: quality score bars, 8 binary assertion results, technique pills, model profile from the 64-model registry, prompt statistics, audit findings (CRITICAL/WARNING), cost estimate, and an honest verdict with next steps.
### State surface
In addition to the per-prompt artifacts above, Wixie writes plugin-level state to `state/`. The key file is `state/precedent.jsonl` — the plugin's self-observed-failure log, maintained per `../vis/packages/core/conduct/precedent.md`. Each line is a JSON object recording a command or pattern that failed unexpectedly (with the reason and the working alternative). Claude consults this log before running non-trivial Bash commands or multi-step tool sequences, and appends to it after any unexpected failure. This log is a team asset: commit it alongside code so failures discovered in one session are not silently repeated in the next.
## Roadmap
Tracked in [docs/ROADMAP.md](docs/ROADMAP.md) and the shared [ecosystem map](https://github.com/enchanter-ai/wixie/blob/main/docs/ecosystem.md). For upcoming work specific to Wixie, see issues tagged [roadmap](https://github.com/enchanter-ai/wixie/labels/roadmap).
## The Science Behind Wixie
Every Wixie engine is built on a formal mathematical model. Full derivations in [`docs/science/README.md`](docs/science/README.md).
### Engine 1: Gauss Convergence Method
Accept the next iteration only if sigma drops. Auto-revert on regression. Converge when sigma < 0.45. Knowledge accumulates across sessions — skip strategies that historically revert.
### Engine 2: Boolean Satisfiability Overlay
8 binary predicates (has\_role, has\_task, has\_format, has\_constraints, has\_edge\_cases, no\_hedges, no\_filler, has\_structure) overlaid on continuous scoring. SAT-first, then optimize.
### Engine 3: Cross-Domain Adaptation
(P', M_t)">
Constraint-preserving prompt transformation across 64 models. Composition of format converter, technique selector, and model adapter.
### Engine 4: Adversarial Robustness
= S(P) - epsilon">
Zero-sum game across 12 attack classes. OWASP LLM Top 10 coverage. Quality-preserving defense injection.
### Engine 5: Static-Dynamic Dual Verification
Bridges structure analysis (scoring) with behavioral testing (assertions against real output).
### Engine 6: Gauss Accumulation (Self-Learning)
Cross-session learning in `learnings.json`. Strategy success rates, pattern detection, persistent plateau identification. Skip a strategy k if its historical revert rate exceeds 0.5. The engine gets smarter with every session.
---
*Full derivations with proofs: [`docs/science/README.md`](docs/science/README.md). The math runs as code in `shared/scripts/`.*
## Output Test Engine
Five engines that evaluate **actual model output** — not just the prompt. Run them offline (free) or with API calls.
shared/scripts/ ├── output-test.py # Hybrid orchestrator — 4-phase pipeline ├── output-eval.py # Heuristic output scorer (5-axis, offline) ├── output-sim.py # Dry-run simulator (predicts quality, no API) ├── output-schema.py # Schema generator + validator └── self-check-inject.py # Injects self-QA rubric into prompts
**How it works:**
| Phase | What | Cost |
|-------|------|------|
| 1. Pre-flight | Prompt quality check, token budget forecast, schema generation | Free |
| 2. Generate | Inject self-check, POST to target model, save output | ~$1.20 (Opus) |
| 3. Evaluate | Heuristic scoring, schema validation, assertion tests, self-check extraction | Free |
| 4. Fix & Loop | Offline regex fixes first, Sonnet API for targeted one-shot fix (not a full re-convergence loop) | ~$0.10 |
> **Phase 4 limitation:** The Sonnet fix in Phase 4 is a single targeted string-replacement per iteration, not a full automated re-convergence sub-loop. If the fix target string is not found verbatim in the prompt, the fix is skipped and manual editing is required. A full Sonnet-driven convergence loop is planned but not yet implemented.
```bash
python output-test.py --dry-run # Phase 1 only (free)
python output-test.py --max 3 # Full pipeline
python output-eval.py # Standalone heuristic scorer
python output-schema.py --generate # Generate structural schema
python output-schema.py --validate out.md # Validate output against schema
python output-sim.py # Predict output quality
python self-check-inject.py prompt.xml --inject # Add self-QA rubric
Five scoring axes (offline, zero cost): Structural Completeness, Specificity, Prior Art Grounding, Assertion Tests, Coherence. Tested against real 10K-word Opus output: 9.9/10 heuristic, 97% schema compliance.
vs Everything Else
| | Wixie | Promptfoo | AutoResearch | PromptLayer | Manual | |---|---|---|---|---|---| | Create prompts | 16 techniques, 64 models | - | - | - | trial and error | | Optimize (convergence) | 100 iterations, self-learning | - | unbounded | - | - | | Test prompts | pass/fail assertions | YAML eval suite | hypothesis | basic metrics | - | | Harden prompts | 12 attack patterns | red-team module | - | - | - | | Translate prompts | 64 models, auto-adapted | - | - | - | manual rewrite | | Image LLM support | 27 image models + collab loop | - | - | - | - | | Video/Audio support | Runway, Seedance, ElevenLabs, Suno | - | - | - | - | | Multi-agent pipeline | Opus + Sonnet + Haiku | - | single agent | - | - | | Self-learning | learnings.md persistence | - | learnings.md | - | - | | Auto-revert | yes (regression protection) | - | git-based | - | - | | PDF audit report | dark theme, single page | - | - | dashboard | - | | Dependencies | Python stdlib only | Node.js | Python | SaaS | - | | Price | Free (MIT) | Free / Pro | Free | $$$
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: enchanter-ai
- Source: enchanter-ai/wixie
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.