Skip to content

Conversation

@AutumnsGrove
Copy link

Summary

  • Removes the house-planner agent since Claude Code now includes a built-in Plan subagent with equivalent functionality
  • Updates all documentation to reference five house agents instead of six
  • Simplifies model architecture section (all agents now use Haiku 4.5)

Type of Change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Files Changed

  • Deleted: .claude/agents/house-planner.md
  • Deleted: examples/house-planner-coder-workflow.md
  • Updated: README.md, INSTALL.md, USAGE.md, CHANGELOG.md

Test Plan

  • Verify remaining 5 agents still load correctly (/agents command)
  • Confirm no broken links or references to house-planner remain
  • Test house-coder workflow still works as documented

Notes

This is a breaking change for users who were using house-planner directly. They should migrate to Claude Code's native Plan subagent which provides the same task orchestration and planning capabilities.

AutumnsGrove and others added 3 commits November 2, 2025 20:12
Add two new production agents expanding the house-agents ecosystem from 4 to 6 agents:

- house-coder: Small code patch execution specialist (0-250 lines)
  - Handles import fixes, TODO implementations, small bug fixes
  - Returns condensed summaries with 85-90% token savings
  - Uses Claude Haiku 4.5 for fast execution

- house-planner: Task orchestration and planning specialist
  - Creates detailed execution plans with dependencies
  - Asks clarifying questions for ambiguous requirements
  - Uses Claude Sonnet 4.5 for complex architectural reasoning

Updated all documentation (README, USAGE, INSTALL, CHANGELOG) to reference six agents.
Added comprehensive examples and testing instructions.
Created house-planner-coder workflow example demonstrating agent collaboration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
…n Plan subagent

The latest Claude Code builds include a Plan subagent that provides the same
task orchestration and planning functionality. Removes the duplicate agent
and updates all documentation to reflect five house agents instead of six.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants