<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Closure Archives - AIvelli</title>
	<atom:link href="https://aivelli.com/portfolio/closure/feed/" rel="self" type="application/rss+xml" />
	<link>https://aivelli.com/portfolio/closure/</link>
	<description>Practical AI for Project Work !</description>
	<lastBuildDate>Sat, 01 Nov 2025 23:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://aivelli.com/wp-content/uploads/2025/05/cropped-favicon1-32x32.avif</url>
	<title>Closure Archives - AIvelli</title>
	<link>https://aivelli.com/portfolio/closure/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Lessons-Learned Report</title>
		<link>https://aivelli.com/Prompt_Library/lessons-learned-report/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 01 Nov 2025 22:22:31 +0000</pubDate>
				<guid isPermaLink="false">https://lelagagua.com/?post_type=portfolio_item&#038;p=4971</guid>

					<description><![CDATA[<p>You’re a Project Manager. Build a lessons-learned report for [initiative name], highlighting major insights, process gaps, and proposed actions. [Provide or upload any meeting notes, feedback forms, or performance summaries to guide this analysis.]</p>
<p>The post <a href="https://aivelli.com/Prompt_Library/lessons-learned-report/">Lessons-Learned Report</a> appeared first on <a href="https://aivelli.com">AIvelli</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">Lessons-Learned Report</h3>



<div style="border: 1px solid #eee; border-radius: 10px; font-family: monospace; margin-bottom: 20px; overflow: hidden; background-color: #1e1e1e;">

  <!-- Top Bar with Copy Button -->
  <div style="background-color: #2a2a2a; border-bottom: 1px solid #eee; padding: 8px 12px; display: flex; justify-content: flex-end;">
    <button 
      onclick="copyPrompt(this, 'prompt-1')" 
      style="background-color: #1e1e1e; color: #fff; border: 1px solid #eee; padding: 4px 10px; border-radius: 6px; font-size: 13px; cursor: pointer; display: flex; align-items: center; gap: 6px;">
      
      <!-- Clipboard Icon -->
      <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
        <rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
        <rect x="3" y="3" width="13" height="13" rx="2" ry="2"></rect>
      </svg>
      <span class="button-text">Copy</span>
    </button>
  </div>

  <!-- Prompt Text -->
  <pre id="prompt-1" style="margin: 0; background: #1e1e1e; color: #f1f1f1; padding: 16px; font-size: 14px; line-height: 1.6; white-space: pre-wrap; word-break: break-word;">
You’re a Project Manager. Build a lessons-learned report for [initiative name], highlighting major insights, process gaps, and proposed actions. [Provide or upload any meeting notes, feedback forms, or performance summaries to guide this analysis.]
  </pre>
</div>

<!-- JavaScript -->
<script>
  function copyPrompt(button, id) {
    const text = document.getElementById(id).innerText;
    const btnText = button.querySelector('.button-text');
    navigator.clipboard.writeText(text).then(() => {
      btnText.innerText = "✓ Copied";
      setTimeout(() => {
        btnText.innerText = "Copy";
      }, 5000); // now 5 seconds
    });
  }
</script>



<div class="wp-block-buttons is-horizontal is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-dd674ca7 wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-outline is-style-outline--1"><a class="wp-block-button__link has-tertiary-background-color has-background has-small-font-size has-custom-font-size wp-element-button" href="https://aivelli.com/prompt_library/" style="padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)">Back</a></div>
</div>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://aivelli.com/Prompt_Library/lessons-learned-report/">Lessons-Learned Report</a> appeared first on <a href="https://aivelli.com">AIvelli</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Project Post-Mortem Summary</title>
		<link>https://aivelli.com/Prompt_Library/project-post-mortem-summary/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 01 Nov 2025 22:21:55 +0000</pubDate>
				<guid isPermaLink="false">https://lelagagua.com/?post_type=portfolio_item&#038;p=4968</guid>

					<description><![CDATA[<p>You’re a Project Manager. Conduct a project post-mortem review for [initiative name], summarizing what went well, what didn’t, and recommendations for future improvement. [Provide or upload any available reports, retrospectives, or project metrics to support this review.]</p>
<p>The post <a href="https://aivelli.com/Prompt_Library/project-post-mortem-summary/">Project Post-Mortem Summary</a> appeared first on <a href="https://aivelli.com">AIvelli</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">Project Post-Mortem Summary</h3>



<div style="border: 1px solid #eee; border-radius: 10px; font-family: monospace; margin-bottom: 20px; overflow: hidden; background-color: #1e1e1e;">

  <!-- Top Bar with Copy Button -->
  <div style="background-color: #2a2a2a; border-bottom: 1px solid #eee; padding: 8px 12px; display: flex; justify-content: flex-end;">
    <button 
      onclick="copyPrompt(this, 'prompt-1')" 
      style="background-color: #1e1e1e; color: #fff; border: 1px solid #eee; padding: 4px 10px; border-radius: 6px; font-size: 13px; cursor: pointer; display: flex; align-items: center; gap: 6px;">
      
      <!-- Clipboard Icon -->
      <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
        <rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
        <rect x="3" y="3" width="13" height="13" rx="2" ry="2"></rect>
      </svg>
      <span class="button-text">Copy</span>
    </button>
  </div>

  <!-- Prompt Text -->
  <pre id="prompt-1" style="margin: 0; background: #1e1e1e; color: #f1f1f1; padding: 16px; font-size: 14px; line-height: 1.6; white-space: pre-wrap; word-break: break-word;">
You’re a Project Manager. Conduct a project post-mortem review for [initiative name], summarizing what went well, what didn’t, and recommendations for future improvement. [Provide or upload any available reports, retrospectives, or project metrics to support this review.]
  </pre>
</div>

<!-- JavaScript -->
<script>
  function copyPrompt(button, id) {
    const text = document.getElementById(id).innerText;
    const btnText = button.querySelector('.button-text');
    navigator.clipboard.writeText(text).then(() => {
      btnText.innerText = "✓ Copied";
      setTimeout(() => {
        btnText.innerText = "Copy";
      }, 5000); // now 5 seconds
    });
  }
</script>



<div class="wp-block-buttons is-horizontal is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-dd674ca7 wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-outline is-style-outline--2"><a class="wp-block-button__link has-tertiary-background-color has-background has-small-font-size has-custom-font-size wp-element-button" href="https://aivelli.com/prompt_library/" style="padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)">Back</a></div>
</div>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://aivelli.com/Prompt_Library/project-post-mortem-summary/">Project Post-Mortem Summary</a> appeared first on <a href="https://aivelli.com">AIvelli</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
