---
title: Video Tutorials
description: Watch specsmd in action with step-by-step video walkthroughs
---

## Learn specsmd

Watch specsmd in action through our video tutorial series. These walkthroughs demonstrate real-world usage of the framework and IDE extension.

:::info
This is our growing video library. More tutorials are being added regularly. Subscribe to our [YouTube channel](https://www.youtube.com/@specs-md) to get notified when new videos are released.
:::

---

## Available Videos

<CardGroup cols={2}>
  <Card
    title="Getting Started with FIRE Flow"
    icon="zap"
    href="/learn/fire-flow-intro"
  >
    Project setup, intents, work items, and VS Code extension
  </Card>
  <Card
    title="FIRE Flow: Resume a Run"
    icon="play"
    href="/learn/fire-flow-resume-run"
  >
    Resume a FIRE flow run and watch the VS Code extension update live
  </Card>
  <Card
    title="AI-DLC: Bolt Execution"
    icon="hammer"
    href="/learn/aidlc-bolt-execution"
  >
    Executing bolts with AI-DLC agents
  </Card>
  <Card
    title="CLI and Web Dashboard Tutorials"
    icon="chart-line"
    href="/learn/specs-md-dashboard"
  >
    Track progress from Chrome, Fabriqa.AI, or the terminal beside Codex
  </Card>
  <Card
    title="Using specsmd in Fabriqa"
    icon="layers"
    href="/learn/specsmd-in-fabriqa"
  >
    Set up and run specsmd workflows within the Fabriqa platform
  </Card>
</CardGroup>

---

## Coming Soon

We're working on more video content covering:

- **Full End-to-End Workflows** - Complete project lifecycle from intent to deployment
- **Monorepo Setup** - Managing multiple modules
- **Standards Configuration** - Setting up tech stack and coding standards
- **Advanced Workflows** - Dependencies, batch runs, and more

<CardGroup cols={2}>
  <Card
    title="Request a Tutorial"
    icon="lightbulb"
    href="https://github.com/fabriqaai/specs.md/discussions"
  >
    Have a topic you'd like covered? Let us know!
  </Card>
  <Card
    title="Documentation"
    icon="book"
    href="/getting-started/installation"
  >
    Prefer reading? Check out our written guides
  </Card>
</CardGroup>
