From envicon-workflow
Verify prerequisites for Envicon workflow plugins (OpenSpec CLI, Node, Python, LightRAG deps). Use when onboarding a new machine or troubleshooting missing tools before running workflow skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/envicon-workflow:envicon-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run these checks before using other `envicon-workflow` skills.
Run these checks before using other envicon-workflow skills.
Node.js — required for OpenSpec and claude-mem:
node --version
OpenSpec CLI — install if missing:
npm install -g @fission-ai/openspec@latest
openspec --version
Python 3.10+ — required for LightRAG scripts:
python --version
LightRAG dependencies — from the plugin root (${CLAUDE_PLUGIN_ROOT}):
pip install -r scripts/lightrag/requirements.txt
Project OpenSpec init — in the target project repo (once per project):
openspec init --tools claude
claude-mem — confirm installed:
/plugin list
Expect claude-mem@envicon-workflow enabled. Worker should start on session start.
Summarize pass/fail for each check. If any fail, give the exact install command and stop before running workflow skills.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub shivansh-dutta/envicon-workflow-plugin --plugin envicon-workflow