Complete installation and setup instructions for the OCTALUME Enterprise Lifecycle Framework.
# Clone the repository
git clone https://github.com/Harery/OCTALUME.git
cd OCTALUME
# Start Claude Code
claudeOCTALUME loads automatically. No additional installation required.
| Software | Version | Check Command |
|---|---|---|
| Node.js | 18.0+ | node --version |
| npm | 9.0+ | npm --version |
| git | 2.0+ | git --version |
| jq | 1.6+ | jq --version |
Ubuntu/Debian:
sudo apt update
sudo apt install nodejs npm git jqCentOS/RHEL:
sudo yum install nodejs npm git jqmacOS:
brew install node git jq| Platform | Status |
|---|---|
| Linux (Ubuntu, Debian, CentOS) | Fully Supported |
| macOS (Intel and Apple Silicon) | Supported |
| Windows with WSL2 | Supported |
cd ~/projects
git clone https://github.com/Harery/OCTALUME.git
cd OCTALUMEThe MCP server provides enhanced functionality:
cd .claude/mcp-server
npm install
cd ../..npm install -g @anthropic-ai/claude-codeclaude loginFollow the browser prompts to authenticate.
ls -laYou should see:
- CLAUDE.md
- README.md
- SETUP_GUIDE.md
- skills/
- .claude/
cd ~/projects/OCTALUME
claudeType this prompt:
Initialize a new lifecycle project for [describe your project]
Example:
Initialize a new lifecycle project for a task management app with:
- User authentication
- Task creation and editing
- Due dates and reminders
- Team collaboration
Timeline: 4 months
Team: 3 developers
- Claude asks clarifying questions
- Creates project structure
- Generates 200-500 features
- Sets up git repository
- Starts Phase 1: Vision and Strategy
cd ~/projects/OCTALUME
claudeClaude reads your project state and continues where you left off.
What is the current project status?
We have completed Phase 2. Run go/no-go and move to Phase 3.
We are blocked on [describe the issue]
Continue with the next feature
Problem: Claude does not recognize OCTALUME commands.
Solution: Ensure you are in the OCTALUME directory:
pwd # Should show path to OCTALUMEProblem: npm install fails in .claude/mcp-server
Solution:
rm -rf node_modules package-lock.json
npm installProblem: Permission denied when running scripts
Solution:
chmod +x scripts/*.sh
chmod +x .claude/hooks/*.sh
chmod +x .claude/memory/*.shProblem: Requires Node.js 18+
Solution:
# Using nvm
nvm install 18
nvm use 18| Action | Command |
|---|---|
| Start Claude Code | claude |
| Initialize project | Initialize a new lifecycle project for... |
| Check status | What is the current project status? |
| Move to next phase | We have completed Phase X. Run go/no-go. |
| Continue work | Continue with the next feature |
| What | Where |
|---|---|
| Framework context | CLAUDE.md |
| Phase skills | skills/phase_XX/ |
| Shared skills | skills/shared/ |
| Memory bank | .claude/memory/ |
| Project state | .claude/project-state.json |
| Phase | Name | Owner |
|---|---|---|
| 1 | Vision and Strategy | Product Owner |
| 2 | Requirements and Scope | Product Owner |
| 3 | Architecture and Design | CTA |
| 4 | Development Planning | Project Manager |
| 5 | Development Execution | Tech Lead |
| 6 | Quality and Security | QA Lead |
| 7 | Deployment and Release | DevOps |
| 8 | Operations and Maintenance | SRE |
After setup:
- Read README.md for framework overview
- Review FRAMEWORK_VISUALIZATION.md for visual workflows
- Run TESTING_GUIDE.md to verify installation
- Start your first project with Claude Code
| Channel | Details |
|---|---|
| Repository | https://github.com/Harery/OCTALUME |
| octalume@harery.com | |
| Website | https://harery.com |
Version 1.0.0 | OCTALUME Enterprise Lifecycle Framework