module-workflow

Orchestrate VCV Rack module development stages 2-6 via specialized subagents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/davidorex/vcv-rack-module-creation-framework --skill module-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: module-workflow
Source: https://github.com/davidorex/vcv-rack-module-creation-framework/tree/main/.claude/skills/module-workflow
Command: npx skills add https://github.com/davidorex/vcv-rack-module-creation-framework --skill module-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Pure orchestrator for stages 2-6 of VCV Rack module implementation. This skill delegates all substantive work to specialized subagents and coordinates state transitions, handoffs, and decision points after each stage.

Core Features & Use Cases

  • Pure orchestrator for stages 2-6 (Foundation through Validation). Does not implement module logic directly.
  • Invokes specialized subagents for foundations, shell, DSP, GUI, and validation, and presents a decision menu after each stage.
  • Maintains contract and handoff discipline, updating planning/state files and ensuring traceability.

Quick Start

Use the module-workflow skill to coordinate Stage 2 (Foundation) through Stage 6 (Validation), always via subagents.

Frequently Asked Questions about module-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate a multi-stage VCV Rack module development workflow?

Orchestrate module development stages 2-6 by delegating each task to specialized subagents—Foundation, Shell, DSP, GUI, and Validation—while the workflow skill coordinates state transitions, maintains handoff files, and presents decision menus after each stage completes.

Can I resume module development from where I left off using handoff files?

Yes, the workflow skill handles resumption from handoff files, enforcing precondition checks to verify prior stages completed correctly before proceeding, ensuring continuity across interrupted development sessions.

What happens after each development stage completes?

After each stage, the workflow skill automatically commits changes, updates planning and status files, presents a numbered decision menu for the next action, and manages state transitions to maintain traceability throughout the module project.

Do I need to manually manage git commits during module development?

No, the workflow skill automatically commits changes after each stage completes, removing the manual overhead and ensuring consistent version control discipline across Foundation, Shell, DSP, GUI, and Validation stages.

When can Stage 6 validation run without manual intervention?

Stage 6 validation runs directly when preconditions are met and prior stages have completed successfully, eliminating unnecessary decision cycles and accelerating the final validation phase of module development.

What problem does delegating module development to subagents solve?

Delegating to specialized subagents separates concerns across Foundation, Shell, DSP, and GUI work while the orchestrator coordinates handoffs and state, allowing focused expertise at each stage without central bottlenecks.