skills/bscost-theory-opt/SKILL.md
Build and validate theory-grounded optimization models for backside front-vs-back net cost (signal and clock), with strict metric contracts and stability gates against HPWL baselines. Use when users request principled model fitting, crossover reasoning, or promotion decisions from shadow mode to active optimization.
npx skillsauth add biswajit56546/edagent bscost-theory-optInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the task is to move from heuristic cost terms to a validated optimization model that can be promoted only after passing gates.
delta_tau_ps = tau_back_ps - tau_front_psdelta_cost = cost_back - cost_frontcost_front, cost_back, min_costBuild from physically meaningful inputs first:
Use shared feature names across signal and clock tracks where possible.
Load:
references/theory_formulation.mdLoad:
references/optimization_and_gates.mdModel can be promoted only if:
delta_pearson > 0delta_spearman >= 0delta_sign > 0proxy modeIf any gate fails, keep shadow mode and iterate model/feature design.
When moving beyond current datasets:
Load:
references/internet_benchmark_notes.md*.dataset.tsv (dataset-level scorecard)*.per_fold.tsv (fold-level evidence)*.summary.md with final PASS/FAIL and open risksregion_exact vs proxy_modetesting
Apply and validate GT3 backside routing policy in Innovus. Use when configuring CTS/PDN/signal layer usage, submitting GT3 consistency runs, diagnosing zero-backside-nets, or enforcing BPR-reserved-for-PDN constraints.
testing
Use git to version-control local research/EDA iterations with reproducible checkpoints, clear commit/tag structure, and explicit per-version differentiation records. Use when users ask to create baselines, compare versions, snapshot experiment states, prepare rollback points, or document each version's characteristics and distinguishing deltas.
development
Theory-level veto skill for EDA plans. Use before expensive experiment submissions or major flow/model changes to identify logically unsound assumptions, contradiction with known physics/policy, and high-risk invalid comparisons. Produces GO/CONDITIONAL/NO-GO with evidence.
tools
Package the agent+skill infrastructure into a standalone, portable repository-ready bundle with skill-local tool mirrors.