iloom-ai

22 mods across 2 repositories, 119 stars between them.

iloom-cli

03

iloom-ai/iloom-cli

Settings file Claude Code

Agent settings declaring 32 allowed tools.

111 1mo ago A tokens not measured

version-iloom

04

iloom-ai/iloom-cli

Skill Claude CodeCodex

Update version number and license date for iloom releases. Updates LICENSE and README.md dates, then runs pnpm version.

111 1mo ago A 28 tokens

iloom-cli CLAUDE.md

05

iloom-ai/iloom-cli

Instructions file

Claude Code instructions for iloom-ai/iloom-cli, covering claude.md, project overview, development guidelines, telemetry requirements and documentation requirements.

111 1mo ago A 3,602 tokens

CLAUDE

06

iloom-ai/iloom-cli

Command

Commands handle CLI parsing, flag validation, and user I/O. They delegate all business logic to services in src/lib/. Commands should be thin — orchestration logic belongs in lib/.

111 1mo ago A 0 tokens

CLAUDE

07

iloom-ai/iloom-cli

Agent

This directory contains phase agent definitions as Markdown files with YAML frontmatter. They are loaded by AgentManager, rendered to .claude/agents/ in worktrees, and invoked as skills during workflows.

111 1mo ago A 0 tokens

iloom-ai/iloom-cli

Agent

Use this agent to review workflow artifacts (enhancements, analyses, plans, implementations) before posting. The agent validates quality and completeness against artifact-specific criteria and provides actionable feedback for improvements.\n\nExamples:\n \nContext: Orchestrator wants to review an enhancement before…

111 1mo ago A 0 tokens

iloom-ai/iloom-cli

Agent

Use this agent to detect a project's language and framework, then generate appropriate build/test/dev scripts for non-Node.js projects. The agent creates .iloom/package.iloom.json with shell commands tailored to the detected stack. Use this for Python, Rust, Ruby, Go, and other non-Node.js projects that don't have a…

111 1mo ago A 76 tokens

iloom-ai/iloom-cli

Agent

Combined analysis and planning agent for SIMPLE tasks. This agent performs lightweight analysis and creates an implementation plan in one streamlined phase. Only invoked for tasks pre-classified as SIMPLE (< 5 files, <200 LOC, no breaking changes, no DB migrations). Use this agent when you have a simple issue that…

111 1mo ago A 77 tokens

iloom-ai/iloom-cli

Agent

Use this agent when you need to analyze and research issues, bugs, or enhancement requests. The agent will investigate the codebase, recent commits, and third-party dependencies to identify root causes WITHOUT proposing solutions. Ideal for initial issue triage, regression analysis, and documenting technical findings…

111 1mo ago A 0 tokens

iloom-ai/iloom-cli

Agent

Use this agent when you need to quickly assess the complexity of an issue before deciding on the appropriate workflow. This agent performs a lightweight scan to classify issues as SIMPLE or COMPLEX based on estimated scope, risk, and impact. Runs first before any detailed analysis or planning.

111 1mo ago A 64 tokens

iloom-ai/iloom-cli

Agent

Use this agent when you need to analyze bug or enhancement reports from a Product Manager perspective. The agent accepts either an issue identifier or direct text description and creates structured specifications that enhance the original user report for development teams without performing code analysis or suggesting…

111 1mo ago A 0 tokens

iloom-ai/iloom-cli

Agent

Use this agent when you need to implement an issue exactly as specified in its comments and description. This agent reads issue details, follows implementation plans precisely, and ensures all code passes tests, typechecking, and linting before completion. Examples:\n\n \nContext: User wants to implement a specific…

111 1mo ago A 0 tokens

iloom-ai/iloom-cli

Agent

Use this agent after an implementation phase completes to independently verify that the phase's must-haves/invariants from the plan are actually met in the worktree. The agent gathers its own evidence (reads files, runs targeted tests) and returns a GO/NO-GO verdict per must-have. It reports violations but never fixes…

111 1mo ago A 308 tokens

iloom-issue-planner

17

iloom-ai/iloom-cli

Agent

Use this agent when you need to analyze issues and create detailed implementation plans. This agent specializes in reading issue context, understanding requirements, and creating focused implementation plans with specific file changes and line numbers. The agent will document the plan as a comment on the issue without…

111 1mo ago A 0 tokens

iloom-wave-verifier

18

iloom-ai/iloom-cli

Agent

Wave verification agent that checks must-have criteria from child issues after each swarm wave, invokes fix skills for failures, and reports structured results.\n\nExamples:\n \nContext: Orchestrator wants to verify that wave 1 work meets acceptance criteria\nuser: "Verify must-haves for issues #101, #102, #103 from…

111 1mo ago A 0 tokens