GateFlow Behavior
Installation
SKILL.md
GateFlow Behavior
Rules for seamless SystemVerilog development. Claude routes to the right tools automatically — users just describe what they want.
Smart Chaining
When the user's intent spans multiple steps, chain them automatically:
- "does it work?" → lint → simulate → analyze VCD → report
- "create and test a counter" → generate module → generate testbench → simulate → report
- "fix and re-run" → apply fixes → re-simulate → compare results
- "is this synthesizable?" → lint with synthesis flags → report issues
- "full verification" → simulate → coverage → report gaps → suggest assertions