Skip to content

Commit 988608b

Browse files
committed
docs(landing): add requirements & estimation demo + fix Design URL
- New 'Requirements & estimation' video tab between Slack and Design (https://youtu.be/YBwdTes0Fno) covers AI-drafted requirements, AI-PERT + Monte Carlo cycle-time forecasts, and the collaborative editor with version history. - Corrects the Design phase tab to the re-uploaded URL (https://youtu.be/lV71qhmfzzw); previous URL went stale after #186. - Final tab order: Setup → Slack triage → Requirements & estimation → Design phase → Inside the virtual world. - README demo grid + linkbar updated to match. Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com>
1 parent a4d48bb commit 988608b

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ Self-hosted on your hardware. Your data stays local. Inference engine is your ch
3232
&nbsp;
3333
<a href="https://youtu.be/i8kZdcL1bME"><img src="https://img.youtube.com/vi/i8kZdcL1bME/maxresdefault.jpg" width="48%" alt="Slack triage & MCP tools"></a>
3434

35-
<a href="https://youtu.be/vDdj8p17AQQ"><img src="https://img.youtube.com/vi/vDdj8p17AQQ/maxresdefault.jpg" width="48%" alt="Design phase & agent prompts"></a>
35+
<a href="https://youtu.be/YBwdTes0Fno"><img src="https://img.youtube.com/vi/YBwdTes0Fno/maxresdefault.jpg" width="48%" alt="Requirements & estimation"></a>
3636
&nbsp;
37+
<a href="https://youtu.be/lV71qhmfzzw"><img src="https://img.youtube.com/vi/lV71qhmfzzw/maxresdefault.jpg" width="48%" alt="Design phase & agent prompts"></a>
38+
3739
<a href="https://youtu.be/OxoqBI7BNxU"><img src="https://img.youtube.com/vi/OxoqBI7BNxU/maxresdefault.jpg" width="48%" alt="Inside the virtual world"></a>
3840

39-
**[Setup walkthrough](https://youtu.be/ot-BmKxRgRA)** &nbsp;·&nbsp; **[Slack triage & MCP tools](https://youtu.be/i8kZdcL1bME)** &nbsp;·&nbsp; **[Design phase & agent prompts](https://youtu.be/vDdj8p17AQQ)** &nbsp;·&nbsp; **[Inside the virtual world](https://youtu.be/OxoqBI7BNxU)**
41+
**[Setup walkthrough](https://youtu.be/ot-BmKxRgRA)** &nbsp;·&nbsp; **[Slack triage & MCP tools](https://youtu.be/i8kZdcL1bME)** &nbsp;·&nbsp; **[Requirements & estimation](https://youtu.be/YBwdTes0Fno)** &nbsp;·&nbsp; **[Design phase & agent prompts](https://youtu.be/lV71qhmfzzw)** &nbsp;·&nbsp; **[Inside the virtual world](https://youtu.be/OxoqBI7BNxU)**
4042

4143
![Bodhiorchard Living Tree Dashboard](docs/images/livingtree.png)
4244

frontend/src/views/setup/steps/MethodologyStep.vue

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<v-tabs v-model="videoTab" align-tabs="center" color="primary" density="compact">
4747
<v-tab value="setup">Setup walkthrough</v-tab>
4848
<v-tab value="slack">Slack triage &amp; MCP tools</v-tab>
49+
<v-tab value="estimation">Requirements &amp; estimation</v-tab>
4950
<v-tab value="design">Design phase &amp; agent prompts</v-tab>
5051
<v-tab value="world">Inside the virtual world</v-tab>
5152
</v-tabs>
@@ -79,10 +80,24 @@
7980
Chat-to-BUD in Slack: the Triage Agent drafts the spec, Claude Code drives the BUD lifecycle through MCP tools.
8081
</p>
8182
</v-window-item>
83+
<v-window-item value="estimation">
84+
<div class="methodology-video-frame">
85+
<iframe
86+
src="https://www.youtube-nocookie.com/embed/YBwdTes0Fno"
87+
title="Bodhiorchard — Requirements &amp; estimation"
88+
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
89+
allowfullscreen
90+
loading="lazy"
91+
></iframe>
92+
</div>
93+
<p class="text-caption text-center text-medium-emphasis py-3 mb-0">
94+
AI-drafted requirements, AI-PERT + Monte Carlo cycle-time forecasts, and the collaborative editor with full version history.
95+
</p>
96+
</v-window-item>
8297
<v-window-item value="design">
8398
<div class="methodology-video-frame">
8499
<iframe
85-
src="https://www.youtube-nocookie.com/embed/vDdj8p17AQQ"
100+
src="https://www.youtube-nocookie.com/embed/lV71qhmfzzw"
86101
title="Bodhiorchard — Design phase &amp; agent prompts"
87102
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
88103
allowfullscreen

0 commit comments

Comments
 (0)