@jakkrichm/create-nexus-devflow
v2.6.1
Published
Installer package for Nexus-DevFlow agentic workflow layer.
Maintainers
Readme
@jakkrichm/create-nexus-devflow
Install and manage Nexus-DevFlow — an enterprise-grade agentic workflow layer supporting The 3-Pillars Model & Single Living Spec Model into any web app, backend, or existing codebase.
GitHub Repository | Documentation | Changelog
🚀 Quick Installation
Requires Node.js 18 or newer. Run the installer in your target project directory:
# Automated install (Recommended)
npx -y @jakkrichm/create-nexus-devflow@latest -y
# Interactive install
npx @jakkrichm/create-nexus-devflow@latestThe installer overlays the DevFlow workflow layer into your workspace:
AGENTS.md&CLAUDE.md(Universal AI guidelines & cross-tool entry point).agents/skills/(28 Core Skills for Google Antigravity, OpenAI Codex, Cursor, Copilot).claude/skills/(28 Core Skills for Claude Code)devflow/ideas.md(Idea inbox with AI feasibility scoring)devflow/context/(Living spec & active delivery context)devflow/history/(Categorized delivery archives)
The 28 names come from the canonical bundled inventory. Local or Personal Skills may coexist in a maintainer workspace, but the package builder excludes them unless they are explicitly promoted into that inventory.
⚡ The Unified 4-Stage Living Spec Lifecycle
All development tasks execute through the 4-stage single living spec lifecycle:
/feature (or /fix) ──▶ /implement ──▶ /check ──▶ /completefeature/fix(/feature,/fix): Combines Discover, Define, Spec, and Plan. Allocates sequential ID (xxx-slug) and initializes the Single Living Spec (devflow/context/current-feature.md).implement(/implement): Incrementally executes checklist tasks with strict TDD discipline (Red-Green-Refactor).check(/check): Dual-Axis review combining empirical spec fidelity with independent standards, architecture, and quality gates.complete(/complete): Final safety pass, records Release Digest, auto-archives living spec todevflow/history/, resets the stub, and manages the git delivery gate.
🔮 Pre-Flight Discovery Suite
/idea: Capture raw ideas indevflow/ideas.mdwith instant AI feasibility scoring./grill(or/align): Socratic alignment & domain modeling; records Architecture Decision Records (devflow/decisions/ADR-xxx.md)./brainstorm: Structured divergent/convergent ideation with trade-off analysis./discovery: Deep inception and exploratory discovery (devflow/discoveries/DISC-xxx.md).
For failures, /debug follows a scientific six-phase diagnosis built around a
red-capable feedback loop and does not modify source. Architecture review follows
Deep Modules principles: small public interfaces, hidden implementation
complexity, and stable seams.
Maintainer contracts and examples are available in the repository: governance rules, Markdown metadata, manual review workflow, and Living Spec examples.
🌐 Web Dashboard & Real-Time Studio
Launch the local interactive Web Dashboard with 0ms SSR First Paint and Single-Flight Git caching:
# Launch dashboard on http://127.0.0.1:4318
npx @jakkrichm/create-nexus-devflow dashboard🛠️ CLI Management Commands
# Start Web Dashboard
npx @jakkrichm/create-nexus-devflow dashboard [--port 4318]
# Automated Quality Gatekeeper & Pre-commit Hooks
npx @jakkrichm/create-nexus-devflow check-gate [--strict]
npx @jakkrichm/create-nexus-devflow hook install pre-commit
# Model Context Protocol (MCP) Server Hub (12 Native Tools)
npx @jakkrichm/create-nexus-devflow mcp
# Just-In-Time (JIT) Dynamic Context Slicing
npx @jakkrichm/create-nexus-devflow slice --stage implement
# Git Diff Drift Detection & Reconciler
npx @jakkrichm/create-nexus-devflow drift
npx @jakkrichm/create-nexus-devflow reconcile
# Multi-Agent Swarm & Code Graph
npx @jakkrichm/create-nexus-devflow swarm
npx @jakkrichm/create-nexus-devflow graph --file src/index.ts
# Framework Update & Safety Rollback
npx @jakkrichm/create-nexus-devflow update [--check]📄 License
MIT © Jakkrich
