butterbase-ai/journey-ai
Use as the AI build stage of the Butterbase journey. Implements the AI section of 02-plan.md by delegating to the ai skill. Calls manage_ai (update_config) to set defaults and optionally BYOK. Skipped if the plan has no LLM/embeddings usage.
npx skills add https://github.com/butterbase-ai/butterbase-skills --skill journey-ai
Stage 3f of the guided journey. Configure AI gateway defaults (model, BYOK).
journey when current_stage: ai./butterbase-skills:journey-ai.(n/a)) if the plan has no AI section.If docs/butterbase/03-preflight.md is missing, older than 24 hours, or 00-state.md has app_id: null, invoke butterbase-skills:journey-preflight first. Wait for it to return successfully before proceeding.
docs/butterbase/02-plan.md — the AI section.docs/butterbase/00-state.md — for app_id.butterbase_docs with topic: "ai". For BYOK and model lists, also WebFetch https://docs.butterbase.ai/ai. Skip if cache is fresh."About to configure AI: default model=<m>, BYOK=<yes/no>. Proceed?". Wait for yes.butterbase-skills:ai via the Skill tool with the AI plan and app_id. The wrapped skill calls manage_ai action: update_config (and per-provider key updates if BYOK).manage_ai action: chat with a tiny prompt ("say ok") to confirm the gateway responds.docs/butterbase/04-build-log.md:<ISO timestamp> ai manage_ai ok
- [x] ai in 00-state.md, set current_stage: to the next unchecked stage.journey orchestrator (or ask "Continue to the next stage? (yes/no)").04-build-log.md.manage_ai action: list_models — list first.Take butterbase-ai/journey-ai from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.