agentic-agile-template (Microsoft) — Summary
Agentic-Agile Template is a Microsoft-published GitHub template repository providing a starter kit for teams adopting "Agentic-Agile Development" — the practice of producing production-ready software through structured human-agent partnerships. The repo ships a customizable CLAUDE.md (agent context template), an MANIFESTO.md (5 values + 13 principles), a STYLE.md (coding conventions template), .github/copilot-instructions.md, a GitHub Issue template for agentic stories (agentic-story.md), 3 methodology documentation files (agent surface selection, 8-dimension evaluation framework, epic decomposition example), and a reference mcp.json configuration. The framework's core insight: "agents fail not because of model capability, but because of coordination breakdown" — well-specified stories with acceptance criteria, file boundaries, and negative constraints produce production-quality code. 60 stars, 3 contributors, MIT license, last pushed May 2026.
differs_from_seeds: Closest to claude-conductor (seed, Archetype 4 "Markdown scaffold, zero primitives") — both are template repositories providing markdown scaffolding (CLAUDE.md, STYLE.md) with zero installable primitives. The Microsoft template adds a GitHub Issue template with the agentic-story format (file ownership, acceptance criteria, negative constraints), a manifesto document, and an 8-dimension evaluation framework — layers of governance and measurement not present in claude-conductor. Unlike kiro (Archetype 5 closed IDE), this is openly MIT-licensed and tool-agnostic.