/** * Default content for checklist template * * This template is used when creating checklists. * It can be customized by placing a checklist-template.md file in the * project's .specify/templates directory. */ export declare const CHECKLIST_TEMPLATE_CONTENT = "# [CHECKLIST TYPE] Checklist: [FEATURE NAME]\n\n**Purpose**: [Brief description of what this checklist covers]\n**Created**: [DATE]\n**Feature**: [Link to spec.md or relevant documentation]\n\n**Note**: This checklist is generated by the `/speckit.checklist` command based on feature context and requirements.\n\n\n\n## [Category 1]\n\n- [ ] CHK001 First checklist item with clear action\n- [ ] CHK002 Second checklist item\n- [ ] CHK003 Third checklist item\n\n## [Category 2]\n\n- [ ] CHK004 Another category item\n- [ ] CHK005 Item with specific criteria\n- [ ] CHK006 Final item in this category\n\n## Notes\n\n- Check items off as completed: `[x]`\n- Add comments or findings inline\n- Link to relevant resources or documentation\n- Items are numbered sequentially for easy reference\n"; //# sourceMappingURL=checklist.d.ts.map