Skip to main content

MixerSystem workflow engine package

Project description

MixerSystem

MixerSystem is a Python package that runs AI-powered workflows for task creation, planning, implementation, rule updates, and documentation — driven by the context you define in a central .mixer/ folder in your project.

The workflows are built around agentic tools such as Claude Code, Gemini CLI, and Codex CLI.

You configure your project's .mixer/ folder with instructions that shape how each workflow behaves, run mixersystem sync, and MixerSystem generates runtime config and a Claude Code skill wired to your project context. From there, you can use the wired Mixer skill in Claude Code to start running these workflows.

See the details of provided workflows at the bottom of this doc.

Setup

pip install mixer-system
mixersystem sync

To target a different project: mixersystem sync --project_root=/path/to/project

After upgrading (pip install -U mixer-system), re-run mixersystem sync to refresh generated files.

sync generates: .mixer/settings.json, .mixer/README.md, .claude/skills/mixer/SKILL.md, and Claude Code hooks in .claude/settings.json

Optional: Linear Integration

Set LINEAR_API_KEY in your project .env and configure .mixer/settings.json:

{ "linear": { "team_prefix": "IOSAI", "team_id": "" } }

Workflows

MixerSystem provides five workflows built around fundamental actions. The core delivery sequence is task → plan → work → update → upgrade. Each action produces a primary artifact in the task's work folder.

Task

Creates and configures task.md — the starting point for any work item. You provide a task ID, title, and description. MixerSystem routes the task to the right modules based on your project context (or you specify modules explicitly). Supports syncing tasks to and from Linear.

Plan

Produces plan.md from the task. An agentic builder drafts the plan using your project context, then a review cycle (completeness, rules) checks and revises it. Supports parallel branch planning — multiple builders draft independently, then a merger reviews and synthesizes feedback for the builder to write the final plan. You can choose which provider runs the builder (Claude, Gemini, or Codex).

Work

Implements the plan. A builder agent writes the code, then a tester agent validates it in a build/test loop (up to a configurable number of iterations). The loop continues until tests pass or the iteration limit is reached. Produces work.md with build status. Supports auto-commit and auto-merge when running inside a git repo.

Update

Produces update.md — analyzes completed work and suggests documentation updates to existing doc.md files.

Upgrade

Produces upgrade.md — mines agent logs for generalizable lessons and suggests improvements to project rules.

.mixer/ Configuration

Module-specific instructions live under .mixer/modules/, with one folder per module:

.mixer/
  modules/
    cli/
      plan.md       # how to create plans for this module
      work.md       # how to build work for this module
    generator/
      work.md       # how to build work for this module

Each module in the codebase carries a doc.md with a name field in its frontmatter — the stable identity anchor. The folder name in .mixer/modules/ matches the module name.

Workflows resolve context by walking the module's ancestor chain in the settings tree, collecting doc and rules files along the way.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mixer_system-0.1.10.tar.gz (41.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mixer_system-0.1.10-py3-none-any.whl (55.3 kB view details)

Uploaded Python 3

File details

Details for the file mixer_system-0.1.10.tar.gz.

File metadata

  • Download URL: mixer_system-0.1.10.tar.gz
  • Upload date:
  • Size: 41.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for mixer_system-0.1.10.tar.gz
Algorithm Hash digest
SHA256 3de23696d85d9e06c94d55069c68d63bfb7d575ebbefa05eed43b28803e53bd6
MD5 4dcf13401b6159480d2437c4178aae45
BLAKE2b-256 2015de45cc0cc051816532a989888638b22621a6fd8ec19d2b4f59494aeadd89

See more details on using hashes here.

File details

Details for the file mixer_system-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: mixer_system-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 55.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for mixer_system-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 d5583981a9820fd4d723e5d6ce3ff62ab47f3b4f44c1aef40fc04662a42ae888
MD5 32cff08c60fe1ec4e58e49a2ad5ad759
BLAKE2b-256 24c7b398870c24dd60186bb984d4646856cd7572f8bc0750582615ba0492d2bf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page