Building · An automated pipeline

From raw idea to deployed product in one session.

A fully automated pipeline of Claude AI skills — idea generation, market validation, spec writing, architecture, code, and tests — chained together so nothing falls through the cracks.

8
AI AGENTS
<1hr
IDEA → CODE
Daily
CADENCE

How the pipeline works.

01

Idea Gen

Daily ideas with market framing.

02

Preflight

5-question PMF filter.

03

JTBD

Real job discovery.

04

Clarifier

Spec + user stories.

05

Architect

Blueprint + data models.

06

Builder

Working code, section by section.

07

Reviewer

Spec compliance check.

08

Tests

Behavior-driven coverage.

Live example: DocDelta

Auto-draft API docs when your OpenAPI spec changes — walked through the full pipeline.

01 · skill: idea-generator + preflight

Idea Generation + Preflight

Every morning the idea-generator produces three product ideas. Each goes immediately through preflight — a 5-question filter covering market size, willingness to pay, demo-ability, competition, and solo-buildability.

Only ideas that clear all 5 gates enter the pipeline. No architecture work is done on ideas that fail preflight.

## 2026-06-10

### DocDelta
Technical writers and dev-rel engineers at
growing SaaS companies find out about API
changes via a Slack ping, then manually diff
OpenAPI specs against live docs to figure
out what broke.

Pre-flight:
  Q1 PASS | Q2 PASS | Q3 PASS
  Q4 PASS | Q5 PASS

Verdict: GO — demo is a 90-second
before/after (PR merged → doc draft
appears), the market pays, and AI-
accelerated API shipping has made the
pain acute in the last 18 months.
1 / 6

All projects

Things I've built.

12 projects

🏙️

Hyderabad Housing Signals

Explore sourced residential price, supply, and demand signals across Hyderabad micro-markets. Compare locality ranges and see exactly where every observation comes from.

Next.jsMarket ResearchData Provenance
📋

PIR Generator

Paste a raw Slack incident thread, get a complete Post-Incident Review. A 4-agent pipeline — Extractor, Analyst, Writer, Verifier — that reconstructs timelines, identifies root causes, and checks its own output for hallucinations.

Multi-AgentClaude APIFlask
🎙️

TPM Interview Coach

Record your answer to a TPM interview question and get an instant scorecard: WPM, filler words, CART structure, sentence flow, and an AI critique that tells you whether your answer sounds senior.

WhisperClaude APINext.js
🧭

Identity Transaction Explorer

Trace a complete identity-provider transaction through request validation, session resolution, policy evaluation, claim minimization, and session governance.

OpenID ConnectIdentity PolicyReact
🧪

FlakyTestHunter

Load a CI test suite's run history and instantly see which tests are actually lying to you. A real inconsistency-scoring algorithm — entropy plus transition rate, confidence-weighted by sample size — ranks every test by flakiness, then a one-click quarantine toggle shows what the worst offenders were doing to your real pass rate.

Vanilla JSStatistical ScoringCI/CD
View project
🔒

Zero-Server Secret Redactor

A neural network that trains and runs entirely in your browser via TensorFlow.js, learning to spot and redact API keys, tokens, and connection strings before they ever leave the client. Teach it a new secret pattern live and watch it generalize — zero network calls, zero server logs.

TensorFlow.jsClient-Side MLZero-Server

Aether

Benchmarks Transformers.js v3 running client-side via WebAssembly and WebGPU against a persistent Node.js server backend — a one-click test suite that isolates exactly where edge inference beats the cloud round-trip.

Transformers.jsWebGPUWebAssembly
🤖

Debate Arena

Two AI agents argue opposite sides of a topic using the A2A protocol. Watch the full message log — proposals, rebuttals, citations — then see the judge's verdict. Fully static: debates are pre-generated locally and shipped as JSON.

Multi-AgentA2A ProtocolAnthropic API
🗺️

StoryBoard

A visual project planning tool — create projects, map how your ideas connect, then generate a structured outline from those connections. Designed for writers, planners, and anyone who thinks better with a canvas.

ReactViteCanvas
📚

BookSignal

Tell it what you want to learn — in plain English. BookSignal parses your intent, searches Google Books and Open Library, then ranks results with explainable AI reasoning. Not just titles. Reasons.

Claude APIGoogle Books APIOpen Library
🔐

Password Hashing Demo

Interactive education tool showing exactly why passwords can't be un-hashed. Live PBKDF2-HMAC-SHA-256 demo, avalanche effect visualization, and a simulated database attack — all running in-browser via Web Crypto API.

Web Crypto APIVanilla JSPBKDF2

Modulo Arithmetic Demo

An interactive dial showing how a number wraps into a remainder, plus a tour of where modulo actually shows up: clocks and calendars, cryptography, hash tables, checksums, music theory, and circular buffers.

Vanilla JSInline SVGMath Education

Archive

Earlier experiments.

Older builds and works in progress. No write-up or live demo for these yet.

Demo

Document Review Assistant

Review any document against a set of pre-defined principles and get structured AI feedback.

Demo

Mind Map Generator

Paste any content and get an interactive mind map generated automatically.

Demo

Interview Prep Coach

AI-assisted interview preparation tool — generates practice questions, sample answers, and coaching notes.

Demo

Kanban Board

A drag-and-drop Kanban board for managing tasks across customisable swim lanes.

Live

Wordle Game

A clean browser-based Wordle clone. Guess the 5-letter word in 6 tries.

Live

Aqua Sort

The classic water-sorting colour puzzle game, built for the browser.

In Progress

Personal Dashboard

A swimlane-based productivity dashboard for tracking work and life goals in one view.

In Progress

Fitness Tracker

Track workouts, sets, and progress over time with a clean visual history.

In Progress

Life Dashboard

A unified view across all life dimensions — work, health, finances, and long-term goals.

In Progress

Cricket-arc

Cricket content aggregator inspired by Cricinfo — scores, stats, and stories in a cleaner UI.

In Progress

Cricket Fantasy League

Build your fantasy squad, track player scorecards, and compete across matches.

In Progress

Gantt Chart Web App

Interactive Gantt chart tool for planning and visualising project timelines in the browser.

In Progress

Tax Cast

Estimate your US tax liability for the current year before you file — no backend, fully client-side.