<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Experimental on aitasks</title><link>https://www.aitasks.io/maturity/experimental/</link><description>Recent content in Experimental on aitasks</description><generator>Hugo</generator><language>en</language><atom:link href="https://www.aitasks.io/maturity/experimental/index.xml" rel="self" type="application/rss+xml"/><item><title>Stats</title><link>https://www.aitasks.io/docs/tuis/stats/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.aitasks.io/docs/tuis/stats/</guid><description>&lt;h2 id="launching"&gt;Launching&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;ait stats-tui
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The Stats TUI requires the shared Python virtual environment (installed by &lt;code&gt;ait setup&lt;/code&gt;) with the &lt;code&gt;textual&lt;/code&gt; and &lt;code&gt;pyyaml&lt;/code&gt; packages. Interactive chart panes additionally need the optional &lt;code&gt;plotext&lt;/code&gt; package — &lt;code&gt;ait setup&lt;/code&gt; prompts &lt;code&gt;Install plotext for 'ait stats-tui' chart panes? [y/N]&lt;/code&gt; in the Python venv step. Without &lt;code&gt;plotext&lt;/code&gt;, the TUI still launches but chart panes render placeholders instead of charts.&lt;/p&gt;
&lt;p&gt;Inside tmux you can also reach the TUI via the &lt;a href="../monitor/how-to/#how-to-jump-to-another-tui"&gt;TUI switcher&lt;/a&gt; — press &lt;strong&gt;&lt;code&gt;j&lt;/code&gt;&lt;/strong&gt; in any other aitasks TUI and pick Stats.&lt;/p&gt;</description></item><item><title>/aitask-stats</title><link>https://www.aitasks.io/docs/skills/aitask-stats/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.aitasks.io/docs/skills/aitask-stats/</guid><description>&lt;p&gt;View task completion statistics via a code agent.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Usage:&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;/aitask-stats
&lt;/code&gt;&lt;/pre&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Must be run from the project root directory. See &lt;a href=".."&gt;Skills overview&lt;/a&gt; for details.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Runs &lt;code&gt;./.aitask-scripts/aitask_stats.sh&lt;/code&gt; and displays the results. Provides the same statistics as &lt;code&gt;ait stats&lt;/code&gt;, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Summary counts (7-day, 30-day, all-time)&lt;/li&gt;
&lt;li&gt;Daily breakdown with optional task IDs&lt;/li&gt;
&lt;li&gt;Day-of-week averages&lt;/li&gt;
&lt;li&gt;Per-label weekly trends (4 weeks)&lt;/li&gt;
&lt;li&gt;Label day-of-week breakdown (30 days)&lt;/li&gt;
&lt;li&gt;Task type weekly trends&lt;/li&gt;
&lt;li&gt;Label + issue type trends&lt;/li&gt;
&lt;li&gt;Code agent weekly trends (last 4 weeks)&lt;/li&gt;
&lt;li&gt;LLM model weekly trends (last 4 weeks)&lt;/li&gt;
&lt;li&gt;Verified model score rankings per skill (pick, explain, batch-review) &amp;ndash; see &lt;a href="../verified-scores/"&gt;Verified Scores&lt;/a&gt; for how scores are accumulated
&lt;ul&gt;
&lt;li&gt;All-providers aggregated view with per-provider breakdowns&lt;/li&gt;
&lt;li&gt;Time-windowed display (all-time, this month)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Supports all command-line options (&lt;code&gt;-d&lt;/code&gt;, &lt;code&gt;-v&lt;/code&gt;, &lt;code&gt;--csv&lt;/code&gt;, &lt;code&gt;-w&lt;/code&gt;). For interactive
terminal charts (including code agent / LLM model histograms and verified score
ranking bar charts per skill), run &lt;a href="https://www.aitasks.io/docs/tuis/stats/"&gt;&lt;code&gt;ait stats-tui&lt;/code&gt;&lt;/a&gt;
or switch into it from any other aitasks TUI via the TUI switcher.
For CSV export, provides guidance on opening the file in LibreOffice Calc with pivot tables and charts.&lt;/p&gt;</description></item><item><title>/aitask-add-model</title><link>https://www.aitasks.io/docs/skills/aitask-add-model/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.aitasks.io/docs/skills/aitask-add-model/</guid><description>&lt;p&gt;Register a single, already-known code-agent model in the framework&amp;rsquo;s model registry and optionally promote it to default across &lt;code&gt;codeagent_config.json&lt;/code&gt;, the &lt;code&gt;seed/&lt;/code&gt; template, and the hardcoded &lt;code&gt;DEFAULT_AGENT_STRING&lt;/code&gt;. Companion to &lt;a href="../aitask-refresh-code-models/"&gt;&lt;code&gt;/aitask-refresh-code-models&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Usage:&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;/aitask-add-model
/aitask-add-model --agent claudecode --name opus4_7_1m --cli-id &amp;#39;claude-opus-4-7[1m]&amp;#39; --notes &amp;#34;1M context&amp;#34; --promote --promote-ops pick,explore,brainstorm-explorer
/aitask-add-model --dry-run ...
&lt;/code&gt;&lt;/pre&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Must be run from the project root directory. See &lt;a href=".."&gt;Skills overview&lt;/a&gt; for details.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="when-to-use-this-skill"&gt;When to Use This Skill&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;/aitask-add-model&lt;/code&gt; when you already know the model you want to register — a vendor just announced it, or you&amp;rsquo;ve decided to promote a specific variant to default. Unlike &lt;a href="../aitask-refresh-code-models/"&gt;&lt;code&gt;/aitask-refresh-code-models&lt;/code&gt;&lt;/a&gt;, this skill skips web research and writes deterministic, per-invocation changes.&lt;/p&gt;</description></item></channel></rss>