StoryContextGen is a small .NET CLI tool that generates focused workspace context files for a specific story or feature.
It helps reduce noise by keeping only the folders you care about visible in VS Code and available to Cursor.
Windows executable:
-
.vscode/settings.json
Hides folders that are not included in your config from the VS Code explorer -
.cursorignore
Excludes folders that are not included in your config from Cursor context
story-context-gen.exe "<path-to-json-config>"{
"repoRoot": "C:/path/to/your/repository",
"folders": [
{ "path": "functions/ProjectA" },
{ "path": "web/ProjectB" }
]
}