Viewing profile — mushgev
mushgev
HN member- Joined
- Sun, Oct 11, 2015, 5:57 AM UTC
- HN karma
- 2
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About mushgev
No profile information was provided.
Recent public activity
-
comment
Comment #47593835
[dead]
-
story
Show HN: I built an AI executive assistant you use through iMessage
I built an AI executive assistant that works through iMessage. Instead of creating another dashboard or agent interface, I wanted something that behaves more like messaging a real …
-
comment
Comment #45938688
Thanks for this. Architecture drift was exactly what pushed me to build it. I wanted a way to keep the system picture accurate without anyone needing to manually update diagrams. K…
-
comment
Comment #45910215
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 enti…
-
comment
Comment #45891770
Integration with AI tools like Claude and Cursor is core to how SpecMind works. It runs as slash commands inside those tools, so you can analyze, design, and implement features dir…
-
comment
Comment #45890667
Yes, absolutely. The VS Code extension is only for previewing the .sm files since they use Markdown and Mermaid diagrams. Everything else works through the CLI and slash commands, …
-
comment
Comment #45889978
Thanks! I started building this after running into the problem myself. On one project we had five developers, each using AI tools, and everyone ended up structuring things differen…
-
comment
Comment #45888492
SpecMind works by combining static code analysis with AI generated specs. It uses Tree-sitter to parse the entire codebase and build a structured model of services, layers, entitie…
-
story
Show HN: SpecMind – AI architecture tool for vibe coding
I built SpecMind, an open source developer tool for spec driven vibe coding. It keeps architecture and implementation aligned from the first commit instead of letting them drift ap…