cogeet-ai-development-specifications — Summary
cogeet-ai-development-specifications is a set of five comprehensive specification documents (.txt files) that define "Infrastructure as Code for AI-assisted development" — applying spec-as-code, testing-as-code, documentation-as-code, context-engineering-as-code, and coding-best-practices-as-code paradigms to AI developer workflows. Each file is a self-contained specification template (~100-200 lines of structured pseudo-code with DEFINE_STAGE, DEFINE_TASK, DEFINE_PRINCIPLE, DEFINE_CONTEXT_PATTERN macros) that teams copy and fill in. There is no CLI, no agent runtime, no hooks — only the specification documents and a PRD template. The target audience is development teams, tech leads, and organizations wanting to systematize AI-assisted development with measurable quality gates.
Differs from seeds: Pure Archetype 4 "Markdown scaffold, zero primitives" but implemented in a structured pseudo-code DSL (.txt files with TOML-like macro syntax) rather than plain markdown. The closest seed is claude-conductor (documentation scaffold) or agent-os (standards files), but cogeet ships a richer specification language with DEFINE_STAGE, DEFINE_TASK, DEFINE_PRINCIPLE macros and explicit quality metric targets (completeness ≥ 0.85, relevance ≥ 0.80, test coverage 90%) rather than markdown prose. Unlike SPEC-KIT (which automates spec creation via hooks), cogeet provides only the specification templates — enforcement is entirely up to the implementing team.