Manage context alignment and cognitive overhead when using Claude Code. Isolated workspaces, consistent workflow, analysis and planning artifacts visible for all and persisted in your issue tracker. Great for teams and solo devs. Check out this repo's closed issues for examples.
git clone https://github.com/iloom-ai/iloom-cli.gitiloom-cli is a CLI tool built for Claude Code that creates isolated development environments (git worktrees, database branches, unique ports) for each task while documenting the AI agent's reasoning in your issue tracker. Instead of chat logs that disappear, iloom records analysis, execution plans, assumptions, and risks as permanent issue comments, so your team can understand why code was written a certain way and pick up context when context-switching between tasks. When tasks grow larger, swarm mode decomposes work into child issues and launches parallel agents to execute them independently, each with full iloom workflow visibility. Teams and solo developers benefit from persistent decision records, reduced cognitive overhead, and the ability to multitask across several agents without losing the thread.
1. **Install iloom-cli**: Run `pip install iloom-cli` or `brew install iloom-cli` depending on your system. Verify with `iloom --version`. 2. **Initialize Workspace**: Use `iloom init --name [PROJECT_NAME] --issue-tracker-path [PATH]` to create an isolated workspace. Replace [PROJECT_NAME] with your project (e.g., 'auth-migration') and [PATH] with your issue tracker directory (e.g., '~/projects/issue-tracker'). 3. **Generate Artifacts**: Run `iloom plan --requirements "[REQUIREMENTS]" --output-format markdown` to create a project plan. Replace [REQUIREMENTS] with your project needs (e.g., 'Migrate legacy auth to OAuth2 with PKCE'). 4. **Save to Issue Tracker**: Use `iloom save --file [PLAN_FILE.md] --issue-tracker-path [PATH]` to persist the plan. For GitHub, run `iloom github create-issue --title "[TITLE]" --body-file [PLAN_FILE.md]`. 5. **Reopen Workspace**: Later, use `iloom open --workspace [PROJECT_NAME] --issue-tracker-path [PATH]` to resume work. Tip: Use `iloom list` to see all active workspaces.
Team code review: understand AI reasoning behind large PRs before review
Context-switching between multiple agent tasks without losing progress
Decomposing large features into parallel subtasks with swarm mode
Onboarding teammates by replaying issue comments showing what decisions were made
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/iloom-ai/iloom-cliCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use iloom-cli to set up an isolated workspace for [PROJECT_NAME] with the following requirements: [REQUIREMENTS]. Generate a project plan in Markdown format, including milestones, dependencies, and a risk register. Save all artifacts to [ISSUE_TRACKER_PATH] and create a GitHub issue with the plan attached. Include a command to reopen this workspace later.
```markdown # Project Plan: Migrate Legacy Authentication System to OAuth2 ## Overview Migrate the existing JWT-based authentication to OAuth2 with PKCE for enhanced security. Target completion: 6 weeks. ## Milestones 1. **Week 1-2**: Audit current auth flows - Identify all endpoints using JWT - Document token refresh logic - Risk: Undocumented legacy endpoints → Mitigation: Add logging middleware 2. **Week 3-4**: Implement OAuth2 provider - Set up Keycloak instance - Configure client credentials - Risk: Provider downtime → Mitigation: Staging environment 3. **Week 5-6**: Client-side updates - Replace JWT with OAuth2 SDK - Update login UI - Risk: Breaking changes → Mitigation: Feature flags ## Dependencies - Keycloak v22.0.0 (DevOps team) - React v18.2.0 (Frontend team) - Node.js v18 (Backend team) ## Risk Register | Risk | Impact | Likelihood | Mitigation | Owner | |------|--------|------------|------------|-------| | Provider downtime | High | Medium | Staging environment | DevOps | | Breaking changes | High | Low | Feature flags | Frontend | ## Commands to Reopen ```bash iloom open --workspace auth-migration --issue-tracker-path ~/projects/issue-tracker ``` **GitHub Issue Created**: https://github.com/your-org/issue-tracker/issues/42
Async video messaging for workplace communication
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan