
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
@mind-fold/open-flow
Advanced tools
AI-assisted development workflow initializer for Cursor, Claude Code and more
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.
npm install -g @mind-fold/open-flow
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:
After initialization, open your AI IDE (Cursor or Claude Code) and run:
/onboard-developer
The AI will explain in detail:
| Command | When to Use |
|---|---|
/init-agent | Start of every session |
/before-frontend-dev | Before writing frontend code |
/before-backend-dev | Before writing backend code |
/check-frontend | After writing frontend code |
/check-backend | After writing backend code |
/check-cross-layer | After changes spanning multiple layers |
/finish-work | Before human commits |
/record-agent-flow | After human commits |
/break-loop | End debugging/investigation |
| Command | Purpose |
|---|---|
/generate-frontend-structure | Auto-scan project and generate frontend guidelines |
/generate-backend-structure | Auto-scan project and generate backend guidelines |
/extract-to-rules | Extract knowledge from docs into guidelines |
| Command | Purpose |
|---|---|
/onboard-developer | Learn the complete workflow system |
/create-command | Create new slash command |
/record-question | Document solved problems |
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>
npm install
npm run build
npm run dev
MIT
FAQs
AI-assisted development workflow initializer for Cursor, Claude Code and more
The npm package @mind-fold/open-flow receives a total of 1 weekly downloads. As such, @mind-fold/open-flow popularity was classified as not popular.
We found that @mind-fold/open-flow demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.