Skip to content

intent engineering for Zed

com.seanwinslow/intent-engineering

Audit, scaffold, and triage agent intent specs against a 9-section template.

client:Zed transport:stdio runtime:npm

Install intent engineering in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "intent-engineering": {
      "command": "npx",
      "args": [
        "-y",
        "@swins/intent-engineering-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

intent engineering in other clients