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.
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.