foundry-tutorial

Guide users through Spec-Driven Development with interactive Foundry tutorials.

4|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/tylerburleigh/claude-foundry --skill foundry-tutorial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foundry-tutorial
Source: https://github.com/tylerburleigh/claude-foundry/tree/main/skills/foundry-tutorial
Command: npx skills add https://github.com/tylerburleigh/claude-foundry --skill foundry-tutorial

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through Spec-Driven Development concepts with an interactive, teach-by-example approach, helping you understand planning, implementation, and verification using Claude Foundry.

Core Features & Use Cases

  • Conversational explanations of SDD principles and workflow
  • Hands-on walkthrough of a sample spec and its lifecycle (pending -> active -> completed)
  • Guidance on next steps, learning resources, and practical applications

Quick Start

Read the tutorial in references/tutorial.md and participate in the guided prompts to explore the SDD workflow.

Frequently Asked Questions about foundry-tutorial

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is Spec-Driven Development and how does it work?

Spec-Driven Development (SDD) is a workflow that prioritizes planning specifications before implementation. It guides you through writing a spec, reviewing it, selecting implementation tasks, coding, running tests, and delivering a PR—ensuring requirements are clear and validated before shipping.

How do I learn Spec-Driven Development with Claude Foundry?

This tutorial teaches SDD through hands-on walkthroughs using Claude Foundry. You'll read concept explanations, work through a sample spec lifecycle from planning to completion, and practice each SDD stage—planning, review, task selection, implementation, testing, and PR preparation.

What steps are involved in the Spec-Driven Development workflow?

SDD follows these stages: plan your spec, review it for gaps, select the next implementation task, write code, run tests to validate quality, and generate a PR-ready summary. Each stage uses orchestrated skills to guide you through the process systematically.

Can I use Spec-Driven Development for my own projects?

Yes. After learning the SDD workflow through this tutorial, you can apply it to your own specs and projects. The tutorial covers the principles and practical patterns you need to plan systematically, implement incrementally, and validate before delivery.

What do I need to get started with this tutorial?

Read the tutorial file included in references/tutorial.md. No prior SDD knowledge is required. You'll work through guided prompts that teach concepts and walk you through a complete workflow example with Claude Foundry.

How does Spec-Driven Development differ from starting to code immediately?

SDD prioritizes planning and validation upfront rather than coding first. By writing and reviewing specs before implementation, you catch requirements gaps early, reduce rework, ensure tests align with intent, and deliver higher-quality code with audit trails.