<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Skills on human - The AI dev rig for AI coding agents</title>
    <link>https://gethuman.sh/docs/skills/</link>
    <description>Recent content in Skills on human - The AI dev rig for AI coding agents</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://gethuman.sh/docs/skills/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>/human-brainstorm</title>
      <link>https://gethuman.sh/docs/skills/human-brainstorm/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-brainstorm/</guid>
      <description>&lt;p&gt;Explores the codebase, asks clarifying questions, and generates 2-3 implementation approaches with trade-offs before you commit to a plan.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-brainstorm &amp;lt;ticket-key or topic&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Accepts either a ticket key (e.g. &lt;code&gt;KAN-1&lt;/code&gt;, &lt;code&gt;ENG-123&lt;/code&gt;) or a freeform topic (e.g. &lt;code&gt;&amp;quot;add caching layer for API responses&amp;quot;&lt;/code&gt;).&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Phase 1 — Context gathering&lt;/strong&gt;: Fetches the ticket (if a key was given), explores the codebase for relevant code, patterns, and existing &lt;code&gt;.human/&lt;/code&gt; artifacts&lt;/li&gt;&#xA;&lt;li&gt;Presents a context summary and asks 3-5 clarifying questions one at a time&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Phase 2 — Generate approaches&lt;/strong&gt;: Incorporates your answers and generates 2-3 distinct implementation approaches&lt;/li&gt;&#xA;&lt;li&gt;Presents the approaches with trade-offs, pros/cons, complexity estimates, and a recommendation&lt;/li&gt;&#xA;&lt;li&gt;Asks you which approach to proceed with&lt;/li&gt;&#xA;&lt;li&gt;Writes the complete brainstorm to &lt;code&gt;.human/brainstorms/&amp;lt;identifier&amp;gt;.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;output-format&#34;&gt;Output format&lt;/h2&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-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Problem Statement&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;what needs to be solved&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Context&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;summary of relevant codebase areas, patterns, and constraints&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Clarifications&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| Question | Answer |&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;|----------|--------|&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| &amp;lt;q1&amp;gt;     | &amp;lt;a1&amp;gt;   |&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Approaches&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;### Approach 1: &amp;lt;name&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;description&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;font-weight:bold&#34;&gt;**Affected files:**&lt;/span&gt; &amp;lt;list&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| Pros | Cons |&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;|------|------|&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| &amp;lt;pro&amp;gt; | &amp;lt;con&amp;gt; |&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;font-weight:bold&#34;&gt;**Complexity:**&lt;/span&gt; small / medium / large&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;font-weight:bold&#34;&gt;**Risks:**&lt;/span&gt; &amp;lt;risks and mitigations&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;### Approach 2: &amp;lt;name&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;...&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Recommendation&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;which approach and why&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Chosen approach&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;the approach you selected&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;output-location&#34;&gt;Output location&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;.human/brainstorms/&amp;lt;identifier&amp;gt;.md&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-ready</title>
      <link>https://gethuman.sh/docs/skills/human-ready/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-ready/</guid>
      <description>&lt;p&gt;Fetches a ticket from your issue tracker and evaluates it against a Definition of Ready checklist. Identifies gaps before development starts.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-ready &amp;lt;ticket-key&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Fetches the ticket via &lt;code&gt;human &amp;lt;tracker&amp;gt; issue get &amp;lt;key&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Evaluates the ticket against 6 Definition of Ready criteria&lt;/li&gt;&#xA;&lt;li&gt;Presents the assessment and asks you to fill in any gaps&lt;/li&gt;&#xA;&lt;li&gt;Writes the completed assessment to &lt;code&gt;.human/ready/&amp;lt;key&amp;gt;.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;criteria&#34;&gt;Criteria&lt;/h2&gt;&#xA;&lt;p&gt;Each criterion is marked as &lt;strong&gt;present&lt;/strong&gt;, &lt;strong&gt;partially present&lt;/strong&gt;, or &lt;strong&gt;missing&lt;/strong&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-plan</title>
      <link>https://gethuman.sh/docs/skills/human-plan/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-plan/</guid>
      <description>&lt;p&gt;Fetches a ticket, explores the codebase, and produces a structured implementation plan.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-plan &amp;lt;ticket-key&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Fetches the ticket via &lt;code&gt;human &amp;lt;tracker&amp;gt; issue get &amp;lt;key&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Explores the codebase with Grep, Glob, and Read to understand affected areas&lt;/li&gt;&#xA;&lt;li&gt;Identifies existing patterns, conventions, and related code&lt;/li&gt;&#xA;&lt;li&gt;Produces a structured plan with context, changes, and verification steps&lt;/li&gt;&#xA;&lt;li&gt;Verifies that every file, function, and type referenced in the plan actually exists&lt;/li&gt;&#xA;&lt;li&gt;Writes the plan to &lt;code&gt;.human/plans/&amp;lt;key&amp;gt;.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Creates a tracker ticket with the plan as its description&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;output-format&#34;&gt;Output format&lt;/h2&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-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;# Plan: &amp;lt;TICKET_KEY&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Context&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;ticket summary and acceptance criteria&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Changes&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;1.&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;`path/to/file.go`&lt;/span&gt; — &amp;lt;rationale for change&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;2.&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;`path/to/other.go`&lt;/span&gt; — &amp;lt;rationale&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;...&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Verification&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;-&lt;/span&gt; &amp;lt;test commands to run&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;-&lt;/span&gt; &amp;lt;manual checks&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;-&lt;/span&gt; &amp;lt;edge cases to verify&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;output-location&#34;&gt;Output location&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;.human/plans/&amp;lt;key&amp;gt;.md&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-execute</title>
      <link>https://gethuman.sh/docs/skills/human-execute/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-execute/</guid>
      <description>&lt;p&gt;Loads an implementation plan and executes it step by step, then runs a review checkpoint.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-execute &amp;lt;ticket-key&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Loads the plan from &lt;code&gt;.human/plans/&amp;lt;key&amp;gt;.md&lt;/code&gt; (falls back to &lt;code&gt;.human/bugs/&amp;lt;key&amp;gt;.md&lt;/code&gt; for bug fix plans)&lt;/li&gt;&#xA;&lt;li&gt;Fetches the ticket via &lt;code&gt;human &amp;lt;tracker&amp;gt; issue get &amp;lt;key&amp;gt;&lt;/code&gt; for original context&lt;/li&gt;&#xA;&lt;li&gt;Parses the plan&amp;rsquo;s changes section into ordered tasks&lt;/li&gt;&#xA;&lt;li&gt;Executes each task sequentially:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Reads the target file before modifying it&lt;/li&gt;&#xA;&lt;li&gt;Makes the change described in the plan&lt;/li&gt;&#xA;&lt;li&gt;Verifies the change compiles/parses correctly&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Runs a review checkpoint by invoking the &lt;a href=&#34;https://gethuman.sh/docs/skills/human-review/&#34;&gt;/human-review&lt;/a&gt; agent&lt;/li&gt;&#xA;&lt;li&gt;Runs a done checkpoint internally to verify completion&lt;/li&gt;&#xA;&lt;li&gt;Reports: files created, files modified, review outcome, done verdict&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;A plan must exist at &lt;code&gt;.human/plans/&amp;lt;key&amp;gt;.md&lt;/code&gt; or &lt;code&gt;.human/bugs/&amp;lt;key&amp;gt;.md&lt;/code&gt;. If neither exists, run &lt;a href=&#34;https://gethuman.sh/docs/skills/human-plan/&#34;&gt;/human-plan&lt;/a&gt; or &lt;a href=&#34;https://gethuman.sh/docs/skills/human-bug-plan/&#34;&gt;/human-bug-plan&lt;/a&gt; first.&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-review</title>
      <link>https://gethuman.sh/docs/skills/human-review/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-review/</guid>
      <description>&lt;p&gt;Reviews the current branch&amp;rsquo;s changes against the ticket&amp;rsquo;s acceptance criteria.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-review &amp;lt;ticket-key&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Fetches the ticket via &lt;code&gt;human &amp;lt;tracker&amp;gt; issue get &amp;lt;key&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Loads the plan from &lt;code&gt;.human/plans/&amp;lt;key&amp;gt;.md&lt;/code&gt; if it exists (for additional context)&lt;/li&gt;&#xA;&lt;li&gt;Diffs the current branch against the default branch (&lt;code&gt;git diff &amp;lt;default&amp;gt;...HEAD&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Evaluates the diff against each acceptance criterion from the ticket&lt;/li&gt;&#xA;&lt;li&gt;Flags missing criteria, scope creep, and unhandled edge cases&lt;/li&gt;&#xA;&lt;li&gt;Writes the review to &lt;code&gt;.human/reviews/&amp;lt;key&amp;gt;.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;output-format&#34;&gt;Output format&lt;/h2&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-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;# Review: &amp;lt;TICKET_KEY&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Summary&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;one-line verdict: pass, pass with notes, or fail&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Acceptance Criteria&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| # | Criterion | Status | Evidence |&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;|---|-----------|--------|----------|&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| 1 | &amp;lt;criterion from ticket&amp;gt; | PASS/FAIL | &amp;lt;file:line references&amp;gt; |&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Findings&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;### Missing criteria&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;-&lt;/span&gt; &amp;lt;acceptance criteria not addressed in the diff&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;### Scope creep&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;-&lt;/span&gt; &amp;lt;changes in the diff not related to the ticket&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;### Edge cases&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;-&lt;/span&gt; &amp;lt;unhandled edge cases&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Test Results&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;output of test run&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;output-location&#34;&gt;Output location&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;.human/reviews/&amp;lt;key&amp;gt;.md&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-autofix</title>
      <link>https://gethuman.sh/docs/skills/human-autofix/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-autofix/</guid>
      <description>&lt;p&gt;Runs the full bug-fix pipeline autonomously, end to end, pointed at a bug ticket — triage, plan, test-first fix, verify, and open a pull request. No user interaction.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-autofix &amp;lt;BUG_KEY&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Triage &amp;amp; reproduce&lt;/strong&gt; — fetches the bug ticket, reproduces it, and reaches a verdict: &lt;code&gt;confirmed&lt;/code&gt;, &lt;code&gt;not-a-bug&lt;/code&gt;, or &lt;code&gt;undetermined&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Verdict gate&lt;/strong&gt; — only confirmed bugs proceed. &lt;code&gt;not-a-bug&lt;/code&gt; and &lt;code&gt;undetermined&lt;/code&gt; are closed or left as-is and produce no code changes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Plan&lt;/strong&gt; — writes a regression-test-first implementation plan and creates a linked engineering ticket.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Test-first fix&lt;/strong&gt; — opens a feature branch &lt;code&gt;autofix/&amp;lt;eng-key&amp;gt;&lt;/code&gt;, adds a failing regression test, then makes the root-cause fix until the suite is green, and pushes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Verify&lt;/strong&gt; — confirms the regression test fails before the fix and passes after, with the full suite green — a &amp;ldquo;done done&amp;rdquo; gate.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Open PR &amp;amp; hand off&lt;/strong&gt; — runs &lt;code&gt;human pr create&lt;/code&gt; (forge and repo derived from the git origin remote) and posts a &lt;code&gt;[human:ready-for-review]&lt;/code&gt; handoff comment on the tracker carrying the PR URL.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Only bugs that are both &lt;strong&gt;confirmed and verified&lt;/strong&gt; ever open a pull request.&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-bug-plan</title>
      <link>https://gethuman.sh/docs/skills/human-bug-plan/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-bug-plan/</guid>
      <description>&lt;p&gt;Analyzes a bug ticket for root cause, traces affected code, and produces a structured fix plan.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-bug-plan &amp;lt;ticket-key&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Fetches the bug ticket via &lt;code&gt;human &amp;lt;tracker&amp;gt; issue get &amp;lt;key&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Fetches ticket comments via &lt;code&gt;human &amp;lt;tracker&amp;gt; issue comment list &amp;lt;key&amp;gt;&lt;/code&gt; (comments often contain stack traces and error logs)&lt;/li&gt;&#xA;&lt;li&gt;Identifies symptoms — error messages, stack traces, failing inputs, reproduction steps&lt;/li&gt;&#xA;&lt;li&gt;Locates code via Grep and Glob — functions in stack traces, error message strings, related code paths, test files&lt;/li&gt;&#xA;&lt;li&gt;Reads and traces the code flow to identify root cause&lt;/li&gt;&#xA;&lt;li&gt;Writes the analysis to &lt;code&gt;.human/bugs/&amp;lt;key&amp;gt;.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;output-format&#34;&gt;Output format&lt;/h2&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-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;# Bug Analysis: &amp;lt;TICKET_KEY&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Summary&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;one-line description of the bug&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Symptoms&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;-&lt;/span&gt; &amp;lt;observable behaviors, error messages, failing conditions&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Root Cause&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;explanation referencing specific files and line numbers&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Affected Code&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| File | Lines | Role |&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;|------|-------|------|&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| path/to/file.go | 42-58 | &amp;lt;what this code does in context&amp;gt; |&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Fix Plan&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;1.&lt;/span&gt; &amp;lt;ordered steps, each referencing specific files/functions&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Test Plan&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;-&lt;/span&gt; &amp;lt;existing tests to update, new tests to add, manual checks&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Related Code&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;-&lt;/span&gt; &amp;lt;other areas that may be affected&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;output-location&#34;&gt;Output location&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;.human/bugs/&amp;lt;key&amp;gt;.md&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-findbugs</title>
      <link>https://gethuman.sh/docs/skills/human-findbugs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-findbugs/</guid>
      <description>&lt;p&gt;Scans the codebase for bugs using a multi-agent pipeline. Auto-detects technologies and finds semantic bugs that static analysis tools miss.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-findbugs&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;No ticket or arguments needed. Run it in any codebase.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;p&gt;The skill runs a 3-phase agent pipeline:&lt;/p&gt;&#xA;&lt;h3 id=&#34;phase-1-reconnaissance&#34;&gt;Phase 1: Reconnaissance&lt;/h3&gt;&#xA;&lt;p&gt;A recon agent maps the codebase:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Detects technologies via marker files (&lt;code&gt;go.mod&lt;/code&gt;, &lt;code&gt;package.json&lt;/code&gt;, &lt;code&gt;Cargo.toml&lt;/code&gt;, etc.)&lt;/li&gt;&#xA;&lt;li&gt;Runs available lightweight static analysis (&lt;code&gt;go vet&lt;/code&gt;, &lt;code&gt;npm audit&lt;/code&gt;, etc.)&lt;/li&gt;&#xA;&lt;li&gt;Identifies high-risk files via heuristics: recent git changes, large files, TODO/FIXME/HACK comments, concurrency primitives, error-heavy code, external I/O&lt;/li&gt;&#xA;&lt;li&gt;Partitions files into 4 analysis domains&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;phase-2-deep-analysis-4-parallel-agents&#34;&gt;Phase 2: Deep Analysis (4 parallel agents)&lt;/h3&gt;&#xA;&lt;p&gt;Four specialized agents run in parallel, each focused on a different concern:&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-security</title>
      <link>https://gethuman.sh/docs/skills/human-security/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-security/</guid>
      <description>&lt;p&gt;Deep security audit of the codebase using a 4-phase multi-agent pipeline. Auto-detects technologies, maps the attack surface, scans for vulnerabilities, and chains findings into exploitable attack paths.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-security&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;No ticket or arguments needed. Run it in any codebase.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;p&gt;The skill runs a 4-phase agent pipeline:&lt;/p&gt;&#xA;&lt;h3 id=&#34;phase-1-attack-surface-mapping&#34;&gt;Phase 1: Attack Surface Mapping&lt;/h3&gt;&#xA;&lt;p&gt;A surface mapping agent performs attacker-style reconnaissance:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Detects technologies and frameworks (including security-relevant version details)&lt;/li&gt;&#xA;&lt;li&gt;Maps all entry points: HTTP endpoints, CLI args, file inputs, message handlers, WebSockets&lt;/li&gt;&#xA;&lt;li&gt;Identifies trust boundaries: which routes require auth, which are public&lt;/li&gt;&#xA;&lt;li&gt;Traces sensitive data flows: passwords, tokens, PII, financial data&lt;/li&gt;&#xA;&lt;li&gt;Catalogs cryptographic usage and dependency manifests&lt;/li&gt;&#xA;&lt;li&gt;Partitions files into 5 scanning domains&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;phase-2-specialized-scanning-5-parallel-agents&#34;&gt;Phase 2: Specialized Scanning (5 parallel agents)&lt;/h3&gt;&#xA;&lt;p&gt;Five specialized agents run in parallel, each focused on a different security domain:&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-gardening</title>
      <link>https://gethuman.sh/docs/skills/human-gardening/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-gardening/</guid>
      <description>&lt;p&gt;Analyzes codebase health using a multi-agent pipeline. Identifies structural debt, duplication, complexity hotspots, and hygiene issues, then produces a health scorecard with optional auto-fix.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-gardening&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;No ticket or arguments needed. Run it in any codebase.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;p&gt;The skill runs a 4-phase agent pipeline:&lt;/p&gt;&#xA;&lt;h3 id=&#34;phase-1-survey&#34;&gt;Phase 1: Survey&lt;/h3&gt;&#xA;&lt;p&gt;A survey agent maps the codebase:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Detects technologies via marker files (&lt;code&gt;go.mod&lt;/code&gt;, &lt;code&gt;package.json&lt;/code&gt;, &lt;code&gt;Cargo.toml&lt;/code&gt;, etc.)&lt;/li&gt;&#xA;&lt;li&gt;Measures package sizes, exported symbols, and code:test ratios&lt;/li&gt;&#xA;&lt;li&gt;Maps coupling via fan-in/fan-out analysis on import statements&lt;/li&gt;&#xA;&lt;li&gt;Runs available static analysis tools (&lt;code&gt;go vet&lt;/code&gt;, &lt;code&gt;gocyclo&lt;/code&gt;, etc.)&lt;/li&gt;&#xA;&lt;li&gt;Analyzes git churn: hot files and co-changing file pairs&lt;/li&gt;&#xA;&lt;li&gt;Collects naming conventions and inconsistencies across packages&lt;/li&gt;&#xA;&lt;li&gt;Partitions files into 4 analysis domains&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;phase-2-deep-analysis-4-parallel-agents&#34;&gt;Phase 2: Deep Analysis (4 parallel agents)&lt;/h3&gt;&#xA;&lt;p&gt;Four specialized agents run in parallel, each focused on a different health dimension:&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-ideate</title>
      <link>https://gethuman.sh/docs/skills/human-ideate/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-ideate/</guid>
      <description>&lt;p&gt;Challenges your idea with forcing questions, refines the scope, and creates a ready PM ticket in your chosen tracker. The ticket creation process itself ensures quality — no separate readiness check needed.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-ideate &amp;lt;rough idea or topic&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Accepts a freeform idea (e.g. &lt;code&gt;&amp;quot;add webhook support for tracker events&amp;quot;&lt;/code&gt;).&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Phase 1 — Context &amp;amp; challenge&lt;/strong&gt;: Explores the codebase for relevant code, existing tickets, and recent changes. Returns a context summary and tailored forcing questions.&lt;/li&gt;&#xA;&lt;li&gt;Asks 5 forcing questions one at a time:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What is the actual pain? (not the feature request)&lt;/li&gt;&#xA;&lt;li&gt;Who has this pain? (specific, not hypothetical)&lt;/li&gt;&#xA;&lt;li&gt;What is the status quo? (how people cope today)&lt;/li&gt;&#xA;&lt;li&gt;What is the narrowest wedge? (smallest version that delivers value)&lt;/li&gt;&#xA;&lt;li&gt;What would make this 10-star? (dream big, then scope back)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Asks you to choose scope: &lt;strong&gt;Expand&lt;/strong&gt; / &lt;strong&gt;Hold&lt;/strong&gt; / &lt;strong&gt;Reduce&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Asks which tracker to create the ticket in (Shortcut, Linear, Jira, etc.)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Phase 2 — Generate ticket content&lt;/strong&gt;: Creates a structured ticket with problem statement, user story, acceptance criteria, and scope decisions&lt;/li&gt;&#xA;&lt;li&gt;Creates the PM ticket on your chosen tracker&lt;/li&gt;&#xA;&lt;li&gt;Adds a challenge record as a ticket comment (rejected alternatives, premise challenges, scope rationale)&lt;/li&gt;&#xA;&lt;li&gt;Writes ideation record to &lt;code&gt;.human/ideation/&amp;lt;slug&amp;gt;.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;output-format&#34;&gt;Output format&lt;/h2&gt;&#xA;&lt;p&gt;The created PM ticket contains:&lt;/p&gt;</description>
    </item>
    <item>
      <title>/human-sprint</title>
      <link>https://gethuman.sh/docs/skills/human-sprint/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://gethuman.sh/docs/skills/human-sprint/</guid>
      <description>&lt;p&gt;One command from rough idea to shipped code. Chains the full human pipeline — ideate, plan, execute, review — auto-deciding mechanical questions and surfacing only genuine taste decisions.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/human-sprint &amp;lt;rough idea or topic&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Accepts a freeform idea (e.g. &lt;code&gt;&amp;quot;add webhook support for tracker events&amp;quot;&lt;/code&gt;).&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Pipeline depth&lt;/strong&gt;: Asks how far to go:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Tickets only&lt;/strong&gt; — create PM ticket + engineering plan, then stop&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Plan + execute&lt;/strong&gt; — create tickets and implement&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Full pipeline&lt;/strong&gt; — create tickets, implement, and review&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Phase 1 — Ideate&lt;/strong&gt;: Runs the &lt;a href=&#34;https://gethuman.sh/docs/skills/human-ideate/&#34;&gt;/human-ideate&lt;/a&gt; flow (forcing questions, scope decision, tracker choice), creates PM ticket&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
