agent-hive
Plan-first coding with parallel workers and persistent context
All Skills in This Repository (11)
Pure Emerald Level Indicatorstest-driven-development
Guides users through the Red-Green-Refactor cycle for new features and bug fixes.
systematic-debugging
Guide structured four-phase debugging to identify root causes before code changes.
dispatching-parallel-agents
Dispatch separate agents to investigate independent failures concurrently.
executing-plans
Execute implementation plans in batches with human review checkpoints.
agents-md-mastery
Bootstrap, update, and review AGENTS.md files for agent memory management.
brainstorming
Transform user ideas into detailed designs through guided dialogue.
writing-plans
Generate bite-sized implementation plans with file modifications, testing steps, and commit strategies.
code-reviewer
Review code changes against approved plans for correctness and risk.
docker-mastery
Debug Docker container failures and optimize Dockerfiles for application deployment.
parallel-exploration
Explore code, tests, and documentation concurrently with independent sub-questions.
verification-before-completion
Run verification commands before claiming any work is complete or passing.
Frequently Asked Questions
FAQPage SchemaHow to install Agent Hive?โผ
Run `npx skills add tctinh/agent-hive --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Agent Hive solve?โผ
It stops coding agents from spraying uncontrolled changes by enforcing a plan-first workflow with human approval, isolated worktrees, and a permanent audit trail per feature.
How does Agent Hive run tasks in parallel?โผ
Independent tasks are dispatched to separate workers, each running in its own git worktree, then merged batch by batch with the full test suite run after each merge.
Does Agent Hive work with Claude Code and OpenCode?โผ
Yes. It ships dedicated plugins for Claude Code and OpenCode plus a VS Code companion extension for reviewing and approving plans.
Do I need to approve plans before code is written?โผ
Yes. Nothing executes until you approve the plan, either in chat or via the VS Code approve button, keeping you in control of scope.
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