Build integrations on the Kithkit agent framework. Covers the extension system, daemon API, scheduler, channel router, and memory system. Use when adding new capabilities (Telegram, email, voice, browser, GitHub) to a Kithkit-managed agent.
Run the nightly self-improvement reflection. Reviews retro memories, updates skills, cleans stale data, creates todos for gaps.
Create implementation plans with stories and tests using the spec-driven workflow. Use after completing a spec, ready for technical planning.
Build integrations on the Kithkit agent framework. Covers the extension system, daemon API, scheduler, channel router, and memory system. Use when adding new capabilities (Telegram, email, voice, browser, GitHub) to a Kithkit-managed agent.
Reference for the orchestrator task lifecycle — states, role responsibilities, comms acknowledgement, outcome semantics, revisable feedback, and retro/complexity conventions. Use when creating, completing, acking, or revising task feedback.
Reference for agent-to-agent (A2A) messaging — sending DMs and group messages, routing modes, and peer configuration. Use when sending messages to other agents or troubleshooting A2A delivery.
Browser automation SOP — choose local Playwright (free) vs Browserbase cloud (metered), with session patterns and hand-off protocol. Use when a task requires web browsing.
Implement features by working through stories and verifying tests. Use after planning is complete, ready for implementation.