dogfoodlisted
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"