{"id":5123,"date":"2025-10-27T16:50:49","date_gmt":"2025-10-27T16:50:49","guid":{"rendered":"https:\/\/www.aviator.co\/blog\/?p=5123"},"modified":"2025-10-27T16:50:52","modified_gmt":"2025-10-27T16:50:52","slug":"aviator-runbooks-turn-ai-coding-multiplayer-with-spec-driven-development","status":"publish","type":"post","link":"https:\/\/www.aviator.co\/blog\/aviator-runbooks-turn-ai-coding-multiplayer-with-spec-driven-development\/","title":{"rendered":"Aviator Runbooks: Turn AI Coding Multiplayer with Spec-Driven Development"},"content":{"rendered":"<figure class=\"wp-block-post-featured-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1200\" height=\"600\" src=\"https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/aviator-runbooks-future-agentic-coding-1200x630-1.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" style=\"object-fit:cover;\" srcset=\"https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/aviator-runbooks-future-agentic-coding-1200x630-1.png 1200w, https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/aviator-runbooks-future-agentic-coding-1200x630-1-300x150.png 300w, https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/aviator-runbooks-future-agentic-coding-1200x630-1-1024x512.png 1024w, https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/aviator-runbooks-future-agentic-coding-1200x630-1-768x384.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n<p>As large engineering organizations adopt agentic coding, teams struggle to maintain shared context, capture intent, and version AI-generated changes.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.aviator.co\/runbooks\" target=\"_blank\" rel=\"noopener\" title=\"\">Runbooks<\/a> is a new spec-driven development product from Aviator that lets teams author versioned, executable specs so AI agents can safely run, review, and improve code with multiplayer collaboration and audit trails.<\/p>\n\n\n\n<p>At its core, Runbooks establishes a shared, versioned <strong>library of executable specifications (Runbooks)<\/strong> that drive AI agents.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>The Spec-Driven and Multiplayer Era<\/strong><\/h3>\n\n\n\n<p>Spec-driven development replaces the chaos of ad hoc, prompt-driven vibe coding with a structured, durable way for engineering teams to work on AI coding projects:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Collaboration:<\/strong> multiple engineers can co-author and review specs, fork and evolve workflows, and edit agent-generated outputs.<\/li>\n\n\n\n<li><strong>Context continuity:<\/strong> Runbooks automatically capture repository state, PR feedback, and code changes into a living knowledge base.<\/li>\n\n\n\n<li><strong>Version control built-in:<\/strong> Every change is recorded; you can audit, roll back, or compare versions.<\/li>\n\n\n\n<li><strong>Safe delegation:<\/strong> Break down tasks into steps agents can execute, and reviews feed back into spec evolution.<\/li>\n<\/ul>\n\n\n\n<p>Aviator CEO and co-founder <strong>Ankit Jain<\/strong> says the future of software development is <strong>agentic and multiplayer:<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Building software with AI agents isn\u2019t a solo sport, especially when projects touch multiple repos, services, and prompt engineering knowledge. Runbooks capture the team\u2019s AI prompting knowledge and execution patterns that evolve.<\/em><\/p>\n\n\n\n<p><em>Teams can switch from single-player to multiplayer mode and <strong>collaborate on prompts, share execution workflows, and maintain audit trails.<\/strong><\/em><\/p>\n<\/blockquote>\n\n\n\n<p>Designed for engineering and platform teams that want to <strong>turn AI coding from individual experiments into team-wide engineering projects,<\/strong> Runbooks enables <strong>multiplayer spec-driven coding<\/strong> where AI and humans collaborate, and the team&#8217;s AI prompting knowledge and execution patterns are preserved.<\/p>\n\n\n\n<p>If you\u2019re curious to see how spec-driven multiplayer AI coding works, choose a template project from our <a href=\"https:\/\/github.com\/aviator-co\/runbooks-library\" target=\"_blank\" rel=\"noopener\" title=\"\">open-source library<\/a> and try <a href=\"https:\/\/www.aviator.co\/runbooks\" target=\"_blank\" rel=\"noopener\" title=\"\">Runbooks<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.aviator.co\/runbooks\" target=\"_blank\" rel=\" noreferrer noopener\"><img decoding=\"async\" width=\"970\" height=\"250\" src=\"https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/runbooks-cta.png\" alt=\"\" class=\"wp-image-5070\" srcset=\"https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/runbooks-cta.png 970w, https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/runbooks-cta-300x77.png 300w, https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/runbooks-cta-768x198.png 768w\" sizes=\"(max-width: 970px) 100vw, 970px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How Runbooks Works<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Plan:<\/strong> Write a specification (in natural language or structured format) or choose a <a href=\"https:\/\/github.com\/aviator-co\/runbooks-library\" target=\"_blank\" rel=\"noopener\" title=\"\">template from our open-source library<\/a>. Team members can comment on, review, and refine the spec.<br><\/li>\n\n\n\n<li><strong>Provision<\/strong>: Launch an isolated sandbox (remote or on your infrastructure) where agents can inspect code, ask questions, and propose changes.<br><\/li>\n\n\n\n<li><strong>Run \/ Execute<\/strong>: Agents execute the Runbook in steps. You can control execution &#8211; step by step or all at once.<br><\/li>\n\n\n\n<li><strong>Review &amp; Merge:<\/strong> Each step produces stacked pull requests. Human reviewers provide feedback directly in GitHub; agents can rewrite or refine based on the feedback. Approved PRs can be merged manually or via automated merge queues.<br><\/li>\n\n\n\n<li><strong>Share &amp; Evolve<\/strong>: Fork, publish, or customize Runbooks in your team\u2019s library. The system captures feedback and context over time, evolving the spec corpus with each iteration.<\/li>\n<\/ol>\n\n\n\n<p>Runbooks integrates with existing developer tooling (CLI agents, build tools, Git hosts) and works in your infrastructure or in a managed cloud.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Spec-driven development replaces the chaos of ad hoc, prompt-driven vibe coding with a structured, durable way for engineering teams to work on AI coding projects.<\/p>\n","protected":false},"author":44,"featured_media":5124,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[106],"tags":[108,307,317,311,312],"class_list":["post-5123","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai"],"blocksy_meta":[],"acf":[],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/www.aviator.co\/blog\/wp-content\/uploads\/2025\/10\/aviator-runbooks-future-agentic-coding-1200x630-1.png","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/posts\/5123","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/users\/44"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/comments?post=5123"}],"version-history":[{"count":1,"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/posts\/5123\/revisions"}],"predecessor-version":[{"id":5125,"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/posts\/5123\/revisions\/5125"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/media\/5124"}],"wp:attachment":[{"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/media?parent=5123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/categories?post=5123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aviator.co\/blog\/wp-json\/wp\/v2\/tags?post=5123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}