h2
Run, coordinate, and message multiple coding agents in parallel
All Skills in This Repository (17)
Pure Emerald Level Indicatorsplan-to-beads
Decompose plan docs into epics and tasks with dependencies.
plan-tighten
Trim verbose planning documents while preserving API references and decision data.
stress-test
Extract decisions, assumptions, dependencies, and interfaces from technical plans for adversarial review.
plan-summarize
Aggregate plan and test harness docs into structured Markdown planning summaries.
plan-work-completion-signoff
Compare plan docs against code and generate signoff reports.
plan-orchestrate
Coordinate multi-phase planning workflows with roles, dependencies, and sign-off metadata.
code-review
Review code diffs for beads or features and generate formal severity-based reports.
plan-incorporate
Integrate external review findings into project plans with disposition tables.
prepare-to-land
Clean feature branches by removing artifacts and running test, lint, and typecheck gates.
babysit-pr
Schedule periodic PR maintenance for CI failures, bot reviews, and human feedback without auto-merging.
plan-draft
Draft a component plan and test harness documentation.
code-review-incorporate
Automates applying code-review feedback and updating disposition tables with commits and trailers.
Frequently Asked Questions
FAQPage SchemaHow to install h2?โผ
Run `npx skills add dcosson/h2 --all -g -y` in your terminal to install all skills in this suite globally.
What does h2 do?โผ
h2 runs coding agents like Claude Code and Codex as managed background processes, lets them message each other, and coordinates teams of agents on shared projects.
Can I control h2 agents from my phone?โผ
Yes. The built-in Telegram bridge lets you chat with a concierge agent that monitors and directs all your running agents from anywhere.
Does h2 require API keys?โผ
No. h2 wraps existing agent tools through their terminal interface and works with Claude Max and ChatGPT Pro plans out of the box.
What planning workflows are included?โผ
The bundled skills cover the full lifecycle: shaping, architecture, plan drafting, multi-round review, seam review, task decomposition, code review, and completion sign-off.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core