ASES - AI Scrum Engineering System
Hey everyone, Iāve been working on something called "ASES", and I think itās finally at a point where it needs real-world testing instead of just me building in a vacuum. This is not just another āAI toolā or prompt setup. Itās basically my attempt at: "Turning LLMs into a structured, end-to-end software development system" --- ## What ASES actually is ASES is a "schema-driven Scrum workflow for AI-assisted development". Instead of: * random prompts * messy context * inconsistent outputs It gives you: * a "full project lifecycle" * "structured artifacts (PRD, HLD, LLD, tasks, tests, etc.)" * and a system where models operate inside that structure --- ## What makes it different ### 1. Everything is structured (schemas + templates) Almost everything in ASES is backed by schemas: * PRD ā requirements * HLD / LLD ā architecture * Tasks ā execution * Decisions ā tracked explicitly * Test suites + reports ā validation * Sprint summaries + audits ā closure So instead of āask the model and hope for the bestā you get: "deterministic, repeatable outputs" --- ### 2. Full Scrum lifecycle (not just tasks) This isnāt just a task runner. It actually maps a full flow: * Planning ā PRD / roadmap * Design ā HLD / LLD * Execution ā sprint-based tasks + snapshots * Testing ā structured validation * Closure ā audit + summaries Everything lives in a "project structure", not chat history. --- ### 3. Runtime context control (this is the core) Instead of dumping context into every prompt, ASES: * Injects context "just-in-time (per action)" * Uses "layered + scoped context" (global / sprint / execution) * Adjusts how much context to include based on state So the model only sees: > what it actually needs *right now* This is where a lot of the "token efficiency + consistency" comes from. --- ### 4. Model orchestration (multi-model workflows) ASES is designed for using multiple models with "clear roles", not one model doing everything. For example: