--- title: "<% tp.file.title %>" type: "attack-plan" status: "<% tp.system.suggester(['proposed', 'active', 'completed', 'blocked'], ['Proposed', 'Active', 'Completed', 'Blocked']) %>" priority: "<% tp.system.suggester(['critical', 'high', 'medium', 'low'], ['Critical', 'High', 'Medium', 'Low']) %>" created: "<% tp.date.now('YYYY-MM-DD') %>" deadline: "<% tp.date.now('YYYY-MM-DD', 7) %>" assigned: "" milestone: "" dependencies: [] deliverables: [] --- # <% tp.file.title %> ## Executive Summary ## Mission Statement > **Goal:** ## Success Criteria - [ ] **Criterion 1:** - [ ] **Criterion 2:** - [ ] **Criterion 3:** ## Context & Background - **Current State:** - **Target State:** - **Gap Analysis:** ## Strategic Approach ### Phase 1: Assessment - **Objective:** - **Duration:** - **Deliverables:** ### Phase 2: Implementation - **Objective:** - **Duration:** - **Deliverables:** ### Phase 3: Verification - **Objective:** - **Duration:** - **Deliverables:** ## Tactical Breakdown ### Core Tasks | Task | Status | Owner | Due Date | Dependencies | |------|--------|-------|----------|--------------| | [[Task 1]] | <% tp.system.suggester(['todo', 'in-progress', 'done'], ['TODO', 'In Progress', 'Done']) %> | | | | | [[Task 2]] | <% tp.system.suggester(['todo', 'in-progress', 'done'], ['TODO', 'In Progress', 'Done']) %> | | | | | [[Task 3]] | <% tp.system.suggester(['todo', 'in-progress', 'done'], ['TODO', 'In Progress', 'Done']) %> | | | | ### Formal Proofs Required - [[Formal Proof 1]] - [[Formal Proof 2]] - [[Formal Proof 3]] ### Receipt Generation - [[Receipt 1]] - [[Receipt 2]] - [[Receipt 3]] ## Risk Assessment ### High-Risk Items - **Risk 1:** - **Risk 2:** ### Blockers - **Blocker 1:** - **Blocker 2:** ## Resource Requirements ### Technical Resources - **Lean Development:** - **Hardware:** - **Compute:** ### Human Resources - **Formal Methods:** - **Domain Expertise:** - **Review:** ## Progress Tracking ### Milestones - **Milestone 1:** <% tp.date.now('YYYY-MM-DD', 3) %> - **Milestone 2:** <% tp.date.now('YYYY-MM-DD', 7) %> - **Milestone 3:** <% tp.date.now('YYYY-MM-DD', 14) %> ### Daily Standup Notes <%* // Add daily log section for (let i = 0; i < 7; i++) { const date = tp.date.now('YYYY-MM-DD', i); await tp.file.append(`\n#### ${date}\n- \n`); } *%> ## Related Documents - [[Related Attack Plan 1]] - [[Related Attack Plan 2]] - [[Relevant Formal Proof]] ## Success Metrics - **Metric 1:** - **Metric 2:** - **Metric 3:** ## Post-Completion Analysis - **Lessons Learned:** - **Unexpected Challenges:** - **Future Improvements:** ## Tags #attack-plan #status-<% tp.system.suggester(['proposed', 'active', 'completed', 'blocked'], ['proposed', 'active', 'completed', 'blocked']) %> #priority-<% tp.system.suggester(['critical', 'high', 'medium', 'low'], ['critical', 'high', 'medium', 'low']) %>