Skip to content

Commit 361e112

Browse files
TurtleWolfeclaude
andcommitted
feat(portfolio): add Spec Kit Wireframe Extension card
Adds an entry to OTHER_PROJECTS pointing at the live demo at https://tortoisewolfe.github.io/spec-kit-extension-wireframe/. Ships a sample SVG as the card image — same one the live demo renders, so the portfolio preview stays consistent with what visitors land on after clicking through. The extension provides a visual feedback loop for Spec-Driven Development: generate SVG wireframes from specs; on sign-off they become spec constraints honored by /plan, /tasks, and /implement. Catalog PR pending at github/spec-kit#2262. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b7f7d6f commit 361e112

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed
Lines changed: 81 additions & 0 deletions
Loading

src/app/page.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,17 @@ const OTHER_PROJECTS = [
169169
stack: ['Three.js', 'Unity', 'Design'],
170170
href: 'https://github.com/TortoiseWolfe/GrimGlow_planning',
171171
},
172+
{
173+
title: 'Spec Kit Wireframe Extension',
174+
description:
175+
'Visual feedback loop for Spec-Driven Development. Generates SVG wireframes from specs; on sign-off they become spec constraints honored by /plan, /tasks, and /implement. Submitted to the spec-kit community catalog.',
176+
image: {
177+
src: '/portfolio/other/spec-kit-extension-wireframe.svg',
178+
alt: 'Spec Kit wireframe extension viewer showing a login page mockup with annotated callouts',
179+
},
180+
stack: ['Spec Kit', 'SVG', 'Python', 'HTML'],
181+
href: 'https://tortoisewolfe.github.io/spec-kit-extension-wireframe/',
182+
},
172183
] as const;
173184

174185
const SOCIAL_LINKS = [

0 commit comments

Comments
 (0)