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.

# 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.
| 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 |
| Command |
What it does |
/nvc:audit |
Static analysis — dead code, errors, consistency, security basics |
/nvc:review |
Opinionated code review — architecture, best practices, readability |
| 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 |
| Command |
What it does |
/nvc:deploy |
Pre-deployment gate — blocks deploy on CRITICAL failures |
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
| 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 |
- Claude Code — CLI, desktop app, or IDE extension
- NeuralVaultCore — MCP server running and configured in Claude Code
- Node.js 16+ — for installation
NeuralVaultFlow — Cyber-Draco Legacy
Built by getobyte · Romania 🇷🇴