design-synthesis

Synthesize research findings into design decisions with codebase scans and trade-off comparisons.

2|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/bsamiee/Parametric_Forge --skill design-synthesis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-synthesis
Source: https://github.com/bsamiee/Parametric_Forge/tree/main/.claude/skills/design-synthesis
Command: npx skills add https://github.com/bsamiee/Parametric_Forge --skill design-synthesis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and templates (resource) components.

What problem does it solve?

Synthesizes research findings into design decisions via codebase investigation.

Core Features & Use Cases

  • Light codebase scan to surface patterns and constraints.
  • Explore and compare two to three approaches with trade-offs.
  • Produce a downstream design document detailing decisions.

Quick Start

Ingest research and output a design brainstorm doc.

Frequently Asked Questions about design-synthesis

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

FAQPage Schema
How do I turn research findings into design decisions for my codebase?

Design synthesis translates research into implementation approaches by scanning your codebase for patterns and constraints, then generating multiple design alternatives with trade-offs evaluated against your specific context. The output is a structured design document grounding each choice in research.

What's the best way to evaluate design trade-offs before implementation?

Synthesizing research into design compares two to three approaches by analyzing your codebase patterns, documenting the trade-offs of each, and selecting the best approach with explicit rationale. This bridges research findings directly to planning phases.

How do I document design decisions so they connect to research?

Research synthesis produces a design document that ties each decision back to research artifacts and codebase constraints discovered during investigation. Templates structure the output so rationale and trade-offs are explicit and traceable.

Can I use design synthesis with existing codebases to validate new approaches?

Yes. The Skill scans your existing codebase to surface patterns and constraints, then generates design alternatives that account for your current architecture. This ensures new approaches are grounded in both research and your implementation reality.

What input do I need before synthesizing research into design?

Ingest research artifacts—findings, requirements, or constraints—and provide access to your codebase. The Skill performs light scanning to identify patterns, then generates design approaches with trade-offs ready for downstream planning.