/** * Shape Up Methodology Prompts — Appetite-Driven, Hill Chart Governance. * * These prompts encode Shape Up's native governance reasoning: * - Hill chart positions are THE progress signal (not burndown) * - Appetite is fixed, scope is variable (opposite of Scrum) * - Circuit breaker kills unfinished bets by default (no carry-over) * - Scope hammering is healthy (cutting nice-to-haves to fit appetite) * - Betting table replaces sprint planning (no backlog, fresh pitches) * - Teams are autonomous — no daily standups by default * * Written to satisfy a Shape Up practitioner's expectations of how * a governance platform should reason about the methodology. */ import type { PromptGenerators } from './types.js'; export declare const SHAPE_UP_GENERATORS: PromptGenerators; //# sourceMappingURL=shape-up-prompts.d.ts.map