plugin-workflow

Community

Orchestrates plugin implementation with subagents.

Authorbretbouchard
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Pure orchestrator for JUCE plugin implementation, delegating to specialized subagents and ensuring continuous validation after each stage.

Core Features & Use Cases

  • Pure Orchestrator: No direct code implementation; delegates to foundation-shell-agent, dsp-agent, and gui-agent.
  • Checkpoint & Validation: After each stage, runs enhanced runtime validation and commits state.
  • Use Case: When implementing a new JUCE plugin, this skill coordinates foundation, DSP, and GUI stages with guardrails.

Quick Start

Use /implement [PluginName] to start the staged workflow; the orchestrator coordinates stages and validations automatically.

Dependency Matrix

Required Modules

None required

Components

referencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: plugin-workflow
Download link: https://github.com/bretbouchard/plugin-freedom-system/archive/main.zip#plugin-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository