Research
Use /research_codebase to explore and document how existing code works. AI agents write findings to the thoughts directory so knowledge persists across sessions.
$ brew install brightblock/tap/hyprlayer
$ hyprlayer ai configure
$ hyprlayer thoughts init
$ hyprlayer ai status
AI Tool: Claude Code
Status: installed
Location: ~/.claude/
# Now use /research_codebase in your AI agentHyprlayer installs a CLI (hyprlayer) plus AI agent commands for Claude Code, GitHub Copilot, and OpenCode. The CLI manages a shared thoughts repository, so your agents keep their context on the codebase between sessions and across your team.
Research
Use /research_codebase to explore and document how existing code works. AI agents write findings to the thoughts directory so knowledge persists across sessions.
Plan
Use /create_plan to build phased implementation plans with success criteria. You and the agent research and iterate on the plan before anyone writes code.
Implement
Use /implement_plan to execute plans phase-by-phase with verification at each step. The agent follows the plan’s intent while adapting to what it finds.
Validate
Use /validate_plan to verify the implementation against the plan’s success criteria and identify any deviations or issues.
Hyprlayer ships agent files for the harnesses you already use.