Skip to content

Commit d18b7de

Browse files
committed
docs(landing): add Design phase & agent prompts demo video
New demo (https://youtu.be/vDdj8p17AQQ) added between Slack triage and 'Inside the virtual world' tabs on bodhiorchard.ai and to the README's demo block. Final tab order follows the BUD lifecycle: Setup → Slack triage → Design phase → World. Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com>
1 parent 0f8ee3e commit d18b7de

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ 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>
36+
&nbsp;
3537
<a href="https://youtu.be/OxoqBI7BNxU"><img src="https://img.youtube.com/vi/OxoqBI7BNxU/maxresdefault.jpg" width="48%" alt="Inside the virtual world"></a>
3638

37-
**[Setup walkthrough](https://youtu.be/ot-BmKxRgRA)** &nbsp;·&nbsp; **[Slack triage & MCP tools](https://youtu.be/i8kZdcL1bME)** &nbsp;·&nbsp; **[Inside the virtual world](https://youtu.be/OxoqBI7BNxU)**
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)**
3840

3941
![Bodhiorchard Living Tree Dashboard](docs/images/livingtree.png)
4042

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

Lines changed: 15 additions & 0 deletions
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="design">Design phase &amp; agent prompts</v-tab>
4950
<v-tab value="world">Inside the virtual world</v-tab>
5051
</v-tabs>
5152
<v-card class="mt-3" variant="outlined">
@@ -78,6 +79,20 @@
7879
Chat-to-BUD in Slack: the Triage Agent drafts the spec, Claude Code drives the BUD lifecycle through MCP tools.
7980
</p>
8081
</v-window-item>
82+
<v-window-item value="design">
83+
<div class="methodology-video-frame">
84+
<iframe
85+
src="https://www.youtube-nocookie.com/embed/vDdj8p17AQQ"
86+
title="Bodhiorchard — Design phase &amp; agent prompts"
87+
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
88+
allowfullscreen
89+
loading="lazy"
90+
></iframe>
91+
</div>
92+
<p class="text-caption text-center text-medium-emphasis py-3 mb-0">
93+
Generating wireframes and the tech architecture — and how the AI agent prompts shape each handoff.
94+
</p>
95+
</v-window-item>
8196
<v-window-item value="world">
8297
<div class="methodology-video-frame">
8398
<iframe

0 commit comments

Comments
 (0)