Skip to content
VS Code

intent engineering for VS Code

com.seanwinslow/intent-engineering

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

client:VS Code transport:stdio runtime:npm

Install intent engineering in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

intent engineering in other clients