Stack

Frontend

Backend

I'm not a backend engineer, but with my web-dev experience there was no chance I'd avoid the other side. So for small startups and personal pet projects I do fullstack as a one-person band.

Tools

I'm lazy, so:

AI assistants

Hardware

Workflow

Every feature goes through roughly the same cycle:

  1. Pin the goal and constraints into CLAUDE.md / AGENTS.md so the agent has a stable context.
  2. Run brainstorming through Superpowers and get a design spec.
  3. Translate the spec into an implementation plan with concrete steps; story-level detail happens in Openspec.
  4. Subagent-driven execution in TDD and SDD modes, with two-stage review per task (spec compliance first, then code quality).