Skip to content
Hyprlayer
A structured workflow where AI agents research your codebase, build implementation plans, execute them phase-by-phase, and validate the results — all grounded in shared team knowledge through a persistent thoughts directory.
terminal
$ 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 agent

Hyprlayer installs a CLI (hyprlayer) and a suite of AI agent commands for Claude Code, GitHub Copilot, and OpenCode. The CLI manages a shared thoughts repository that gives AI agents persistent context about your codebase across sessions and team members.

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. Plans go through interactive research and iteration before implementation begins.

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.

Last updated: