taubyte-scope-routing

Installation
SKILL.md

Scope Routing

Website when logically appropriate (default bias)

When planning a new project or greenfield work, include a website resource (explicit repo strategy per taubyte-resource-creation) if a browser UI is a natural part of the product. Examples: todo/board/chat/calendar apps, CRUD or admin dashboards, landing + authenticated app, games or interactive demos, docs or portal meant to be opened in a browser, or any brief that says “app”, “UI”, “frontend”, “SPA”, or “site” without restricting scope to the API.

Skip the website only when the project is clearly non-browser or the user opts out: headless API / microservice only, webhooks, PubSub / workers only, CLI or library deliverable, pure integration backend, or the user explicitly asks for API only, no UI, or backend only.

If both API and website apply, prefer the full-stack row in the scope matrix (often Frontend app + tau new website plus Backend app for database / libraries / functions). Log website_decision: include | skip, with a one-line reason, in taubyte-context-log.

Scope matrix

  • Project / global (default for many tasks): project, domain, website, library — and standalone function or website work when the user does not ask for multiple applications or named app boundaries.
  • Application-scoped (requires selected application when doing this work): application, service, database, storage, messaging, smartops.
  • function: treat as project-level for simple, single-function (or function-only) tasks without a named application or multi-context brief; treat as application-scoped only when the user ties work to an application, or the task is multi-app / multi-context, or the CLI clearly requires an application for the next commands.
  • Full-stack (website + HTTPS API + database/library): plan multiple applications (common pattern: Frontend for the site, Backend for libraries, databases, and functions that reference the library). Website YAML lives under the Frontend app; database / library-backed function YAML under Backend. Same domains reference on site + functions when same-origin /api/* is desired. See taubyte-reference-indexFull-stack worked example.

Rules

Related skills

More from taubyte/skills

Installs
11
Repository
taubyte/skills
First Seen
Apr 22, 2026