"Most technology failures in organisations are not technical failures. They are ownership failures. Nobody knew whose job it was. The blueprint solves that problem before the technology has a chance to create it."
Chapter 25 established why the enterprise agentic era arrived when it did, who the central figures are, and which platforms and models apply to which organisational contexts. It left one question deliberately unanswered: what, precisely, is a Cowork plugin? What does it contain, who builds each part of it, and what keeps it operating reliably once deployed? This chapter answers those questions in full.
A Cowork plugin is a bundled package that contains everything a domain agent needs: SKILL.md files that encode the expertise of the knowledge worker, MCP connector declarations (.mcp.json) that wire the agent to enterprise systems, slash commands, agents, hooks, and a manifest (plugin.json). The knowledge worker's contribution is the SKILL.md: the intelligence layer that carries institutional knowledge. Everything else is infrastructure built by developers, the community, or Anthropic. An administrator governs the deployment through organisational settings. These layers are independent by design, and that independence is what makes the system maintainable, diagnosable, and scalable.

This chapter describes the anatomy of a Cowork plugin in terms a knowledge worker can act on. It explains the three-level context system that determines which instructions the agent follows. It walks through a complete, annotated SKILL.md so you can recognise the difference between a production-ready file and an amateur one. It maps the MCP connector ecosystem available for the major professional domains. And it covers the governance mechanisms: permissions, audit trails, shadow mode, and human-in-the-loop gates: that make enterprise deployment of autonomous agents defensible in regulated industries. By the end, you will have the architectural vocabulary that Chapter 27 assumes.
By the end of this chapter, you will be able to:
Lesson
Title
Duration
What You'll Walk Away With
What a Plugin Actually Is
20 min
A precise definition of a Cowork plugin and its plugin package structure
The Intelligence Layer: SKILL.md
30 min
Understanding of the PQP Framework and why each section matters functionally
The Plugin Infrastructure
25 min
Understanding of the manifest, connectors, and what happens when infrastructure fails
The Three-Level Context System
20 min
The diagnostic sequence for understanding why an agent behaves as it does
The PQP Framework in Practice
30 min
The quality signals that distinguish a production-ready SKILL.md from an amateur one
The MCP Connector Ecosystem
25 min
A map of production connectors for your domain and the process for commissioning custom ones
The Governance Layer
30 min
The four governance mechanisms and the precise shadow mode protocol
The Division of Responsibility
20 min
The three-way ownership model and how to assign any problem to the correct layer
The Cowork Plugin Marketplace
20 min
The distinction between vertical skill packs and connector packages, and the publishing path
Chapter Summary
15 min
Synthesis of the full plugin architecture, ready for Chapter 27
Chapter Quiz
50 min
50 questions covering all ten lessons
By the end of this chapter, you should be able to answer these five questions:
When you finish this chapter, your perspective shifts:
Start with Lesson 1: What a Plugin Actually Is.
Ask