ebowwa

Asg Chunking Plan — Development agent for Claude Code

Development community

ASG BLE Message Chunking Implementation Plan.

How to install Asg Chunking Plan

Installs to ~/.claude/agents/ebowwa-mentraos-asg_chunking_plan.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ebowwa/MentraOS/HEAD/agents/asg_chunking_plan.md -o ~/.claude/agents/ebowwa-mentraos-asg_chunking_plan.md

Restart Claude Code, or start a new session, for it to be picked up.

What Asg Chunking Plan does

ASG BLE Message Chunking Implementation Plan

Overview

Implement a JSON-layer chunking protocol to handle BLE messages that exceed MTU limits when sending from phone to glasses. This works within the constraints of the MCU's black-box protocol that requires `## + type + length + data + $$` format.

Problem Statement

  • Current BLE MTU is typically 512 bytes (509 effective payload)
  • Messages exceeding MTU get truncated, causing data loss
  • MCU protocol format cannot be modified (control

Alternatives in Development

  • Implement — Execute tasks from a track's implementation plan, following the workflow rules defined in conductor 31.9k ★
  • Plan Agent — You are a specialized planning agent 3.6k ★
  • RAG Specialist — GAIA RAG and agentic-retrieval specialist 1.5k ★

Full documentation available on GitHub

View Source Repository