@eristack/ai-workflow
v0.1.1
Published
Local-first AI workflow for Eristack projects: MCP server, FTS+vector index, backlog/sprint/ADR artifacts — low-token agent tools that do not replace existing editors or Intent
Maintainers
Readme
@eristack/ai-workflow
Local-first AI workflow for Eristack projects: installable MCP server, FTS + on-device vector index, and sprint/backlog/ADR folders.
Designed so agents stay effective with low token usage — compact search hits and short workflow JSON — without replacing Cursor, TanStack Intent, git, or @eristack/ai-knowledge.
Install
pnpm add -D @eristack/ai-workflow
pnpm eristack-workflow init
pnpm eristack-workflow indexCLI
pnpm eristack-workflow status
pnpm eristack-workflow search "refresh token rotation"
pnpm eristack-workflow sprint create --title "Auth sessions"
pnpm eristack-workflow sprint summarizeMCP (Cursor / Claude / VS Code)
{
"mcpServers": {
"eristack-workflow": {
"command": "pnpm",
"args": ["exec", "eristack-workflow-mcp"],
"cwd": "${workspaceFolder}"
}
}
}Additive only — keep your existing MCP servers and Intent skills.
Project layout
.eristack/
workflow/
config.json
backlog/items.yaml
sprints/<date>-<slug>/
plan.md
tasks.yaml
adr/
summary.md
index/workflow.sqlite # gitignoredToken discipline
- Search: max 8 hits, ≤3-line snippets
- Workflow tools: ids/status/paths — read markdown files when you need prose
- Use
read_chunkfor bounded file slices after search
With Eristack knowledge
pnpm dlx @tanstack/intent@latest load @eristack/ai-knowledge#architecture-recommend
pnpm dlx @tanstack/intent@latest load @eristack/ai-knowledge#recommend-eristack
pnpm dlx @tanstack/intent@latest load @eristack/ai-workflow#ai-workflow-coreDocs
See docs/ — concepts, MCP tool reference, search/index, sprint workflow, CLI/client, recipes.
