<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: peterfei</title>
    <description>The latest articles on DEV Community by peterfei (@peterfei).</description>
    <link>https://dev.to/peterfei</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3978583%2F5f385325-1179-4901-aacd-e17cac6f5aa6.jpg</url>
      <title>DEV Community: peterfei</title>
      <link>https://dev.to/peterfei</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/peterfei"/>
    <language>en</language>
    <item>
      <title>I Turned 12 Classic Thinking Frameworks into AI Skills — One Command, Structured Reasoning</title>
      <dc:creator>peterfei</dc:creator>
      <pubDate>Thu, 11 Jun 2026 02:47:02 +0000</pubDate>
      <link>https://dev.to/peterfei/i-turned-12-classic-thinking-frameworks-into-ai-skills-one-command-structured-reasoning-4cfp</link>
      <guid>https://dev.to/peterfei/i-turned-12-classic-thinking-frameworks-into-ai-skills-one-command-structured-reasoning-4cfp</guid>
      <description>&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; Built an open-source tool that distills 12 classic methodologies (First Principles, Systems Thinking, Five Forces, etc.) into structured AI prompts. One command to install, then just say "analyze this with First Principles" and your AI follows the actual methodology step-by-step. &lt;a href="https://github.com/peterfei/forge-skill" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Here's the thing I noticed using AI tools daily:&lt;/p&gt;

&lt;p&gt;Ask ChatGPT to analyze a business idea, and it gives you a decent answer. But it's generic. It doesn't know &lt;em&gt;how&lt;/em&gt; you want it to think.&lt;/p&gt;

&lt;p&gt;You could spend 10 minutes writing a prompt explaining Porter's Five Forces framework. Or... what if you could just say "analyze this industry with Five Forces" and the AI already knows exactly how?&lt;/p&gt;

&lt;p&gt;That's what I built.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;For each methodology, I went back to &lt;strong&gt;primary sources&lt;/strong&gt; (not blog posts explaining blog posts). Original books. Original papers. Original talks by the creators. Then extracted 3-7 core principles (each backed by &amp;gt;=2 cross-domain proofs) and built an executable protocol the AI follows.&lt;/p&gt;

&lt;p&gt;The result: 12 "skill files" that you install with one command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx skills add peterfei/forge-skill-first-principles-skill
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then just talk naturally:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Walk me through a First Principles analysis of why SpaceX succeeded with reusable rockets"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And the AI doesn't give you a generic response. It actually:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Separates known facts from assumptions&lt;/li&gt;
&lt;li&gt;Reduces the problem to fundamentals&lt;/li&gt;
&lt;li&gt;Reasons upward from those fundamentals&lt;/li&gt;
&lt;li&gt;Checks for analogy traps&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The 12 methodologies
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Thinking tools:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;First Principles&lt;/strong&gt; (Aristotle → Descartes → Musk)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Systems Thinking&lt;/strong&gt; (Meadows, Senge, Forrester)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Occam's Razor&lt;/strong&gt; (William of Ockham → modern ML)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Feynman Learning Technique&lt;/strong&gt; (teach to learn)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Business &amp;amp; Strategy:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Lean Startup&lt;/strong&gt; (Ries, Blank — BML loop)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Growth Hacking&lt;/strong&gt; (Ellis, Chen — AARRR, north star metric)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Porter's Five Forces&lt;/strong&gt; (industry profit analysis)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Kaizen&lt;/strong&gt; (Toyota Production System — 1% daily improvement)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Design &amp;amp; Innovation:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Design Thinking&lt;/strong&gt; (IDEO, Stanford d.school)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Double Diamond&lt;/strong&gt; (British Design Council)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Problem Solving:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;TRIZ&lt;/strong&gt; (Altshuller — 40 inventive principles from 40K patents)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Premortem&lt;/strong&gt; (Gary Klein — assume failure, work backwards)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;LLMs are general reasoning engines. Their default mode is "be helpful with whatever context you have." But experts don't just know more facts — they apply &lt;strong&gt;structured thinking frameworks&lt;/strong&gt; that have been battle-tested across decades.&lt;/p&gt;

&lt;p&gt;Every one of these skills passes a 6-point quality check:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;✅ 3-7 core principles with cross-domain evidence&lt;/li&gt;
&lt;li&gt;✅ Executable step-by-step protocol&lt;/li&gt;
&lt;li&gt;✅ Clear "when NOT to use this" boundaries&lt;/li&gt;
&lt;li&gt;✅ &amp;gt;=3 misuse patterns with detection logic&lt;/li&gt;
&lt;li&gt;✅ &amp;gt;=3 honest limitations (no BS disclaimers)&lt;/li&gt;
&lt;li&gt;✅ &amp;gt;50% primary sources&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Everything's MIT licensed. Works with Claude Code, Cursor, Codex CLI, Cline, and 13+ other AI runtimes.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Pick what you need&lt;/span&gt;
npx skills add peterfei/forge-skill-first-principles-skill
npx skills add peterfei/forge-skill-systems-thinking-skill
npx skills add peterfei/forge-skill-five-forces-skill
npx skills add peterfei/forge-skill-premortem-skill
&lt;span class="c"&gt;# ... or all 12&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://github.com/peterfei/forge-skill" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The engine itself is also open-source — you can forge your own methodologies if you want something not in the 12.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;What methodology am I missing?&lt;/strong&gt; I'm collecting ideas for the next batch. Drop suggestions in the comments or open an issue on GitHub.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
