Hacker News new | ask | show | jobs
by NarHar 219 days ago
Checked the repo. How hard is it to plug this into an existing project?
1 comments

It is straightforward. You run npx specmind setup <your-ai-tool> in your project so the slash commands are added, then open your AI assistant and run the /analyze command. The CLI parses the entire codebase with Tree-sitter and generates the system.sm file from what already exists. No code changes or prep work needed.
Cool! Thank you! Will try it out today.