What problem does it solve?
This skill removes guesswork and friction when adding capabilities or changing BioClaw behavior by guiding a developer through the required questions, code edits, and verification steps so changes are consistent and testable.
Core Features & Use Cases
- Interactive clarification: Asks targeted questions to capture desired channel, trigger, and integration requirements before making changes.
- Implementation guidance: Maps requested changes to concrete files and patterns (e.g., src/channels/{name}.ts, src/index.ts, src/router.ts, src/config.ts) and explains how to wire them into the system.
- Deployment & testing instructions: Explains authentication steps, restart/rebuild commands, and how to validate per-group behavior after modifications.
- Use Case: Add Telegram as an input channel that shares or separates conversation contexts from WhatsApp and provide authentication and restart steps for production deployment.
Quick Start
Ask the assistant to "Add Telegram as an input channel and walk me through the code changes, authentication, and testing steps."