Turned scattered packaging feedback into a single change list
3 Jul·Brand
Pulled scattered packaging feedback from a supplier chat into one dated change list for an endurance nutrition brand, nine changes across production and compliance, with the single-serve sachet promoted to the sole compliance-bearing unit.
ClaudeWhatsApp
Scaffolded a UI prototype straight on a design system
2 Jul·Prototyping
Stood up a look-and-feel prototype for a creative file-management tool on a design system's real components and tokens, fake data only, with a calendar front door as the baseline for a five-direction design exploration.
Next.jsshadcn/uiClaude Code
Built Figma components inside a live product design library
1 Jul·Design system
Built a set of Figma components for a rate-comparison product inside its live design library, wired to the library's real primitives, with source-mock crops placed beside each build for side-by-side review.
FigmaClaude Code
Built a pipeline that distils a podcast back-catalogue into strategy pages
1 Jul·Pipeline
Built a research pipeline that turns three-hour business-podcast episodes into structured company pages, history, business model and a graded strategy read. Proved it on one episode, then fanned out across the back-catalogue with parallel agents.
Claude CodeNode.jsLinear
Packaged an internal skill as a marketplace plugin
1 Jul·Agent infra
Packaged a canonical agent skill as a marketplace plugin so it installs once and version-updates cleanly for a whole team, instead of everyone hand-copying stale files. Set it up as a one-way sync from the source of truth, byte-identical, with a version bump that triggers the update on install.
Claude CodeGit
Rebuilt a static calculator as a design-system route
26 Jun·Design system
Converted a standalone HTML deal calculator into a native React route that consumes a design system at the component level, so it tracks the system's tokens, shapes and type instead of carrying its own hand-picked CSS. Ported the calculation logic across untouched, swapped every surface to real Card, Slider and Button components with a class-based dark and light toggle, and verified it rendered clean before publishing.
Next.jsReactshadcn/ui
Built a synthetic-user research skill that fights AI flattery
25 Jun·Agent infra
Built a reusable research skill that runs synthetic-user focus groups without the usual AI sycophancy, forcing the model to lead with objections and to tag every claim as grounded, inferred or assumed rather than dressing hypotheses up as insight.
ClaudeMarkdown
Wired a primitive guard into a design system
23 Jun·Agent governance
Added a commit-time guard hook to a design system that blocks hand-rolled dialogs, tooltips and tabs and forces the shared primitive instead, so drift cannot creep in component by component. Tested it both ways, a hand-rolled component trips it and the proper import clears it, then wrote the rule into the contributor guide.
Claude CodeBashGit