Product Launch Plan Checklist
Select a phase from the navigation menu to view its checklist items.
Phase not found.
'; mainTitle.textContent = 'Error'; return; } mainTitle.textContent = `${phaseKey}: ${phaseData.title}`; contentArea.innerHTML = ''; // Clear previous content const intro = document.createElement('p'); intro.className = 'mb-6 text-gray-600 italic'; intro.textContent = `This phase focuses on ${phaseData.title.toLowerCase()}. Review and check off the items below as you complete them.`; contentArea.appendChild(intro); // Progress Bar const progressWrapper = document.createElement('div'); progressWrapper.className = 'mb-6'; progressWrapper.innerHTML = `
Phase Progress
0%
