/** * Scrum Methodology Prompts — Sprint Goal-Driven Governance. * * These prompts encode Scrum's native governance reasoning: * - Sprint Goal is the commitment that gives coherence to the Sprint (not epic integrity) * - Velocity-based forecasting (not wave capacity planning) * - DoD/DoR are the quality gates (not BRE validation) * - Carry-over is the health signal (not blocker cascades) * - Sprint scope stability matters (mid-sprint changes = dysfunction) * * Written to satisfy a Certified Scrum Master's expectations of how * a governance platform should reason about Scrum. */ import type { PromptGenerators } from './types.js'; export declare const SCRUM_GENERATORS: PromptGenerators; //# sourceMappingURL=scrum-prompts.d.ts.map