Blog | Derek Williams

Depth articles on data and software engineering with a point of view. I may digress into Agile process, leadership, and other topics.

Home

This project is maintained by softwaresalt

The Agentic Paradigm: From Individual ‘Flow’ to Team-Based Governance in Software Engineering

Section 1: The Agentic Transformation of Software Engineering

The software engineering discipline is undergoing a significant paradigm shift. This transformation is moving development beyond AI assistance—epitomized by code completion tools—into a domain of AI agency. 1 2 Understanding this shift is important for technical leaders and practitioners, as it substantially alters not just developer workflows, but team structures, governance models, and the economics of software production.

1.1 From AI-Assisted (SE 2.0) to Agentic (SE 3.0): A New Development Process

The current moment could be viewed as the next phase in a historical evolution. 3 The 1950s and 60s ushered in “Computer Scientists” working with expensive hardware. The 1970s and 80s professionalized the field, creating “Software Engineers” who mastered new languages and abstractions. The 1990s and 2000s saw specialization into fields like Human-Computer Interaction (HCI), networking, and data science. 3 This methodological journey evolved from rigid, specification-driven Waterfall models to people-centric Agile and flow-centric DevOps. 4

We are at the inception of “Agentic Engineering.” 3 This paradigm is informed by Agentic AI, an advanced application of artificial intelligence defined by “autonomous decision-making and action.” 5 Unlike traditional AI, which is reactive, agentic AI is proactive. 6 It is a system that can “set goals, plan, and execute tasks with minimal human intervention.” 5 This is achieved by employing multiple “AI agents,” which serve as the building blocks for complex, multi-step workflows. 5

This shift can be framed as three distinct stages of AI-powered development: 7

  1. Stage 1: Traditional Development. The developer’s guiding question is, “How do I implement this feature?” 7
  2. Stage 2: AI-Assisted Development (SE 2.0). This is the current “Copilot” era, which has moved the field into AI-Augmented development. 8 The developer’s question becomes, “How can Copilot help me implement this faster?” 7 This stage is defined by “vibe-coding”—a “guess and check” pattern where a developer describes a goal, gets a block of code, and iterates. 9
  3. Stage 3: Agentic Development (SE 3.0). This is the emerging paradigm. The developer’s role is elevated to that of an orchestrator. The question becomes, “How should I orchestrate agents to deliver this outcome while I focus on the next strategic problem?” 7 This represents the leap from AI as a passive tool to AI as a proactive teammate. 8

1.2 The Rise of Specification-Driven Development (SDD): Beyond “Vibe-Coding”

The transition from Stage 2 to Stage 3 is not automatic. The “vibe-coding” approach of Stage 2, while “useful for quick prototypes,” is “less reliable when building serious, mission-critical applications.” 9 The core issue is not the AI’s coding ability but the human approach. 9 When developers treat agents like search engines, the resulting code is often “inconsistent, insecure, and misaligned with business objectives,” which creates a significant “governance crisis” for organizations.

Specification-Driven Development (SDD) has emerged as an antidote. This approach, championed by new toolkits, requires teams to “preemptively outline the concrete project requirements, motivations, and technical aspects before handing that off to AI agents.”

This represents a fundamental, and cyclical, shift in engineering principles. The industry is responding to the scaling limitations and high risks of unstructured, AI-generated code by re-discovering the value of formal, up-front alignment. However, this is not a return to the “exhaustive, dry requirements documents” of Waterfall.

The core principle of modern SDD is to treat specifications as “living, executable artifacts that evolve with the project.” The specification becomes the “shared source of truth” that “directly generat[es] working implementations rather than just guiding them.” This is the key insight: in the agentic paradigm, the source of truth must move from the code (which is now volatile, high-velocity, and AI-generated) to the human-driven, version-controlled specification. This re-introduction of formal, pre-execution alignment is a viable path to enabling reliable, agentic “Stage 3” development.

Section 2: Analysis of the New Agentic Toolchain

The shift to SDD and agentic workflows is being enabled by a new generation of tools. An analysis of the platforms mentioned in the query—GitHub’s Copilot ecosystem, GitHub SpecKit, and Microsoft Amplifier—reveals an emerging stack for managing this new paradigm.

2.1 GitHub’s Agentic Ecosystem: Copilot as Teammate

GitHub Copilot is evolving from a simple code-completion tool into a multi-faceted agentic ecosystem:

2.2 GitHub SpecKit: A Framework for Product Intent

GitHub SpecKit 11 12 is an open-source toolkit designed to formalize the SDD process and place “governance at the heart of the AI-assisted workflow.” It provides a CLI (specify) and a structured series of slash commands that guide a human-agent team from idea to implementation, ensuring the spec remains the “central, continuously-referenced artifact.”

The core workflow follows five distinct phases :

  1. /speckit.constitution: Establishes the “governing principles and development guidelines” 13, such as the tech stack, testing standards, and performance requirements. 13
  2. /speckit.specify: Defines the “what” and “why” of the feature, focusing on user stories and business requirements. 13
  3. /speckit.plan: Lays out the technical “how,” including architecture, tech stack choices, and dependencies. 13
  4. /speckit.tasks: Breaks the plan down into “actionable task lists” and “small, reviewable chunks” for implementation. 9
  5. /speckit.implement: Instructs the AI agent to execute all tasks according to the plan. 13

By forcing this structured process, SpecKit ensures that considerations like security and design are “baked into the spec from day one.”

2.3 Microsoft Amplifier: A Framework for Expert Process

Microsoft Amplifier is a “coordinated and accelerated development system” that introduces a different, though related, concept: the “metacognitive recipe.”

Amplifier also introduces its own methodology, “Document-Driven Development” (DDD), which uses a sequential, multi-step workflow (/ddd:1-plan, /ddd:2-docs, etc.) to “eliminate doc drift” and ensure “docs lead and code follows.” This catches “design flaws in the documentation phase before the implementation phase begins.”

2.4 Comparative Analysis of Modern Agentic Frameworks

While SpecKit and Amplifier appear similar, they solve different scaling problems. SpecKit is designed to scale product development by formalizing requirements. Amplifier is designed to scale expert knowledge by formalizing process.

The following table provides a comparative analysis of these emerging toolchains:

Feature GitHub Copilot Agentic Ecosystem GitHub SpecKit Microsoft Amplifier
Primary Goal Interactive assistance & autonomous task-to-PR execution. Structure product development by making requirements executable. Capture expert process into reusable, metacognitive tools.
Core Abstraction Natural Language Prompt / GitHub Issue. 14 Executable Specification (.md file). 12 Metacognitive Recipe (.md file).
Key Workflow Agent Mode: Prompt → Loop (edit, run, test) → Result. Coding Agent: Issue → Analyze → Develop (in cloud) → PR. /specify (What) → /plan (How) → /tasks (Breakdown) → /implement (Execute). Recipe: Describe expert process → Generate tool. DDD: /ddd:1-plan → /ddd:2-docs → /ddd:3-code.
Team Collab Model Individual-focused. Agent mode allows direct edits 15, and Coding Agent works in the cloud 14, but team-level coordination of intent is immature. Emerging: Based on version-controlling shared spec files in Git branches. Prone to “spec” merge conflicts. Tool-centric: Focused on experts creating and sharing reusable tools, not on teams co-developing a single product.
Primary User Individual Developer. 16 Product Manager / Architect / Team Lead. Domain Expert (e.g., Security, Design, Finance).

These tools are not mutually exclusive; they are complementary. A mature agentic workflow will likely involve a SpecKit-driven product development process that, as part of its /speckit.plan 13, invokes an Amplifier-built expert tool 14 via an MCP server 12 to perform a specialized task like a security audit.

Section 3: The New Economics: Reshaping Velocity, Teams, and Talent

The agentic paradigm, powered by these new tools, is not just a technical shift; it is a significant economic one, impacting everything from individual developer productivity to global labor models.

3.1 The “Flow State” Dividend: The Economics of Developer Experience

The observation that agentic tools induce a “flow state” is not merely anecdotal; it is a core economic driver.

However, this phenomenon has a notable nuance. The same DORA Report that highlighted increased flow state also found that these developers report “Less time spent on valuable work.” This paradox suggests that the experience of using agents—the high-speed, low-friction completion of tasks—is so psychologically rewarding that it is temporarily masking a potential decrease in high-level strategic work. For now, this is a net productivity win, but it signals a long-term risk of deskilling that engineering leaders must manage.

3.2 Redefining Team Structure and Velocity: The “Chimera” Team

The agentic model enables a new, more efficient team topology. The emerging model is one of “smaller, higher-impact teams where each specialist operates at a senior level.” 18

This new team topology, which has been described as “Chimera Coding,” creates a hybrid structure for development. The term is a metaphor based on the biological concept of a ‘chimera’—a single entity that is a composite of different genetic or other source materials that inherits the characteristics and strengths of each of its parts. In this software engineering context, the chimera team is a new entity where human experts (providing domain knowledge, strategic intent, and architectural judgment) and autonomous AI agents (providing high-velocity code generation, testing, and task execution) are fused into a single, cohesive, productive unit.

This model reframes agentic technology not as a simple “add-on” tool but as the “core system” for a new generation of IT management and product delivery. 19 Success in this paradigm depends on experienced leadership, often from principal-level engineers and software architects, who can design and manage these mission-critical hybrid systems.

In this model, the definition of a “10x engineer” is transformed. The most valuable engineer is no longer the “fastest typist” but the “most effective system builder and AI orchestrator.” 20 Agents “take on the repetitive, lower-complexity work” 18, elevating the human’s role to focus on “high-level, context-rich reasoning…and making critical design trade-offs” 20—tasks that AI cannot yet handle. 21

This new model creates an “AI Velocity Gap”: a “widening divide between how fast individuals are adopting AI…and the speed with which enterprises are enabling it.” The economic stakes for bridging this gap are significant, with early-adopting firms reporting “2-3x faster feature delivery” and “productivity increases of 30-50%.” 22

3.3 The New Talent Equation: Experts, Non-Experts, and the Junior Engineer Pipeline

The “Chimera Team” model raises a key question about the new economic and talent model: does this new paradigm require all developers to be experts? The analysis indicates that while governance becomes an expert-driven function, non-experts are not eliminated but rather see their roles fundamentally redefined.

3.4 Disrupting the Traditional Outsourcing Model

A significant economic shift is the re-evaluation of traditional outsourcing. 27 The combination of lower costs and higher speed makes it “more cost-effective to build software in-house…rather than traditional outsourcing arrangements.” 27

The economic levers are clear:

This shift unbundles software development from the high coordination overhead of large, managed teams. In the past, a large project was outsourced because managing a large team of internal coders was too complex. Today, agents automate the coding (the commodity). 18 The human bottleneck has moved from coding to high-level architectural and domain decisions. 20

An organization cannot outsource its own core domain expertise. The new, optimal development unit is therefore a small, internal team of domain experts (e.g., in finance, logistics, or healthcare) who possess the necessary “domain-specific subject matter expertise” 26 and are empowered to orchestrate agents to execute their decisions. This substantially alters the business case for software development, shifting the budget from large, external outsourcing contracts to a smaller internal cost center focused on high-end expert salaries and advanced tooling.

Section 4: Re-Forging Agile for an Agentic World

With new team structures and economic models in place, the next key question is how this agentic paradigm integrates with established software development processes, namely Agile. 28 The agentic paradigm does not make Agile obsolete; rather, it evolves Agile by automating execution overhead and elevating the human role to focus on strategy and governance. 29 This “AI-augmented Agile” approach integrates intelligent agents directly into the team, transforming core artifacts and ceremonies. 30

4.1 From User Story to Executable Spec: The New Agile Artifacts

The traditional Agile hierarchy of Epics, Features, User Stories, and Tasks is not replaced, but its execution is significantly altered.

4.2 The Evolution of Agile Ceremonies

With AI agents becoming active, autonomous “teammates,” the structure and focus of Agile ceremonies must adapt. 32

4.3 The New “Definition of Done”: Demos, Traceability, and Stakeholder Sign-Off

The integration of repo-centric documentation (like specs) with Agile work item trackers (like ADO) is the key to governance. This is achieved through existing DevOps integrations.

  1. Traceability Workflow: A User Story in ADO (e.g., AB#12345) is the single source of truth for the requirement. A developer creates a GitHub branch from that work item, creating a link. All artifacts related to that story—the spec.md, the plan.md, the ADRs, and the AI-generated code—are committed to that branch. Using AB# syntax in commits automatically links all code and documentation changes back to the original ADO work item, creating a “comprehensive record” and complete traceability.
  2. Sprint Review / Demo: The sprint review’s purpose remains the same: inspect the increment and get feedback. However, the focus of the demo changes:
    • Demoing Intent: The team demos the working feature that the agent built.
    • Explaining Effort: The developer’s role is to “tell a story” that explains the human effort that went into the specification and planning (the spec.md and plan.md) which guided the agent.
    • Showcasing Governance: For non-UI or backend features, the “demo” might be a review of the pull request, showing how the AI-generated code successfully passed all automated tests and quality checks that were defined in the spec , or showing where the change manifests in an upstream UI.
  3. Stakeholder “Sign-Off”: The Sprint Review is a feedback forum, not a formal sign-off gate. In the agentic model, the “sign-off” or approval from the Product Owner and key stakeholders shifts earlier in the process. It happens before implementation, when the human team reviews and approves the AI-generated specification and technical plan. The Sprint Review is then used to validate that the final product matches the approved spec and to gather feedback that will inform the next sprint’s specifications.

Section 5: The Governance Crisis: Managing Intent, Decisions, and Risk

While this AI-augmented Agile model accelerates delivery, it also exposes a significant governance crisis. The high-velocity, parallel workflows enabled by agents create new bottlenecks, not in code, but in human intent and decision-making. 33

5.1 The Core Challenge: The “Spec-in-Git” Collaboration Bottleneck

The hypothesis that the tools are immature for complex team management is correct, though for a more nuanced reason than just technical access. Early limitations where agents reportedly could not directly edit repositories or access folder contents have been largely overcome. Modern “Copilot agent mode” in Visual Studio can directly edit files, run terminal commands, and apply changes across the codebase , while the cloud-based “Copilot coding agent” can autonomously analyze a repository, make changes, and open pull requests. The primary collaboration bottleneck is therefore not a technical inability to edit files, but a coordination problem at a higher level of abstraction.

More advanced frameworks like SpecKit, which are designed for teams , introduce this new, higher-level bottleneck. SpecKit’s model relies on version-controlling specification files (e.g., in Markdown) within Git. This practice is already being questioned. One developer discussion notes that aligning specs 1:1 with feature branches “goes against the Spec Driven Development principles,” as the spec should be a “long-lived…source of truth” for the target state, not a fragmented artifact of incremental changes.

This workflow moves the “merge conflict” from code (which the AI now generates) to the specification. As noted in a GitHub discussion, with this model, “The branching scheme can get messy; merging conflicts; large PRs if a spec is big.” This is the key problem: two teams (or agents) working on different feature branches can create contradictory specifications. Resolving this is not a simple text merge; it is a logical and architectural contradiction that must be resolved by a human architect.

5.2 ADRs as the Codified “Why”: The Immutable Record of Intent

In this new paradigm, Architecture Decision Records (ADRs) become an essential governance artifact. An ADR is a document that “captures an important architectural decision made along with its context and consequences.” The collection of ADRs forms the project’s “decision log.”

Key principles of ADRs make them essential for agentic development:

ADRs are the auditable, human-driven “intent” layer. In fact, the SDD methodology is already implicitly creating them. SpecKit’s /speckit.constitution (“governing principles”) and /speckit.plan (“architecture choices”) are functional ADRs. The stated goal of SDD is “making your technical decisions explicit, reviewable, and evolvable…version control for your thinking” and capturing the “‘why’ behind your technical choices” —the very definition of an ADR.

5.3 Bridging the Gap: A Prescriptive Model for Agentic ADR Management

Given the immaturity of current tools, organizations must adopt a hybrid, human-in-the-loop workflow to manage ADRs across parallel teams.

  1. Step 1: AI-Assisted Generation: The friction of writing ADRs is a primary reason they are not created. This barrier can be lowered by using an “ADR Writer Agent.” The human architect makes the final decision, provides the context, and then “ask[s] the AI to draft the ADR document” in the correct format.
  2. Step 2: Version Control (The Branching Model): A “master spec” or “super spec” and the project’s constitution.md should live on the main branch as the global source of truth. When a team or agent begins work on a new feature , they create a new, modular ADR (e.g., adr-042.md) in their feature branch, version-controlling the decision alongside the code.
  3. Step 3: The “ADR Pull Request”: The Pull Request to merge the feature must include the new ADR. This reframes the entire code review process. The human-in-the-loop 34 checkpoint shifts from “Is the AI-generated code correct?” to “Is this ADR a sound architectural decision?”
  4. Step 4: Automated Synchronization & Discovery: This step is critical for sharing decisions across teams.

5.4 ADR Management: Challenges and Mitigation in Agentic Teams

The ADR problem is the central governance challenge of agentic development. The conflict is no longer in code, but in intent. The following table summarizes the primary challenges and their proposed mitigations.

Process Stage Traditional Challenge Agentic-Exacerbated Challenge Proposed Solution / Tooling
Decision Recording Time-consuming; friction leads to unrecorded decisions. AI agents make thousands of implicit micro-decisions. Decisions are “trapped in…someone’s head.” “ADR Writer Agent” to draft ADRs from human intent. 36
Cross-Team Discovery Decisions are “trapped in email threads, scattered documents.” Decisions are fragmented across hundreds of (potentially short-lived) feature branches. “ADR Sync” to GitHub Discussions for human discovery. “ADR Analysis MCP Server” for agent discovery.
Conflict Resolution Merge conflicts in code. Merge conflicts in specification files (.md), which represent logical, architectural contradictions. “Master Spec” in main as source of truth. Use AI to check for “contract mismatch” between specs.
Auditing & Traceability Manual review of documents and commit logs. “Lack of observability and traceability” for “uncontrolled autonomy.” 1 How to audit an agent’s “why”? “Intent Logging”. Immutable Audit Trails with agent “decision records” (model ID, inputs, reasoning).

5.5 Financial Governance and Auditability (The “Consequences”)

For stakeholders with financial or regulatory oversight, “uncontrolled autonomy” is the primary fear. 33 The “consequences” of an agent “going rogue” in a financial system, such as triggering “flash crashes,” are significant. 32

Therefore, securing approval requires a new framework for trust, built on “compliance by design” 37:

  1. “Human-in-the-Loop” for Approvals: For high-stakes processes, agents must be semi-autonomous. The framework must include “human oversight and exit conditions” where the agent proposes a decision and a human approves it.
  2. “Intent Logging”: Standard logs are insufficient for auditing agents. Governance requires logging systems that “track not only what happened but also the intent behind each decision, capturing inputs, decision pathways, and even rejected alternatives.” 38 This is the only way to audit the agent’s “why.”
  3. Immutable Audit Trails: The system must create an “immutable…chronological record” of all agent actions. A practical model involves “each agent emit[ting] a structured ‘decision record’ containing model id, inputs, reasoning summary, and any retrieval references.” This provides a complete, auditable package for regulators and/or internal audit teams.
  4. Forensic Traceability: In regulated industries, teams must be able to “map defects back to their origin,” identifying “which lines were suggested by the AI, which model version…and who accepted the suggestion.”

Section 6: The Human Imperative: Stakeholder Communication and Buy-In

Addressing the technical and financial governance gaps is only half the battle. The final challenge is managing the human element: communicating progress to stakeholders and securing the organizational buy-in needed to implement these new models.

6.1 Communicating Progress, Value, and Risk to Non-Technical Stakeholders

In an agentic world, communication must be translated from technical activity to business value. Stakeholders do not want technical minutiae. As one analysis notes, “Executive sponsors don’t want a…Jira sprint report — they want to know the project status as well as where the risks are and how we’re mitigating them.” 39

The following principles are essential:

6.2 Securing Stakeholder Buy-In: Overcoming the “Managerial Confidence Crisis”

A significant barrier to adopting agentic development is not technical; it is human. 33 Research shows a “managerial confidence crisis,” with “53% of people managers concerned they may not be good at supervising AI-augmented teams.” 40 This managerial hesitation is the “buy-in” bottleneck.

A clear playbook is required to secure this buy-in :

  1. Start with Pilots: “Start small but think big.” Use “pilot projects and quick wins” to “demonstrate feasibility” and “gather feedback.”
  2. Build the Business Case: “Align AI projects with organizational goals” and use “clear metrics” to demonstrate “tangible benefits and ROI.”
  3. Address Fears Proactively: Leaders must “communicate clearly that Agentic AI augments human capabilities rather than replaces them.”
  4. Invest in “Agentic Literacy” for Managers: This is a critical step. The solution to the “confidence crisis” 40 is not to train managers to code, but to provide them with “Agentic AI literacy.” 26 The new skills required of managers are “domain-specific…expertise,” “integrative problem solving,” and “socio-emotional skills.” An entire new category of “AI for Leaders” training is emerging from top institutions to fill this exact gap.

The “AI Velocity Gap” is not just between firms; it is often between an organization’s developers, who are rapidly adopting agents, and its managers, who are “hesitant.” 40 Securing stakeholder “buy-in” is therefore a human change management project. The organizations that succeed will be those that invest in upskilling their leadership in agentic literacy , thereby solving the “confidence crisis” and empowering their managers to grant approval. Organizations that fail at this human upskilling will remain “stuck in pilot mode” 33, regardless of their technical capabilities.

Conclusion

The transition to agentic software development is a fundamental paradigm shift, moving the developer’s role from creator to orchestrator. This shift promises significant economic benefits: enhanced developer “flow,” increases in velocity, and the potential to insource complex work previously handled by large outsourcing contracts.

However, this transition is fraught with new governance challenges. The high-velocity, “vibe-coding” model of individual AI-assistance does not scale to teams and is not suitable for mission-critical systems. The industry’s response is a return to specification-driven design, but with a modern, “living” artifact.

The analysis reveals that the tools for this new paradigm are emerging but remain immature for complex team collaboration. The primary challenges are no longer in code, but in managing human intent at scale:

  1. Frameworks for Intent: Tools like GitHub SpecKit are emerging to formalize product intent (the “what”), while Microsoft Amplifier aims to formalize expert process intent (the “how-to-think”).
  2. The Governance Gap: The critical gap is in managing architectural intent (the “why”). The current practice of version-controlling specifications as simple files creates a new, higher-level “merge conflict” of logical contradictions. This is coupled with a new need for financial and auditable governance, requiring “intent-logging” and “immutable audit trails.” 38
  3. The Human Gap: A significant bottleneck is not technology, but the “managerial confidence crisis.” 40 Leadership is hesitant to grant “approval” for systems they do not understand and cannot govern.

Therefore, the path forward requires a three-pronged strategy:

Works cited

  1. accessed November 7, 2025, https://cloud.google.com/discover/what-is-agentic-ai#:~:text=Agentic%20AI%20is%20an%20advanced,tasks%20with%20minimal%20human%20intervention.  2

  2. What is Agentic AI? | Salesforce, accessed November 7, 2025, https://www.salesforce.com/agentforce/what-is-agentic-ai/ 

  3. The Agentification of Software Development - Hippocratic AI, accessed November 7, 2025, https://hippocraticai.com/the-agentification-of-software-development/  2 3

  4. Toward Agentic Software Engineering Beyond Code: Framing Vision, Values, and Vocabulary - arXiv, accessed November 7, 2025, https://arxiv.org/html/2510.19692v1 

  5. How Spec-Driven Development Makes Bug Fixing Actually Manageable : r/nocode - Reddit, accessed November 7, 2025, https://www.reddit.com/r/nocode/comments/1o5foe8/how_specdriven_development_makes_bug_fixing/  2 3

  6. What is agentic AI? Definition and differentiators | Google Cloud, accessed November 7, 2025, https://cloud.google.com/discover/what-is-agentic-ai 

  7. Agentic AI: The Next Frontier of Intelligent Systems | by Frank Morales Aguilera | AI Simplified in Plain English, accessed November 7, 2025, https://medium.com/ai-simplified-in-plain-english/agentic-ai-the-next-frontier-of-intelligent-systems-02a0a6fd20f2  2 3 4

  8. What is Agentic AI? - Amazon AWS, accessed November 7, 2025, https://aws.amazon.com/what-is/agentic-ai/  2

  9. The Three Stages of AI-Powered Development - Lantern, accessed November 7, 2025, https://lanternstudios.com/insights/blog/the-three-stages-of-ai-powered-development/  2 3 4

  10. Agentic Software Engineering: Foundational Pillars and a Research Roadmap - arXiv, accessed November 7, 2025, https://arxiv.org/html/2509.06216v2 

  11. Comprehensive Guide to Spec-Driven Development Kiro, GitHub Spec Kit, and BMAD-METHOD, accessed November 7, 2025, https://medium.com/@visrow/comprehensive-guide-to-spec-driven-development-kiro-github-spec-kit-and-bmad-method-5d28ff61b9b1 

  12. github/spec-kit: Toolkit to help you get started with Spec-Driven Development, accessed November 7, 2025, https://github.com/github/spec-kit  2 3

  13. Spec-driven development with AI: Get started with a new open source toolkit - The GitHub Blog, accessed November 7, 2025, https://github.blog/ai-and-ml/generative-ai/spec-driven-development-with-ai-get-started-with-a-new-open-source-toolkit/  2 3 4 5 6

  14. GitHub Copilot coding agent - Visual Studio Code, accessed November 7, 2025, https://code.visualstudio.com/docs/copilot/copilot-coding-agent  2 3

  15. Use Agent Mode - Visual Studio (Windows) - Microsoft Learn, accessed November 7, 2025, https://learn.microsoft.com/en-us/visualstudio/ide/copilot-agent-mode?view=vs-2022 

  16. Introducing GitHub Copilot agent mode (preview) - Visual Studio Code, accessed November 7, 2025, https://code.visualstudio.com/blogs/2025/02/24/introducing-copilot-agent-mode 

  17. github-spec-kit-a-guide-to-spec-driven-ai-development.pdf - IntuitionLabs, accessed November 7, 2025, https://intuitionlabs.ai/pdfs/github-spec-kit-a-guide-to-spec-driven-ai-development.pdf  2

  18. Comprehensive Guide to Spec-Driven Development Kiro, GitHub Spec Kit, and BMAD-METHOD, accessed November 7, 2025, https://medium.com/@visrow/comprehensive-guide-to-spec-driven-development-kiro-github-spec-kit-and-bmad-method-5d28ff61b9b1  2 3

  19. From backlog to breakthrough: AI agents are your IT force multiplier - PwC, accessed November 7, 2025, https://www.pwc.com/us/en/tech-effect/ai-analytics/agentic-ai-in-it.html 

  20. AI-Driven Innovations in Software Engineering: A Review of Current Practices and Future Directions - MDPI, accessed November 7, 2025, https://www.mdpi.com/2076-3417/15/3/1344  2 3 4 5 6 7 8 9

  21. Unleash developer productivity with generative AI - McKinsey, accessed November 7, 2025, https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/unleashing-developer-productivity-with-generative-ai  2

  22. From backlog to breakthrough: AI agents are your IT force multiplier - PwC, accessed November 7, 2025, https://www.pwc.com/us/en/tech-effect/ai-analytics/agentic-ai-in-it.html 

  23. Building an auditable decision trail with autonomous ai teams — practical approach?, accessed November 7, 2025, https://community.latenode.com/t/building-an-auditable-decision-trail-with-autonomous-ai-teams-practical-approach/52503  2

  24. Agentic SDLC: The AI-Powered Blueprint Transforming Software Development, accessed November 7, 2025, https://www.baytechconsulting.com/blog/agentic-sdlc-ai-software-blueprint 

  25. How AI Agents Are Transforming Software Engineering and the Future of Product Development - IEEE Computer Society, accessed November 7, 2025, https://www.computer.org/csdl/magazine/co/2025/05/10970187/260SnIeoUUM 

  26. How AI Agents Are Revolutionizing Software Development Workflows - Terralogic, accessed November 7, 2025, https://terralogic.com/ai-agents-revolutionizing-software-development-workflows/  2 3 4

  27. Putting the “M” back in manager – Rethink management and talent for agentic AI, accessed November 7, 2025, https://www.mckinsey.com/capabilities/people-and-organizational-performance/our-insights/the-organization-blog/rethink-management-and-talent-for-agentic-ai  2 3 4 5

  28. Why agents are the next frontier of generative AI - McKinsey, accessed November 7, 2025, https://www.mckinsey.com/capabilities/tech-and-ai/our-insights/why-agents-are-the-next-frontier-of-generative-ai 

  29. Agentic AI is Rewriting B2B Economics - GPTLDR, accessed November 7, 2025, https://newsletter.gptldr.com/p/agentic-ai-is-rewriting-b2b-economics 

  30. Agentic AI in Software Engineering: How and When with Keynote Speaker Vincent Hellendoorn - Carnegie Mellon University, accessed November 7, 2025, https://mse.s3d.cmu.edu/news/2025/speaker-vincent-hellendoorn.html 

  31. Architecture decision record (ADR) examples for software planning, IT leadership, and template documentation - GitHub, accessed November 7, 2025, https://github.com/joelparkerhenderson/architecture-decision-record 

  32. The Dawn of Agentic AI - Revolutionizing Software Development Economics | Vinci Rufus, accessed November 7, 2025, https://www.vincirufus.com/posts/agentic-ai-software-development/  2

  33. Agile Methodology Meets Agentic AI: A Revolution in Software Development - LiquidBook, accessed November 7, 2025, https://liquidbook.com/title-agile-methodology-meets-agentic-ai-a-revolution-in-software-development/  2 3 4

  34. A Collaborative Dialogue Between Gemini CLI and Copilot CLI Through MCP, accessed November 7, 2025, https://medium.com/google-cloud/a-collaborative-dialogue-between-gemini-cli-and-copilot-cli-through-mcp-33df5211470b 

  35. Diving Into Spec-Driven Development With GitHub Spec Kit - Microsoft for Developers, accessed November 7, 2025, https://developer.microsoft.com/blog/spec-driven-development-spec-kit 

  36. Agents of change: Agentic AI and the future of financial services - Kyndryl, accessed November 7, 2025, https://www.kyndryl.com/content/dam/kyndrylprogram/doc/en/2025/agents-change.pdf 

  37. Seizing the agentic AI advantage - McKinsey, accessed November 7, 2025, https://www.mckinsey.com/capabilities/quantumblack/our-insights/seizing-the-agentic-ai-advantage 

  38. From AI Assistants to AI Teammates: How GitHub Spec Kit Bridges the Gap, accessed November 7, 2025, https://benyaminsalimi.medium.com/from-ai-assistants-to-ai-teammates-how-github-spec-kit-bridges-the-gap-9bf0cd684a9c  2 3

  39. Agentic AI in financial services: navigating innovation, challenges and ethical adoption - IBM, accessed November 7, 2025, https://www.ibm.com/think/insights/agentic-ai-financial-services-ethical-adoption 

  40. Industry News 2025 The Growing Challenge of Auditing Agentic AI - ISACA, accessed November 7, 2025, https://www.isaca.org/resources/news-and-trends/industry-news/2025/the-growing-challenge-of-auditing-agentic-ai  2 3 4

  41. Project Reporting in the Age of AI - About Objects, accessed November 7, 2025, https://www.aboutobjects.com/2025/04/21/project-reporting-in-the-age-of-ai/