You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@mind-fold/open-flow

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mind-fold/open-flow

AI-assisted development workflow initializer for Cursor, Claude Code and more

Source
npmnpm
Version
0.2.17
Version published
Weekly downloads
1
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

open-flow

AI-assisted development workflow system for Cursor, Claude Code and more.

Give your AI coding assistant "long-term memory" through structured progress tracking and project-specific guidelines.

Based on Anthropic's Effective Harnesses for Long-Running Agents.

Install

npm install -g @mind-fold/open-flow

Initialize

cd your-project

# Initialize workflow system
of init
# or: open-flow init

# Set your developer identity (use your git name)
of init -u your-git-name
# or: open-flow init -u your-git-name

You'll be prompted to select AI tools to configure:

  • Cursor
  • Claude Code

Learn the Workflow

After initialization, open your AI IDE (Cursor or Claude Code) and run:

/onboard-developer

The AI will explain in detail:

  • Core Philosophy: Why this workflow exists, what problems it solves
  • System Structure: What each directory does
  • Command Deep Dive: Each command's purpose, mechanism, and importance
  • Real-World Examples: 5 complete workflow scenarios with step-by-step explanations

Quick Reference

Core Workflow Commands

CommandWhen to Use
/init-agentStart of every session
/before-frontend-devBefore writing frontend code
/before-backend-devBefore writing backend code
/check-frontendAfter writing frontend code
/check-backendAfter writing backend code
/check-cross-layerAfter changes spanning multiple layers
/finish-workBefore human commits
/record-agent-flowAfter human commits
/break-loopEnd debugging/investigation

Customization Commands

CommandPurpose
/generate-frontend-structureAuto-scan project and generate frontend guidelines
/generate-backend-structureAuto-scan project and generate backend guidelines
/extract-to-rulesExtract knowledge from docs into guidelines

Utility Commands

CommandPurpose
/onboard-developerLearn the complete workflow system
/create-commandCreate new slash command
/record-questionDocument solved problems

CLI Commands

of init              # Initialize in current project
of init -u <name>    # Initialize with developer identity
of --version         # Show version
of --help            # Show help

# 'open-flow' works the same as 'of'
open-flow init
open-flow init -u <name>

Key Principles

  • AI Never Commits - AI prepares code, human tests and commits
  • Guidelines Before Code - Read project conventions before writing
  • Check After Code - Verify against guidelines before commit
  • Record Everything - Persist session context for future sessions

Contributing

npm install
npm run build
npm run dev

License

MIT

Keywords

ai

FAQs

Package last updated on 02 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts