# How to Build a Skill Factory at Your Company

> Turn what your people know into AI skills the whole company can reuse. Your team already uses Copilot, Claude, ChatGPT, or Gemini. A skill factory is one repeatable way to capture the prompts that work and turn them into skills the whole company can run. A small committee decides which ones deserve real development time, and AutomationTactics sets the system up with you in 90 days.

By [Matt Monihan](https://www.linkedin.com/in/mattmonihan/) | Published September 2026

Book a conversation: https://outlook.office.com/book/Consultation@automationtactics.com/
Read the guide: [How to Create a Skill](https://automationtactics.com/skill-factory/how-to-create-a-skill.html)
Copilot users: [How to Mine Your Data for Skills with Microsoft 365 Copilot and Work IQ](https://automationtactics.com/skill-factory/mine-your-data-with-copilot.html)

---

## TL;DR

- **What it is:** A skill factory is the company-level system that turns the AI prompts your people already use into reusable skills, on a monthly schedule, with a small committee deciding which ones get development time.
- **Why it matters:** Working prompts sit in one person's chat history today. When that person leaves, the know-how leaves with them, and the next hire starts over.
- **How to start:** Send the idea prompt below to one department this month, collect the results through the intake form, and have the employees build the first skills in the AI tool they already use.

---

## The Problem

People in your company are already using AI on their own. A project manager writes a prompt that turns a messy field report into a clean daily log. A biller works out how to get a clean claim summary. These prompts work, and they save real time.

The problem is where that work lives. It sits in one person's chat history. Nobody else can find it. Two desks over, someone solves the same task from scratch and gets a different result.

When that person leaves, the prompt leaves too, and the next hire starts over.

---

## What a Skill Factory Is

A skill is a written, reusable set of instructions for one repeatable task, saved so an AI assistant does it the same way every time. A skill factory is the company-level system that produces those skills on a schedule, keeps the good ones, and puts development time where it pays off.

It runs in four stages.

1. **Generate ideas.** Every department names the repeatable tasks worth turning into skills.
2. **Create skills.** Employees build skills in the AI tool they already use.
3. **Nominate.** Skills that need more than a chat tool get put forward for help.
4. **Decide and build.** A small committee decides what gets built, held, declined, or funded.

---

## Stage One. Generate Ideas

Ideas do not show up on their own. You have to ask for them on a set schedule. Once a month, send every department a short request. Name the tasks you do over and over that an AI assistant could do the same way each time.

Keep the ask small. Each submission covers one task, fills in a few fields, and takes about two minutes. A monthly rhythm keeps ideas coming without turning into a second job for anyone.

Each idea goes through a short intake form so you capture enough to sort it later. Score every idea on five things.

- How often the task happens.
- How long one instance takes.
- How many people do it.
- What an error costs when the task goes wrong.
- How sensitive the data is.

The scoring works the same way as the Pain Score in the AutomationTactics [Automation Opportunity Analysis](https://automationtactics.com/automation-opportunity-analysis.html), which multiplies volume, frequency, error rate, and time cost, each rated 1 to 5.

The backlog lives in one place everyone can see, such as a list in SharePoint, Microsoft Lists, or a shared tracker. Give that list one owner.

### Start With a Prompt

Most people cannot list their repeatable tasks from memory. The AI tool they use every day already has a record. Copilot can see your email, calendar, and files, and Claude and ChatGPT keep memory and past chats.

Paste this prompt into the tool you use most and let it do the first pass. Then submit the best results through the intake form.

On Microsoft 365 with a Copilot license, this pass works especially well, because Work IQ lets Copilot read your mail, calendar, Teams messages, meetings, and files. There is a [separate walkthrough for Copilot users](https://automationtactics.com/skill-factory/mine-your-data-with-copilot.html) with a prompt tuned to those sources.

```
I want to find tasks I do repeatedly that could become reusable AI skills. A skill is a written set of instructions for one repeatable task, saved so you do it the same way every time.

Look through everything you have access to about me and my work: memory, past conversations, files, email, calendar, and any connected systems. If you cannot access one of those sources, say so and skip it. Do not guess or make up tasks you have no evidence for.

From what you find, list up to ten tasks that meet all of these conditions:
1. I have done it, or asked you to help with it, more than once.
2. It follows roughly the same steps each time.
3. The output has a consistent shape, such as a report, a summary, an email, a checklist, or a spreadsheet.

For each task, give me:
- Task name
- The evidence you found (which chats, files, or messages point to it)
- How often it seems to happen
- The inputs I supply each time
- The output it produces
- A one-sentence description of when the skill should be used
- Data sensitivity: does the task touch client, financial, health, or personnel data

Rank the list by how often the task happens and how much time it seems to take. Put the strongest candidates first.

At the end, tell me which sources you were unable to check.
```

Read the results as a starting point. The tool can only see what it has been shown, so it will miss tasks that happen in systems it cannot reach. Pick the two or three tasks you recognize as real and frequent, and submit those.

### Intake Form Fields

- Your name and department
- Task name
- What the task is and when you do it
- How often it happens (daily, weekly, monthly)
- Time it takes per instance
- Number of people who do this task
- What goes wrong when it is done wrong, and what that costs
- Data the task touches, and how sensitive it is
- The tool you use now (Copilot, Claude, ChatGPT, Gemini, or none)

---

## Stage Two. Create Skills

The employee who does the task builds the skill in the tool they already use. Every major tool has a place for it.

Microsoft 365 Copilot has Agent Builder, which Microsoft describes as an easy way to build declarative agents from a natural-language Describe tab or a manual Configure tab, plus Cowork Skills. Claude has Skills and a skill-creator. Anthropic launched Agent Skills on October 16, 2025 as folders of instructions, scripts, and resources that Claude loads when a task calls for them. It published the format as an open standard on December 18, 2025.

ChatGPT has Projects and custom GPTs. Gemini has Gems. The click-by-click steps for each are in the separate guide, [How to Create a Skill](https://automationtactics.com/skill-factory/how-to-create-a-skill.html).

Every skill contains the same seven parts, whatever tool it is built in. The parts are what make a skill reusable.

### Every Skill Must Contain

- A name
- When to use it
- The steps
- The inputs it needs
- The output format
- One worked example
- Things to avoid

**The sharing rule.** A skill stays with the person who built it while it is still being tested, or while it only helps that one person's own work. It gets shared when it works on real tasks, a second person could use it, and it has passed a review against the seven parts above. Sharing means the skill is published to the company library with a named owner.

---

## Stage Three. Nominate

Most skills stay in the chat tool and need nothing more. Some need something the chat tool cannot do. Those are the ones to nominate for development help.

A skill is a candidate for development when one of these is true.

- It works, but it needs data the chat tool cannot reach on its own, such as your ERP, Procore, or a database.
- It needs to run on a schedule without a person starting it.
- It needs to chain several steps together across tools.
- It needs to be used by many people and return the same result for each of them.

**Who can nominate, and when.** Any employee can nominate their own skill, or a department champion can nominate one on behalf of a teammate. A skill can be nominated once it has run for real work at least a handful of times and the person can show what it produces. A working skill with a real output makes a stronger nomination than an idea.

### Nomination Form Fields

- Skill name and a link to the skill
- Who built it and who uses it now
- The task it does
- Which of the four conditions above applies
- What the skill cannot do today
- The data or system it needs to reach
- How often it would run
- How many people would use it
- Time saved per run, and error avoided
- Data sensitivity

---

## Stage Four. The Steering Committee

Nominations need a decision, and decisions need a small group with the authority to make them. This is the steering committee.

### Who Sits on It

Keep it small so it can meet and decide.

- An executive sponsor, such as the owner, COO, or a division head
- An operations lead who knows how the work runs
- An IT or security lead who can speak to data and access
- A department representative, on a rotating seat, from whichever area has skills up for review

The fuller AI steering committee described in the AutomationTactics [FAQ](https://automationtactics.com/faq.html) adds legal or compliance and HR. For deciding on skills, a group of four keeps decisions moving.

**How often it meets.** Once a month is a good starting cadence. Right Partners, in its AI steering committee guidance, says the exact cadence can evolve and that monthly is a useful starting point for active adoption. Monthly is frequent enough that decisions do not pile up, and spaced enough that the group decides rather than reports.

For a nomination that cannot wait, circulate a written approval between meetings with a set response window. Governance guidance from firms such as AccuroAI and brics-econ describes the same practice, including a 14-day fast track for low-risk systems and electronic sign-off inside a 72-hour window for urgent initiatives.

**What it decides.** For each nomination the committee picks one of four outcomes.

- **Build.** Worth doing, and small enough to build in-house or with the champion.
- **Hold.** Worth doing later. Back to the backlog with a reason and a date to revisit.
- **Decline.** Not worth the effort now. The employee keeps using the chat-tool version.
- **Fund a developer.** Worth doing and beyond what the chat tool or a champion can build. Assign it to a developer or to AutomationTactics.

**What happens after a decision.** Every outcome gets written down with a reason and a named owner. A build or a fund decision gets a start date and a check-in. A hold gets a revisit date. A decline gets a short note back to the person who nominated it so they know why and know their version still stands.

### Scoring Table

Score each nomination 1 to 3 on each criterion. Add the scores. Higher totals go first.

| Criterion | 1 | 2 | 3 |
|---|---|---|---|
| Frequency | Monthly or less | Weekly | Daily |
| Time saved per run | Under 15 minutes | 15 to 60 minutes | Over an hour |
| People who use it | One team | A few teams | Most of the company |
| Error cost when done wrong | Low | Noticeable | High or regulated |
| Effort to build | High | Medium | Low |
| Readiness | Task not yet documented | Partly documented | Documented and stable |
| Data sensitivity | Highly sensitive, needs controls | Some sensitive data | No sensitive data |

---

## Roles

| Role | Responsibility |
|---|---|
| Employee | Submits ideas, builds skills for their own tasks, nominates the ones that outgrow the chat tool. |
| Department champion | Runs monthly idea generation for their area, helps teammates build skills, reviews skills before they are shared. |
| Skill owner | Owns one published skill, keeps it correct, answers questions about it, retires it when it is no longer used. |
| Committee member | Meets monthly, scores nominations, decides build, hold, decline, or fund. |
| Developer or AutomationTactics | Builds the skills the committee funds, handles system access and scheduling, hands the finished skill back with an owner named. |

---

## The First 90 Days

This is what AutomationTactics does with you to stand the system up.

| Weeks | What happens |
|---|---|
| Weeks 1 to 2 | Document how the work runs today and pick the pilot departments. |
| Weeks 3 to 6 | Train employees in the pilot departments to build skills in the tools you already own. |
| Weeks 7 to 10 | Run the first monthly idea and nomination cycle, and stand up the steering committee. |
| Weeks 11 to 13 | Build the first two or three nominated skills, then hand the process off to your team. |

---

## Governance in One Paragraph

A skill gets reviewed against the seven required parts before it is shared with the whole company. Every shared skill has one named owner. Once a quarter, each owner confirms their skill is still used and still produces the right result. A skill that is no longer used, or that no longer matches how the work is done, gets retired and removed from the library so nobody relies on something out of date.

---

## FAQ

**Do we need developers to do this?**
Not at the start. Most skills are built by the people who do the work, inside the chat tool they already use. You only bring in a developer for the smaller set of skills the committee funds, the ones that need system access, scheduling, or multi-step automation.

**Which AI tool should we standardize on?**
Standardize on the tool you already pay for and already use. For most companies on Microsoft 365 that is Copilot. The skill factory works the same whichever tool you pick, because a skill is a written set of instructions before it is anything else.

**What if employees are on different tools?**
That is fine at the idea and skill stages. The intake form, the seven required parts, the nomination process, and the committee are the same across tools. When you publish a shared skill, note which tool it was built in so the next person opens the right one.

**Where do I get skill ideas if I cannot think of any?**
Paste the idea prompt from Stage one into the AI tool you use most. It reads your past chats, files, and email where it has access, and lists the tasks you repeat. Submit the ones you recognize.

**How do we keep sensitive data out of skills?**
A skill holds instructions. The data comes in when the person runs it. Write skills so the person supplies the specific data at that moment, and keep client names, health information, and financial records out of the saved instructions. Sort data by sensitivity on the intake form, and route anything sensitive to the IT or security lead on the committee before the skill is shared. Microsoft Purview ships a default set of sensitivity labels to make this call consistent (Personal, Public, General, Confidential, and Highly Confidential), and defines Highly Confidential as your most sensitive data, shared only with named recipients.

**What does the committee do with a skill it declines?**
The employee keeps using their chat-tool version. A decline only means the company will not spend development time on it right now. The skill still works, and it can be nominated again later if the task grows.

**How much time does the committee take?**
One meeting a month. If nominations come in well prepared and pre-scored, most can be decided in a few minutes each. Between meetings, a written approval handles anything urgent.

**How is a skill different from a prompt?**
A prompt is something you type once. A skill is that prompt written down with a name, steps, inputs, an output format, and an example, saved so anyone can run it and get the same result.

---

## Build the System Once, and Keep the Know-How

In 90 days your company can have a working skill factory. Your people build the skills, and a committee decides which ones get development time.

Book a conversation: https://outlook.office.com/book/Consultation@automationtactics.com/

### Map the Process First, Then Build the Skills

![The workflow builder in the AutomationTactics workbench, showing a general contractor's submittal review mapped step by step with the steps Copilot could draft marked in green](https://automationtactics.com/img/workbench/workflow-builder.png)

The workbench is a free preview of an engagement. Inside is a general contractor's submittal review mapped step by step, with the steps Copilot could draft marked in green. Those marked steps are the first skills a skill factory builds, and the map is the documentation each one needs. It asks for your name, work email, and company. There is no account and no password, and it takes about a minute. [Open the workbench](https://automationtactics.com/workbench/).

---

## Sources

- AutomationTactics, home and FAQ: https://automationtactics.com and https://automationtactics.com/faq
- AutomationTactics, Automation Opportunity Analysis (Pain Score and scoring matrix): https://www.automationtactics.com/automation-opportunity-analysis.html
- Anthropic, Agent Skills launch and open standard: https://claude.com/blog/skills
- Anthropic, Agent Skills documentation and repository: https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview and https://github.com/anthropics/skills
- Microsoft Learn, Agent Builder in Microsoft 365 Copilot: https://learn.microsoft.com/en-us/microsoft-365/copilot/extensibility/agent-builder
- Microsoft, Copilot Cowork Skills (Copilot Camp): https://microsoft.github.io/copilot-camp/pages/copilot-cowork/01-cowork-skills/
- Microsoft Adoption, Copilot champions and AI council: https://adoption.microsoft.com/en-us/copilot/
- Microsoft Purview, default sensitivity labels: https://learn.microsoft.com/en-us/purview/deploymentmodels/depmod-secure-by-default-step1
- Atlan, AI Center of Excellence intake and roles: https://atlan.com/know/ai-agent/ai-agent-governance/how-to-build-ai-center-of-excellence/
- Deloitte, citizen development intake and assessment: https://www.deloitte.com/us/en/services/consulting/articles/5-keys-to-success-with-citizen-developers.html
- UiPath, citizen developer and CoE operating model: https://www.uipath.com/rpa/what-is-citizen-development
- Right Partners, AI steering committee cadence and agenda: https://www.rightpartners.co.uk/knowledge/ai-steering-committee
- AccuroAI, AI governance committee fast-track cadence: https://accuroai.co/blog/building-an-ai-governance-committee-roles-responsibilities-best-practices
- CIO.com, prompt governance lifecycle: https://www.cio.com/article/4130960/prompt-governance-is-the-new-data-governance.html
- ClaudeReadiness, enterprise prompt library submission workflow: https://claudereadiness.com/blog/prompt-library-enterprise/
- i3solutions, automation prioritization by value, effort, and readiness: https://i3solutions.com/insights-workflow-automation/how-to-prioritize-automation-processes/

---

## Related Resources

- [How to Create a Skill](/pages/skill-factory/how-to-create-a-skill.md) - Template and click-by-click steps for Copilot, Claude, ChatGPT, and Gemini
- [Mine Your Data with Copilot](/pages/skill-factory/mine-your-data-with-copilot.md) - The idea prompt tuned for Microsoft 365 Copilot and Work IQ
- [Automation Opportunity Analysis](/pages/automation-opportunity-analysis.md) - The Pain Score model the intake scoring draws on
- [Steering Committee](/pages/maturity-map/innovation-culture/steering-committee.md) - The fuller governance body
- [Champion Enablement](/pages/champion-enablement.md) - Building the department champions the factory relies on

---

*Source: https://automationtactics.com/skill-factory/*
*Last updated: September 2026*
