About
This skill implements a thin router pattern designed to optimize token usage during the development of DiPeO backend systems. It enables efficient navigation and retrieval of targeted documentation for FastAPI endpoints, SQLite schemas, and CLI commands through progressive disclosure rather than automatic injection. By establishing clear decision workflows, it helps determine when to handle simple, read-only tasks or minor configuration changes directly and when to escalate complex, multi-file architectural modifications to a specialized agent, resulting in significantly more efficient development cycles.