Curious how it works with AI tools like Claude or Cursor in practice. Does it stay lightweight?
Show HN: SpecMind – AI architecture tool for vibe coding
11–18 of 18 posts
Re: Show HN: SpecMind – AI architecture tool for vibe coding
#12Re: Show HN: SpecMind – AI architecture tool for vibe coding
#13Re: Show HN: SpecMind – AI architecture tool for vibe coding
#14Re: Show HN: SpecMind – AI architecture tool for vibe coding
#15Checked the repo. How hard is it to plug this into an existing project?
Re: Show HN: SpecMind – AI architecture tool for vibe coding
#16Checked the repo. How hard is it to plug this into an existing project?
It is straightforward. You run npx specmind setup 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.
Re: Show HN: SpecMind – AI architecture tool for vibe coding
#17Re: Show HN: SpecMind – AI architecture tool for vibe coding
#18As someone who has worked on long-lived enterprise codebases, I can confirm that architecture drift is a silent killer. Having a tool that continuously generates specs and diagrams from actual code is extremely useful. The Mermaid diagrams in plain text are a big plus. Excited to see Go and Rust support.