← ClaudeAtlas

dogfoodlisted

Per-bstack-P11 reflex 7+16 — explicitly trigger the Dogfood Plan + per-stack cookbook + Dogfood Receipt sequence. Auto-detects the tech stack from repo signals (Cargo.toml + src-tauri/ → tauri-sidecar; next.config.* → nextjs; app.json + expo → expo-rn; Cargo.toml solo → rust-cli; openapi.* or REST framework deps → rest-api; mcp.{json,yaml} → mcp-server), loads the matching cookbook entry from bstack/references/dogfood-patterns.md (broomva/bstack ≥ 0.13.0), produces a six-row Dogfood Plan (entry surface · driver · evidence · smoke · end-to-end · receipt anchor), optionally executes via the named surfaces (Interceptor mandatory for visual deploy verification; gstack, cliclick, screencapture, curl+jq, xcrun simctl compose per stack), and produces the final receipt with binary anti-rationalization check. Three subcommands: /dogfood (full sequence — plan → execute → receipt), /dogfood plan (plan only), /dogfood receipt (receipt only, assumes plan exists in PR body or AGENTS.md). Inherits from broomva/bstack: cookb
broomva/skills · ★ 3 · AI & Automation · score 75
Install: claude install-skill broomva/skills
# dogfood — explicit P11 reflex trigger (Dogfood Plan + Receipt) Explicit trigger for **bstack P11 reflex 7+16** for: **$ARGUMENTS** ## Inheritance from bstack (declared) This skill is downstream of [`broomva/bstack`](https://github.com/broomva/bstack). It implements P11 reflex 7 (Dogfood Plan keyed to detected stack) and reflex 16 (Dogfood Receipt) explicitly, where `/autonomous` fires them implicitly inside its 21-reflex pipeline. Full inheritance contract: [`references/bstack-inheritance.md`](references/bstack-inheritance.md). - **Cookbook source**: `bstack/references/dogfood-patterns.md` (loaded on demand; not duplicated here) - **Discipline source**: `bstack/references/primitives.md` §P11 - **Stack-detection algorithm**: mirrors `bstack/scripts/doctor.sh` §13 - **Minimum bstack version**: 0.13.0 If bstack isn't installed, the skill still works — it carries its own detection logic and inlines the minimum surfaces matrix. The *cookbook* (deep per-stack reference) lives upstream in bstack. ## Purpose P11 (Empirical Feedback Loop) mandates *"before claiming work complete, the agent has interacted with the deployed/running version… reasoning isn't validation; interaction is."* This skill makes the two binding reflexes (Plan + Receipt) explicitly triggerable when you don't want the full `/autonomous` pipeline. When to invoke `/dogfood` instead of `/autonomous`: - Single-file change with user-visible effect - Exploration: "what does dogfooding look like for this stack"