<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Habits on River's Blog</title><link>https://multipleriver.github.io/tags/habits/</link><description>Recent content in Habits on River's Blog</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Wed, 04 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://multipleriver.github.io/tags/habits/index.xml" rel="self" type="application/rss+xml"/><item><title>关于Workflow构建的宏观Tips</title><link>https://multipleriver.github.io/posts/%E5%85%B3%E4%BA%8Eworkflow%E6%9E%84%E5%BB%BA%E7%9A%84%E5%AE%8F%E8%A7%82tips/</link><pubDate>Wed, 04 Feb 2026 00:00:00 +0000</pubDate><guid>https://multipleriver.github.io/posts/%E5%85%B3%E4%BA%8Eworkflow%E6%9E%84%E5%BB%BA%E7%9A%84%E5%AE%8F%E8%A7%82tips/</guid><description>&lt;blockquote
 class="border-primary bg-muted/30 hover:bg-muted/40 my-6 rounded-r-lg border-l-4 py-4 pr-4 pl-6 italic transition-all duration-200 ease-out hover:translate-x-1"
 &gt;
 &lt;div class="prose prose-sm max-w-none"&gt;
 &lt;p&gt;给自己规划流程、调整节奏，与给AI Agent下指令、调Workflow是一回事。&lt;/p&gt;

 &lt;/div&gt;
 &lt;/blockquote&gt;&lt;script&gt;
 function toggleAlert(alertId) {
 const content = document.getElementById(alertId + "-content");
 const chevron = document.getElementById(alertId + "-chevron");
 const header = content.previousElementSibling;

 if (content.classList.contains("hidden")) {
 content.classList.remove("hidden");
 chevron.style.transform = "rotate(0deg)";
 header.setAttribute("aria-expanded", "true");
 } else {
 content.classList.add("hidden");
 chevron.style.transform = "rotate(-90deg)";
 header.setAttribute("aria-expanded", "false");
 }
 }

 
 document.addEventListener("DOMContentLoaded", function () {
 const collapsedAlerts = document.querySelectorAll(".alert-content.hidden");
 collapsedAlerts.forEach(function (content) {
 const alertId = content.id.replace("-content", "");
 const chevron = document.getElementById(alertId + "-chevron");
 if (chevron) {
 chevron.style.transform = "rotate(-90deg)";
 }
 });
 });
&lt;/script&gt;
&lt;h2 id="workflow构建"&gt;Workflow构建&lt;a
 href="#workflow%e6%9e%84%e5%bb%ba"
 class="heading-anchor"
 aria-label="Link to this section"
&gt;&lt;svg class="h-4 w-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"&gt;&lt;g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"&gt;&lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/&gt;&lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;&lt;h3 id="环节拆分"&gt;环节拆分&lt;a
 href="#%e7%8e%af%e8%8a%82%e6%8b%86%e5%88%86"
 class="heading-anchor"
 aria-label="Link to this section"
&gt;&lt;svg class="h-4 w-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"&gt;&lt;g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"&gt;&lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/&gt;&lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;当一件事情不足够简单，那么它就一定需要被拆分成不同的环节逐步实施。&lt;/p&gt;</description></item></channel></rss>