PRODUCER_ENGINEER_SPEC

PRODUCER_ENGINEER_SPEC is an agent for coding agents from isaacsight/kernel. It costs 0 tokens per session (22,081 once invoked), scanned A, original, MIT.

A music-production agent specification that combines beat-making decisions with automatic sound mixing in Ableton Live. It is designed to turn a short request, such as “make a trap beat,” into a complete production workflow.

In plain words
What is it for?
It helps create keys, tempos, instruments, patterns, arrangements, and sounds, then set levels, panning, EQ, compression, effects sends, sidechain, and mastering settings.
Why use it?
It removes the need to specify every musical detail by hand and to mix the resulting tracks manually. It addresses both creative planning and sound-engineering work.

Agent

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/isaacsight/kernel/producer_engineer_spec
Clone the repo
git clone --depth 1 https://github.com/isaacsight/kernel

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 PRODUCER_ENGINEER_SPEC

README.md
[![agentmods](https://agentmods.dev/badge/agents/isaacsight/kernel/producer_engineer_spec.svg)](https://agentmods.dev/agents/isaacsight/kernel/producer_engineer_spec)
Your own site
<a href="https://agentmods.dev/agents/isaacsight/kernel/producer_engineer_spec"><img src="https://agentmods.dev/badge/agents/isaacsight/kernel/producer_engineer_spec.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 22,081 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.00000 $0.22081
Opus 5 $0.00000 $0.11041
Sonnet 5 $0.00000 $0.04416
Haiku 4.5 $0.00000 $0.02208

Measured yesterday against content hash 9f508e9fc178, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

PRODUCER_ENGINEER_SPEC 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 yesterday.

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.

packages/kbot/src/agents/PRODUCER_ENGINEER_SPEC.md · 2,196 lines

How it starts

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

K:BOT Producer + Sound Engineer Agent — Architecture Specification

Agent ID: producer (upgraded from current) File: packages/kbot/src/agents/producer.ts New companion: packages/kbot/src/tools/producer-engine.ts Version: v2.0 — Unified Producer + Sound Engineer


1. Problem Statement

The current producer agent is a DAW controller. It knows how to send OSC commands and has a solid knowledge base, but it lacks two critical capabilities:

  1. Producer intelligence — When a user says "make a trap beat," the current agent needs the user to specify every detail. A real producer would make 50+ creative decisions instantly: key, tempo, scale, instruments, patterns, voicings, arrangement, sound selection.

  2. Sound engineer intelligence — After creating tracks, the current agent does not auto-mix. A real engineer would set volumes, pan positions, EQ, compression, sends, sidechain, and master chain without being asked.

This spec designs a unified agent that combines both. One prompt, one engine, one shot.


2. Architecture Overview

User: "make a trap beat"
         │
         ▼
┌─────────────────────────┐
│   PRODUCER AGENT        │  (system prompt in producer.ts)
│   Understands intent    │
│   Picks genre           │
└────────┬────────────────┘
         │
         ▼
┌─────────────────────────┐
│   GENRE DECISION ENGINE │  (producer-engine.ts)
│   Resolves all creative │
│   decisions from genre  │
│   preset + randomization│
└────────┬────────────────┘
         │
         ▼
┌─────────────────────────┐
│   EXECUTION PIPELINE    │  (producer-engine.ts)
│   13-step sequence      │
│   using existing tools  │
└────────┬────────────────┘
         │
         ▼
┌─────────────────────────┐
│   MIX ENGINE            │  (producer-engine.ts)
│   Auto-applies volumes, │
│   panning, sends, EQ    │
│   based on genre preset │
└────────┬────────────────┘
         │
         ▼
     Report to user

The engine is a new tool (produce_beat / produce_track) registered alongside the existing Ableton tools. The agent's system prompt instructs it to call this tool for full-track requests, while still having access to individual tools for surgical operations.

Read the full file on GitHub · 2,196 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. yesterday First seen · 2,196 lines · 0 tokens per session scan A 9f508e9fc178

Subscribe to this mod's changes

PRODUCER_ENGINEER_SPEC is an agent published in the GitHub repository isaacsight/kernel (16 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 22,081 tokens. 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-09-03.

Related

Other agents, from other repositories

board-opus

Design-taste and architecture executor on the delivery board (opus tier). Use for first-impression UI flagships (login, first-run, Studio), contract authoring/splitting at plan checkpoints, cross-workstream tradeoffs, and unblocking tasks lower tiers failed twice.

binary16labs/prime-silo · 59 tokens

board-sonnet

Standard delivery-board contract executor (sonnet tier). Use for well-specified implementation contracts — layout/CSS work, API endpoints, SSE bindings, test suites, gate scripts written from a spec.

binary16labs/prime-silo · 43 tokens

board-verifier

Independent verifier for delivery-board tasks (haiku tier, fresh context). Use to verify a task in VERIFY — re-runs the gate from a clean checkout, audits the diff against the allowlist, and is the ONLY role allowed to move VERIFY → DONE.

binary16labs/prime-silo · 56 tokens

board-haiku

Mechanical delivery-board executor (haiku tier). Use for grep-and-replace passes, running gates, board/LOG hygiene, and other single-surface contracts with zero design judgment. Also see board-verifier for verification work.

binary16labs/prime-silo · 49 tokens

researcher

You stop coding and start investigating when the problem is unclear. Every problem can be solved with enough information.

Q00/ouroboros · 0 tokens

callbacks

Callbacks provide hooks into the lifecycle of an AnyAgent execution. Using callbacks, you can monitor, control, and extend agent behavior without modifying the core underlying agent logic.

mozilla-ai/any-agent · 0 tokens