Resources
The verified code bundles and the reconciled resource handoff from the Day-2 close.
Before the workshop — run the setup check
A preflight script that verifies your machine is ready (Node 20+, npm, git, uv, ports) and installs what it can. Download the one for your OS, then run it:
setup README · Antigravity, GitHub/cloud accounts, and Ollama models are manual (the script links them).
Build it yourself — with a safety net
A self-paced path to develop StackLog across both days. Every milestone is yours to build; if you get stuck, each one has a fallback to the matching prebuilt bundle below — so you never stay blocked.
Code bundles
Download a bundle below, unzip it, and follow the steps on the card (each has its own README). node_modules aren't included — run npm install fresh. These are the fallbacks the build guide points to.
Take-home
The one-sentence commitment from the close — print it, fill it in, stick it on your monitor.
Resource handoff
| Resource | What it is | Where |
|---|---|---|
| BMAD Method (V6) | The spec-driven framework used across Day 2 | docs.bmad-method.org · github.com/bmad-code-org/BMAD-METHOD |
| MCP servers (official) | Pre-built servers — Filesystem & 20+ | github.com/modelcontextprotocol/servers |
| MCP TypeScript SDK | The SDK behind the Lab 2 StackLog server | github.com/modelcontextprotocol/typescript-sdk |
| DuckDuckGo MCP server | The keyless search server from Lab 1 | nickclyde/duckduckgo-mcp-server |
| Building effective agents | The agentic-pattern guide (ReAct / Plan / Reflection) | anthropic.com/research/building-effective-agents |
| Google Antigravity | The agent-first IDE used throughout | the workshop delivery environment |
| MCP Inspector | Debug MCP servers — browse schemas, fire calls | npx @modelcontextprotocol/inspector |
| Spec Kit | GitHub's SDD toolkit (canonical vocabulary) | github.com/github/spec-kit |
| better-sqlite3 | The synchronous SQLite driver from Lab 6 | github.com/WiseLibs/better-sqlite3 |
Reconciled from the printed guide: it lists Brave Search, Continue, and Ollama — this delivery uses DuckDuckGo (keyless) for search and Antigravity as the host. Continue/Ollama are fine optional extras but aren't the stack.