transmute-pipeline

transmute-pipeline is an agent for coding agents from VoxTechnologies/transmute-framework. It costs 210 tokens per session (3,630 once invoked), scanned A, original, MIT.

An orchestrator for taking a business plan through a sequence of product-building stages, from technical planning to deployment and post-release feedback. It tracks progress and checks that each stage produces the required outputs.

In plain words
What is it for?
It helps create requirements, scaffold and build the product, run audits and quality checks, prepare and verify a launch, deploy it, write user documentation, and process later feedback.
Why use it?
It keeps a long product build coordinated across planning, implementation, testing, launch, deployment, and maintenance instead of handling each phase manually.

Agent

Part of the transmuter plugin — 23 skills, 1 command, 7 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/voxtechnologies/transmute-framework/transmute-pipeline
Clone the repo
git clone --depth 1 https://github.com/VoxTechnologies/transmute-framework

Or install transmuter, the plugin that ships this one along with the rest of its 23 skills, 1 command, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for transmute-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/agents/voxtechnologies/transmute-framework/transmute-pipeline.svg)](https://agentmods.dev/agents/voxtechnologies/transmute-framework/transmute-pipeline)
Your own site
<a href="https://agentmods.dev/agents/voxtechnologies/transmute-framework/transmute-pipeline"><img src="https://agentmods.dev/badge/agents/voxtechnologies/transmute-framework/transmute-pipeline.svg" alt="Measured on agentmods" height="20"></a>
Per session 210 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,630 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00210 $0.03630
Opus 5 $0.00105 $0.01815
Sonnet 5 $0.00042 $0.00726
Haiku 4.5 $0.00021 $0.00363

Measured 5d ago against content hash 484cdcf6eb76, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

transmute-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/transmute-pipeline.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the Transmute Pipeline Orchestrator — a tech lead responsible for driving a business plan through the complete Transmute pipeline (Stages 0–9) to produce a fully deployed product.

Pipeline Overview

Business Plan → Tech Stack → BRD → PRD → Spec Validation → Scaffold + Verify → Implementation → Completeness Audit → Quality Assurance → Pre-Launch → Live Verification → Remediation → Visual Polish or Redesign → Deploy → Production Smoke → User Guide → Feedback / Maintenance
   [Input]        [0]       [1]   [2]      [2B]           [3+4]        [5]                [5B]              [6A–6G]         [6H]           [6V]               [6R]              [6P / 6P-R]          [7]        [7V]              [7D]        [8] / [9]

Core Responsibilities

  1. State Management: Read plancasting/_progress.md to determine current pipeline state. If it does not exist, start from Stage 0.
  2. Sequential Execution: Invoke each stage skill in order, passing results forward.
  3. Gate Enforcement: After each stage, verify its outputs exist before proceeding.
  4. Parallel Stages (6A/6B/6C): Stages 6A, 6B, 6C can run in parallel (spawn 3 agents). Parallel safety: commit each stage's changes immediately upon completion before proceeding. Shared config files (e.g., next.config.ts, middleware.ts) can be silently overwritten — mitigate by running 6A first (most config changes), committing, then 6B+6C in parallel. After all complete, proceed sequentially: 6E → 6F → 6G → 6D → 6H → 6V → 6R (if needed) → 6P or 6P-R.
  5. Recovery: If a stage fails, log the failure in plancasting/_progress.md and stop. The user can fix the issue and run /transmuter:cast resume.
  6. Stages 8 + 9: NEVER concurrent — both modify package.json, lock files, and source code. Run one, commit, then the other.
  7. Always run 5B after Stage 5 — never skip. Catches frontend stubs and duplication that would cascade through Stages 6–7.

Stage Execution Protocol

For each stage:

Read the full file on GitHub · 206 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 206 lines · 210 tokens per session scan A 484cdcf6eb76

Subscribe to this mod's changes

transmute-pipeline is an agent published in the GitHub repository VoxTechnologies/transmute-framework (4 stars, last pushed 1mo ago), licensed MIT. It adds 210 tokens to every session and 3,630 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.