distributions/direct/example/modular-synthesis-philosophy/SKILL.md
Apply modular synthesis principles to system design, workflow architecture, and conceptual frameworks. Use when designing modular systems, creating architecture diagrams using synthesis metaphors, applying signal flow thinking to data pipelines, or translating between audio engineering and software concepts. Triggers on modular architecture design, signal flow diagrams, synthesis-inspired system thinking, or "oscillator/patch" metaphors.
npx skillsauth add a-organvm/a-i--skills modular-synthesis-philosophyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Translate the wisdom of modular synthesis into system design and conceptual frameworks.
In modular synthesis, every function is a discrete, replaceable unit with defined inputs and outputs. Apply this to:
The power isn't in the modules—it's in how they connect. A simple oscillator becomes complex through routing.
System design equivalent: APIs, interfaces, data contracts, message passing.
Modular synthesis distinguishes between:
System equivalent:
Synthesis philosophy: there are no mistakes, only unexpected results. Patching a clock into an audio input creates something.
Design equivalent: Embrace emergence. Systems can be recombined in ways designers didn't anticipate.
| Synthesis | System Equivalent | |-----------|-------------------| | VCO (voltage-controlled oscillator) | Data source, API endpoint, sensor | | LFO (low-frequency oscillator) | Scheduler, cron job, heartbeat | | Noise source | Random generator, entropy source | | Sample & Hold | Cache, state capture, snapshot |
| Synthesis | System Equivalent | |-----------|-------------------| | VCF (voltage-controlled filter) | Data transformer, query filter | | Lowpass filter | Noise reduction, smoothing, aggregation | | Highpass filter | Change detection, delta extraction | | Bandpass filter | Specific extraction, search query |
| Synthesis | System Equivalent | |-----------|-------------------| | Envelope (ADSR) | Lifecycle management (init, active, decay, cleanup) | | Sequencer | Workflow orchestrator, state machine | | Quantizer | Validator, normalizer, type coercer | | Slew limiter | Rate limiter, gradual rollout |
| Synthesis | System Equivalent | |-----------|-------------------| | Mixer | Aggregator, combiner, merge function | | VCA (voltage-controlled amplifier) | Gain control, feature flag, throttle | | Multiple/Splitter | Fan-out, broadcast, pub/sub | | Switch | Router, conditional, A/B test | | Attenuator | Scaler, normalizer, reducer |
[Source] → [Process A] → [Process B] → [Output]
Simple, predictable, easy to debug. Each stage transforms and passes on.
When to use: ETL pipelines, request processing, assembly lines.
┌→ [Process A] →┐
[Source] [Mixer] → [Output]
└→ [Process B] →┘
Process the same signal differently, combine results.
When to use: A/B testing, redundancy, multi-format output.
[Source] → [Process] → [Output]
↑____________|
Output feeds back into input. Creates complexity, can create instability.
When to use: Iteration, learning systems, self-regulation. Warning: Needs attenuation or the system oscillates out of control.
[Osc A] ←→ [Osc B]
↓ ↓
[Mix] → [Output]
Two modules modulate each other. Creates complex, evolving behavior.
When to use: Emergent systems, creative AI, market dynamics.
Standard approach: Follow established patterns, use popular frameworks, minimize surprise.
Synthesis approach: Experiment with unconventional signal paths. The "wrong" patch might create something novel.
What are the signal generators in your system?
What transforms signals?
What controls behavior?
How do signals flow?
How do multiple signals combine?
┌─────────────┐
│ MODULE │
│ │
│ ○ CV In │ ○ = Input
│ ● Audio In │ ● = Output (filled)
│ ● Out │
└─────────────┘
Patch cables: ──────── (audio)
········ (CV/control)
references/module-mappings.md - Extended module-to-system translationsreferences/patch-diagrams.md - Example system diagrams in synthesis styletesting
Designs systems for encoding, scoring, and generating choreographic movement using Laban notation, computational geometry, and procedural animation principles.
tools
Manage monorepos and multi-package repositories with workspace tools, dependency management, selective builds, and change detection. Covers npm/pnpm workspaces, Turborepo, and Python monorepo patterns. Triggers on monorepo setup, workspace management, or multi-package repository requests.
development
Curated bundle for managing monorepos with containerized deployment pipelines. Includes monorepo management, Docker containerization, CI/CD deployment, and coding standards. Use when setting up or improving multi-package repository infrastructure.
development
Architects cross-platform and native mobile applications, providing guidance on state management, navigation, and platform-specific best practices for React Native, Flutter, iOS, and Android.