SpecOrca
A Python CLI for spec-driven development that uses AI to orchestrate two roles—Architect and Agent—where the Architect reads a specification, directs the Agent to implement changes, reviews results, and iterates until acceptance criteria are met.
EduC++
A structured learning resource covering 10 core C++20 topics—from smart pointers and RAII to concepts, ranges, coroutines, and multithreading.
Graphics Engine
A C++/OpenGL rendering engine with skybox rendering, Perlin noise terrain generation, 3D model loading via Assimp, and an ImGui debug interface.
Octodoro
A gamified study timer that pairs the Pomodoro technique with XP, quests, streaks, leaderboards, and co-focus lobbies to help students build consistent habits.
GemStack
A C++ queue-based automation wrapper for Gemini CLI that batch-executes sequential AI prompts with reflective mode, session logging, and automatic model fallback on rate limits.