Claude Code CLI
AI-powered development agent integrated into the SBX governed SDLC. Operates within a structured state machine, following Feature-Driven Development with knowledge-before-code, model-before-code, and validate-before-reporting principles.
Project Portfolio
Accelerating delivery by turning AI into a predictable part of a contract-driven development system
Over the past period, I've been working extensively with code-generative systems such as GitHub Copilot, Cursor AI, Codex, and the Claude Code CLI. Rather than treating them as standalone tools, I've…



SBX — AI-Augmented Framework
Go CLI and protocol layer that turn AI-augmented coding into a governed SDLC



SBX — Project Management Hub
Project management, deployment operations and full document preview for the SBX governance engine



shredbx.com — AI-Augmented Showcase & Portfolio Portal
Professional portfolio and services portal built on SBX framework
Games & Experiments
Small experiments inspired by classic games
A collection of lightweight browser-based experiments focused on recreating and exploring classic gameplay. Built for testing ideas, rapid iteration, and occasionally just for fun.
DATAWORM
// NEURAL DATA EXTRACTION PROTOCOL v9.0
> GRID: 20x20 SECTORS
> OBJECTIVE: CONSUME DATA PACKETS
> LIVES: 3 (EXTRA LIFE PICKUPS ENABLED)
> PORTALS: ACTIVE (BORDER WARP NODES)
> WARNING: SELF-COLLISION IS FATAL
PRESS [ENTER] TO INITIATE
Packages & Components
Reusable components and SDKs built to simplify integration and reduce development overhead
Reusable packages and UI components — shared logic and visual building blocks designed for consistency and rapid development. Each module is defined with clear interfaces and modular architecture, acting as stable building blocks in the AI-augmented workflow.
Packages
Each package is designed with clear structure, defined interfaces, and modular architecture — allowing consistent integration and independent evolution. They act as building blocks for system-level functionality, reducing duplication and improving maintainability.
Components
A library of UI components covering layouts, navigation, animations, and visual building blocks, designed to standardize interface development across projects.
Development Process
A structured AI-augmented development workflow
Feature-driven development combined with AI-assisted engineering workflows. Structured requirements, modular architecture, reusable components, and automated tooling — from idea to deployment.
// FDD PIPELINE
From goal to production — governed, traceable, autonomous.
// TOOLKIT
Six disciplines. One governed workflow.
Built on 103 industry standards
Knowledge & References
A structured knowledge system that defines and drives the development process
A structured collection of patterns, standards, solutions, and guidelines that Claude uses as context for every implementation decision. These are not passive documentation — they are actively loaded into every SDLC step via sbx knowledge get, ensuring generated code follows proven approaches and architectural constraints.
Books & References
Foundational texts that shape the development philosophy and process
A Practical Guide to Feature-Driven Development
Stephen R. Palmer, Mac Felsing
The definitive guide to Feature-Driven Development (FDD) — five-process methodology, chief programmer roles, feature lists, design by feature, and build by feature. Primary source for the SBX SDLC governance framework.
Clean Architecture: A Craftsman's Guide to Software Structure and Design
Robert C. Martin
Foundational text on software architecture principles — Dependency Rule, Clean Architecture layers (Entities, Use Cases, Interface Adapters, Frameworks), and component coupling laws. Directly influenced the SBX 4-layer FDD monorepo architecture (PD/MD/SI/UI layers).
Design Patterns: Elements of Reusable Object-Oriented Software
Gamma, Helm, Johnson, Vlissides (Gang of Four)
The original pattern catalogue: 23 GoF patterns across Creational, Structural, and Behavioral categories. Observer, Delegate, Factory, Coordinator, Repository — patterns that appear throughout every iOS project built across 20+ years.
Clean Code: A Handbook of Agile Software Craftsmanship
Robert C. Martin
Practical guide to writing readable, maintainable code — meaningful names, small functions, single responsibility, error handling, and test-driven development. Applied daily across every language and platform.