eda-method-implementer

Implement EDA research methods as minimal, testable code patches.

8|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Mr-Fang-VLSI/EDAgent --skill eda-method-implementer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eda-method-implementer
Source: https://github.com/Mr-Fang-VLSI/EDAgent/tree/main/skills/eda-method-implementer
Command: npx skills add https://github.com/Mr-Fang-VLSI/EDAgent --skill eda-method-implementer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Moves approved EDA hypothesis and experiment plans into disciplined, minimal-risk implementations that are testable, reversible, and auditable so research work becomes reproducible and handoff-ready.

Core Features & Use Cases

  • Contract-first implementation: define target files, expected behavior delta, and validation metrics before coding.
  • Tool-catalog awareness: query existing tools and scripts to avoid duplication and reuse proven utilities.
  • Iterative, low-risk delivery: implement minimal viable patches, run validations, record change logs, and prepare versioned handoffs to git.
  • Use Case: convert an approved placement-and-routing experiment plan into a small, validated implementation patch with linked hypothesis ID and a validation report.

Quick Start

Use the eda-method-implementer to implement a minimal, testable patch from an approved hypothesis and run the validation commands.

Frequently Asked Questions about eda-method-implementer

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

FAQPage Schema
How do I convert an approved EDA research hypothesis into testable code?

To convert an EDA research hypothesis into testable code, define an implementation contract specifying target files and expected behavior, then apply minimal, reversible patches with linked hypothesis IDs for validated experiment designs.

What is an implementation contract in EDA method development?

An implementation contract in EDA method development defines target files, expected behavior deltas, and validation metrics before coding begins, ensuring disciplined, minimal-risk implementations that are testable and auditable.

How do I avoid duplicate scripts when implementing EDA tool patches?

To avoid duplicate scripts when implementing EDA tool patches, query the tool-catalog to check existing tools and scripts, enabling reuse of proven utilities before writing new code for your research workflow.

How do I prepare a versioned handoff for EDA research code?

To prepare a versioned handoff for EDA research code, implement minimal viable patches, run validation commands, record change logs, and register outputs to git for reproducible, auditable research delivery.

Can I implement EDA placement-and-routing experiments with reversible patches?

Yes, you can implement EDA placement-and-routing experiments with reversible patches by applying contract-first implementation principles that ensure changes are minimal, testable, and linked to approved hypothesis IDs.

What validation logs are needed for EDA research code implementation?

Validation command logs are required for EDA research code implementation to satisfy requirements for defined implementation contracts, ensuring patches are testable, reversible, and auditable during research workflows.