ARCHITECTURE & PLANNING

Convert DSP plugin concept briefs into architecture.md and plan.md design documents.

299|47|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Noizefield/audio-plugin-coder --skill architecture-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ARCHITECTURE & PLANNING
Source: https://github.com/Noizefield/audio-plugin-coder/tree/main/.claude/skills/plan
Command: npx skills add https://github.com/Noizefield/audio-plugin-coder --skill architecture-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams plan the architecture and implementation strategy for a DSP plugin by converting a conceptual brief into concrete design documentation.

Core Features & Use Cases

  • Generate a DSP architecture layout (core components, processing chain) from the creative brief and parameter spec.
  • Produce an implementation plan with complexity assessment and recommended milestones.
  • Output architecture.md and plan.md for project alignment and handoff.

Quick Start

Plan architecture for a plugin named [Name] using the creative-brief.md and parameter-spec.md located in plugins/[Name]/.ideas/

Frequently Asked Questions about ARCHITECTURE & PLANNING

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

FAQPage Schema
How do I plan DSP plugin architecture from a concept brief?

Plan DSP plugin architecture by converting a creative brief and parameter spec into design documentation, generating an architecture.md file that defines core components, maps parameters to DSP blocks, and outlines the processing chain.

What is included in DSP architecture design documentation?

DSP architecture design documentation includes core component definitions, a parameter-to-DSP-block mapping, processing chain layout, complexity assessment, and a recommended implementation approach for development validation.

How do I map plugin parameters to DSP processing blocks?

Map plugin parameters to DSP processing blocks by reading the parameter specification and translating each control variable into corresponding architectural components within the generated architecture.md file.

Can I assess implementation complexity for a DSP plugin before coding?

Assess DSP plugin implementation complexity during planning by evaluating the architecture layout and parameter mapping, producing a plan.md with recommended milestones and a phased or single-pass implementation approach.

Do I need a creative brief and parameter spec to generate a DSP implementation plan?

A creative brief and parameter spec are required to generate a DSP implementation plan, as these input documents provide the conceptual scope and control definitions needed to produce accurate architecture and validation guidance.

What is the best way to document a phased implementation plan for audio plugin development?

Document a phased implementation plan for audio plugin development by generating a plan.md file that outlines milestones, assesses architectural complexity, and recommends either a phased or single-pass implementation approach for project alignment.