<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>From AI Conversation to Reusable Workflow on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/series/from-ai-conversation-to-reusable-workflow/</link>
		<description>Recent content in From AI Conversation to Reusable Workflow on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Thu, 03 Sep 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/series/from-ai-conversation-to-reusable-workflow/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Don’t Let a Useful AI Conversation Disappear</title>
				<link>https://workyoucanexplain.com/posts/dont-let-a-useful-ai-conversation-disappear/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/dont-let-a-useful-ai-conversation-disappear/</guid>
				<description>&lt;p&gt;A useful AI conversation is not durable documentation. It may contain false&#xA;starts, hidden context, private information, and conclusions that only make sense&#xA;inside the exchange. Capture the verified lesson in your own record.&lt;/p&gt;&#xA;&lt;h2 id=&#34;record-the-problem&#34;&gt;Record the problem&lt;/h2&gt;&#xA;&lt;p&gt;State the original objective, starting state, constraints, and exact failure or&#xA;question. Include software versions, current directory, input shape, and error&#xA;text only when relevant and safe.&lt;/p&gt;&#xA;&lt;p&gt;Do not begin with “AI fixed it.” A future reader needs the technical problem.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The Capture–Verify–Crystallize Loop</title>
				<link>https://workyoucanexplain.com/posts/the-capture-verify-crystallize-loop/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/the-capture-verify-crystallize-loop/</guid>
				<description>&lt;p&gt;An AI-assisted result becomes reusable only after it works without the&#xA;conversation. Use a three-stage loop: capture the result and context, verify the&#xA;claims and behavior, then crystallize the confirmed lesson into the smallest&#xA;useful asset.&lt;/p&gt;&#xA;&lt;h2 id=&#34;capture-enough-context&#34;&gt;Capture enough context&lt;/h2&gt;&#xA;&lt;p&gt;Begin with the learning record:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;objective and starting state;&lt;/li&gt;&#xA;&lt;li&gt;constraints and policy boundary;&lt;/li&gt;&#xA;&lt;li&gt;attempted steps;&lt;/li&gt;&#xA;&lt;li&gt;result that appeared successful;&lt;/li&gt;&#xA;&lt;li&gt;material AI assistance;&lt;/li&gt;&#xA;&lt;li&gt;risks and assumptions; and&lt;/li&gt;&#xA;&lt;li&gt;evidence still needed.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Capture is not endorsement. It prevents important context from disappearing&#xA;before review.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Should This Be a Note, Checklist, Script, or Skill?</title>
				<link>https://workyoucanexplain.com/posts/should-this-be-a-note-checklist-script-or-skill/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/should-this-be-a-note-checklist-script-or-skill/</guid>
				<description>&lt;p&gt;Choose the smallest reusable form that preserves the verified value. Use a note&#xA;for understanding, a checklist for human judgment, a script for deterministic&#xA;operations, a project convention for repository-wide behavior, a skill for&#xA;agentic interpretation, and automation only when a stable trigger should run a&#xA;known action.&lt;/p&gt;&#xA;&lt;h2 id=&#34;note-preserve-understanding&#34;&gt;Note: preserve understanding&lt;/h2&gt;&#xA;&lt;p&gt;Use a note when the main value is an explanation, decision, example, or source.&#xA;A note can answer why a configuration exists or what an error taught you.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Write a Bounded Task for an AI Coding Agent</title>
				<link>https://workyoucanexplain.com/posts/write-a-bounded-task-for-an-ai-coding-agent/</link>
				<pubDate>Thu, 03 Sep 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/write-a-bounded-task-for-an-ai-coding-agent/</guid>
				<description>&lt;p&gt;A useful AI coding-agent task names the outcome, relevant starting context, exact targets, constraints, authority, success criteria, and evidence to report. It also states what should remain unchanged and what ambiguity should stop the work.&lt;/p&gt;&#xA;&lt;p&gt;The task does not need to prescribe every keystroke. It needs a boundary strong enough for you to decide whether the result belongs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-vague-requests-expand-risk&#34;&gt;Why vague requests expand risk&lt;/h2&gt;&#xA;&lt;p&gt;Consider this request:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Clean up this project and improve the README.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The agent must infer what “clean up” means. It might reformat code, update dependencies, delete files, rewrite documentation, change repository settings, or make a commit. Even a technically competent result may solve a different problem than the one the student intended.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Automate Deterministic Work with Code</title>
				<link>https://workyoucanexplain.com/posts/automate-deterministic-work-with-code/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/automate-deterministic-work-with-code/</guid>
				<description>&lt;p&gt;Use code instead of repeated AI prompts when the same explicit inputs should&#xA;produce defined outputs through known operations. Keep AI at the interpretation&#xA;boundary: it can help explain an unfamiliar case or draft code, but deterministic&#xA;execution should be inspectable, tested, and repeatable.&lt;/p&gt;&#xA;&lt;h2 id=&#34;define-the-contract&#34;&gt;Define the contract&lt;/h2&gt;&#xA;&lt;p&gt;Before scripting, write:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Inputs:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Outputs:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Files or systems changed:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Valid and invalid conditions:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Expected failures:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Verification:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Rollback:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;For example, renaming assignment files by a documented convention can be&#xA;deterministic. Deciding whether a student&amp;rsquo;s reflection demonstrates&#xA;understanding requires judgment and should not be hidden in a rename script.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Use `AGENTS.md` to Teach an AI About a Repository</title>
				<link>https://workyoucanexplain.com/posts/use-agents-md-to-teach-an-ai-about-a-repository/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/use-agents-md-to-teach-an-ai-about-a-repository/</guid>
				<description>&lt;p&gt;Use &lt;code&gt;AGENTS.md&lt;/code&gt; for durable guidance that should apply across many agent tasks in&#xA;a repository. Put project conventions, reliable setup and verification commands,&#xA;scope boundaries, and review expectations there. Keep the current objective,&#xA;temporary context, and one-time preferences in the task prompt.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI&amp;rsquo;s current&#xA;&lt;a href=&#34;https://learn.chatgpt.com/docs/agent-configuration/agents-md&#34;&gt;&lt;code&gt;AGENTS.md&lt;/code&gt; documentation&lt;/a&gt;&#xA;explains that Codex reads instruction files before working. Instructions closer&#xA;to the current directory take precedence over broader repository guidance, and&#xA;an &lt;code&gt;AGENTS.override.md&lt;/code&gt; file can replace an &lt;code&gt;AGENTS.md&lt;/code&gt; file at the same level.&#xA;Confirm the files Codex actually loaded before relying on those rules.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Package a Repeatable AI Workflow as a Skill</title>
				<link>https://workyoucanexplain.com/posts/package-a-repeatable-ai-workflow-as-a-skill/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/package-a-repeatable-ai-workflow-as-a-skill/</guid>
				<description>&lt;p&gt;Package a workflow as a skill when it recurs across tasks, contains several&#xA;steps, requires some agent judgment, and benefits from shared instructions,&#xA;references, scripts, templates, and a consistent output. Use ordinary code for&#xA;deterministic operations and &lt;code&gt;AGENTS.md&lt;/code&gt; for durable repository rules.&lt;/p&gt;&#xA;&lt;p&gt;OpenAI&amp;rsquo;s current&#xA;&lt;a href=&#34;https://developers.openai.com/codex/skills/&#34;&gt;Codex Build skills documentation&lt;/a&gt;&#xA;defines an agent skill as a directory with a required &lt;code&gt;SKILL.md&lt;/code&gt;. That file&#xA;supplies a name, a description that helps ChatGPT or Codex decide when to use&#xA;the skill, and the workflow instructions. The directory can also include&#xA;scripts, references, and assets. Follow the validation tools in the Codex&#xA;environment where the skill will run; other products may package or distribute&#xA;the same workflow differently.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Adapt Shared Agent Skills to Your Own Workflow</title>
				<link>https://workyoucanexplain.com/posts/adapt-shared-agent-skills-to-your-own-workflow/</link>
				<pubDate>Mon, 24 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/adapt-shared-agent-skills-to-your-own-workflow/</guid>
				<description>&lt;p&gt;An existing agent skill is a starting point, not an authority. Before you install, combine, or adapt one into a skill you already maintain, inspect what it assumes, compare it with your current workflow, and test the meaningful difference on a small safe task.&lt;/p&gt;&#xA;&lt;p&gt;Keep at most one bounded adaptation at a time. Preserve the source, version, license, rationale, rejected alternatives, and rollback path. A passing example is evidence about that task and environment. It is not proof that one skill is universally better.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Grow With Skills: Improve the Agent While You Work</title>
				<link>https://workyoucanexplain.com/posts/grow-with-skills/</link>
				<pubDate>Tue, 28 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/grow-with-skills/</guid>
				<description>&lt;p&gt;A completed task can reveal how a skill should improve, but the task is&#xA;evidence, not proof. Record the observed gap, separate the reusable lesson from&#xA;the task&amp;rsquo;s local context, and propose one bounded change. A shared skill can&#xA;supply another design to compare, but it is a source, not an upstream workflow&#xA;you must follow. Keep a local revision only when it addresses an observed need,&#xA;preserves attribution and boundaries, and passes fresh-task tests.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Automation Is the Last Step, Not the First</title>
				<link>https://workyoucanexplain.com/posts/automation-is-the-last-step-not-the-first/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/automation-is-the-last-step-not-the-first/</guid>
				<description>&lt;p&gt;Automate a workflow only after you can perform it manually, explain its&#xA;decisions, and verify its result. Begin with a working procedure. Document it,&#xA;move deterministic steps into code, test the code, and add scheduling only when&#xA;monitoring and recovery are ready.&lt;/p&gt;&#xA;&lt;p&gt;Automation multiplies the workflow you give it. If the workflow is unclear,&#xA;automation repeats unclear decisions faster.&lt;/p&gt;&#xA;&lt;h2 id=&#34;perform-the-work-manually-first&#34;&gt;Perform the work manually first&lt;/h2&gt;&#xA;&lt;p&gt;Complete the task on a small, representative example. Record:&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
