spec-driven-kiro-project — Summary
spec-driven-kiro-project (lotharschulz) is not a framework or harness — it is a demonstration project that shows what Kiro IDE's spec-driven development approach looks like when applied to a real feature (a "Weird Animal Quiz" web app). The repository ships a complete Kiro spec triplet under .kiro/specs/weird-animal-quiz/ (requirements.md, design.md, tasks.md) using EARS notation, and the full TypeScript implementation. There is no installable CLI, no slash commands, no skills, no hooks — just the .kiro/ spec artifacts and the application code. The project was developed using Kiro IDE for spec creation, then finished with GitHub Copilot for implementation. 3 stars, MIT license, last commit July 2025.
Status: Tier C — insufficient reusable framework material. This is a case study / example project, not a redistributable methodology or tool.
Differs from seeds: Not a framework. Serves as a concrete example of the kiro seed's workflow output — the .kiro/specs/ artifacts are exactly what the kiro seed produces. Analogous to how spec-driven.md in spec-kit-aider documents the workflow, this project documents the output artifacts.