Research a specific system and create or update its blueprints/ documentation
/plugin marketplace add TheBushidoCollective/han/plugin install hashi-blueprints@han## Name
hashi-blueprints:blueprint - Generate or update blueprint documentation for a specific system
## Synopsis
## Description
Research a specific system in the codebase and create or update its technical blueprint documentation in the `blueprints/` directory at the **repository root**.
## Important: Blueprint Location
**CRITICAL:** Blueprints MUST be created at the repository root, never in subdirectories or packages.
- ✅ `{repo-root}/blueprints/{system-name}.md`
- ❌ `{repo-root}/packages/foo/blueprints/{system-name}.md`
- ❌ `{repo-root}/src/blueprints/{system-name}.md`
Bluepri...