NeuralVaultFlow
Session-based development workflow skill for Claude Code, powered by NeuralVaultCore persistent memory.
Ask AI about NeuralVaultFlow
Powered by Claude Β· Grounded in docs
I know everything about NeuralVaultFlow. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
π NeuralVaultFlow
Session-based development workflow skill for Claude Code, powered by NeuralVaultCore persistent memory.
NeuralVaultFlow orchestrates the full development cycle β from brainstorming to deployment β with every step persisted across sessions via NeuralVaultCore.
π Installation
# Global β available in every workspace (recommended)
npx github:getobyte/NeuralVaultFlow --global
# Local β current project only
npx github:getobyte/NeuralVaultFlow --local
Then open Claude Code and type any /nvc: command.
π§© Commands
Development Flow
| Command | What it does |
|---|---|
/nvc:brainstorm | Structured requirements gathering β detects project type, asks targeted questions |
/nvc:plan | Builds executable plans with acceptance criteria (Given/When/Then) |
/nvc:execute | Executes plans step by step with mandatory verify loops |
Quality Checks
| Command | What it does |
|---|---|
/nvc:audit | Static analysis β dead code, errors, consistency, security basics |
/nvc:review | Opinionated code review β architecture, best practices, readability |
Specialized Audits
| Command | What it does |
|---|---|
/nvc:seo | Technical SEO β meta tags, structured data, Core Web Vitals, indexability |
/nvc:geo | AI search visibility β GEO Score 0β100, AI crawler access, E-E-A-T |
/nvc:perf | Performance β frontend bundles, backend queries, infrastructure |
/nvc:security | Security β OWASP Top 10, auth, data exposure, dependencies + exploit scenarios |
Deployment
| Command | What it does |
|---|---|
/nvc:deploy | Pre-deployment gate β blocks deploy on CRITICAL failures |
βοΈ How It Works
Every command integrates with NeuralVaultCore for cross-session persistence:
- Reads NVC context at start (
get_context) to understand current project state - Brainstorm and plan results are saved to NVC automatically
- Execute tracks step-by-step progress with verify loops stored in NVC
- Audit, review, and specialized results are saved with dated keys for history
NVC Key Conventions
| Key Pattern | Written by |
|---|---|
{project}:brainstorm | /nvc:brainstorm |
{project}:plan-{name} | /nvc:plan |
{project}:progress | /nvc:execute |
{project}:audit-{date} | /nvc:audit |
{project}:review-{date} | /nvc:review |
{project}:seo-audit-{date} | /nvc:seo |
{project}:geo-audit-{date} | /nvc:geo |
{project}:deploy-check-{date} | /nvc:deploy |
π Prerequisites
- Claude Code β CLI, desktop app, or IDE extension
- NeuralVaultCore β MCP server running and configured in Claude Code
- Node.js 16+ β for installation
π NeuralVault Ecosystem
| Component | Role |
|---|---|
| π§ NeuralVaultCore | MCP memory server β the brain |
| β‘ NeuralVaultSkill | Session memory automation β /nvc:init + /nvc:end |
| π§Ή NeuralVaultArchivist | Memory consolidation β on-demand cleanup |
| π οΈ NeuralSkillBuilder | Skill builder β design, scaffold, audit |
| π NeuralVaultFlow (you are here) | Dev workflow β brainstorm to deploy |
NeuralVaultFlow β Cyber-Draco Legacy
Built by getobyte Β· Romania π·π΄
