1 Repo
Optimizations for fetching and grouping AI prompt context to reduce token consumption.
Distinct from Data Loading Optimizations: Specifically targets LLM token windows and prompt context rather than general database or binary data loading.
Explore 1 awesome GitHub repository matching data & databases · LLM Context Loading. Refine with filters or upvote what's useful.
This project is a spec-driven development framework and workflow automation system for Claude Code. It provides a structured pipeline that converts product requirements and technical designs into atomic implementation tasks for AI coding agents. The system features a context management system that organizes steering documents and technical specifications to optimize token usage and maintain LLM coherence. It also includes a bug resolution pipeline that manages software defects through a systematic five-stage process of reporting, analysis, fixing, and verification. Progress is tracked via a
Implements a mechanism to reduce token usage by fetching grouped steering and template documents in single operations.