Start FeelsClaudeMan server
Starts all FeelsClaudeMan services (daemon, WebSocket server, and Web UI) and verifies they're running. Use this to launch the full application stack after installation or when the dashboard becomes unavailable.
/plugin marketplace add gfsaaser24/feelsclaudeman/plugin install feelsclaudeman@feelsclaudemanStart all FeelsClaudeMan processes (daemon, WebSocket server, and Web UI).
Note: The MCP server starts automatically when this plugin is loaded by Claude Code.
Start all services:
python "${CLAUDE_PLUGIN_ROOT}/hooks/lifecycle.py" start
Check daemon health (HTTP API on port 3849):
curl -s http://localhost:3849/health
If you updated daemon code and need to reload it, use restart instead:
python "${CLAUDE_PLUGIN_ROOT}/hooks/lifecycle.py" restart
After starting, the dashboard is available at: http://localhost:3000
/startInitiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.