Homestead

AI WORKFLOW · GOOGLE WORKSPACE

From “Chatting” to“Getting Things Done”

A practical guide to the concept, structure, and execution of an AI Skill—using feature-release to show how it works.

2026.06.22Approx. 8 min readAI SkillGoogle Workspace
feature-release / skill

feature-release/
 ├── SKILL.md
 ├── scripts/
 │ └── run-tests.js
 └── templates/
   └── test-report.md

01 · THE CONCEPT

A Skill is an SOP for AI

Large language models are excellent at understanding and generating content. What organizations need, however, is AI that can complete an entire task consistently and repeatably under defined rules.

SKILL ANATOMY

The three building blocks of a Skill

A Skill specifies not only what the AI should do, but how to do it, which tools to use, and when it must stop.

01

SKILL.md

Defines triggers, execution order, success criteria, and non-negotiable boundaries.

Example: When the “Feature Release” Skill is triggered: 1. Run npm test; 2. Record errors and the pass rate in test-report.md; 3. If tests miss the threshold, block the release and suggest fixes.

/feature-release/SKILL.md
02

scripts

Run tests, collect results, and generate reports with less uncertainty than ad hoc commands.

/scripts/run-tests.js
03

templates

Standardize reports, approval records, and checklists so every result is consistent and auditable.

/templates/test-report.md

FEATURE-RELEASE · IN ACTION

One request triggers a complete release loop

  1. 01Match the SkillRecognize intent and load feature-releaseMATCH
  2. 02Run testsCollect pass rates, errors, and failed casesTEST
  3. 03Generate reportWrite the results to test-report.mdREPORT
  4. 04Apply the gateStop below threshold and recommend fixesGUARD
  5. 05Approve releaseContinue only after tests and approvals passRELEASE

GOOGLE WORKSPACE

Tools provide capabilities;
Skills define the workflow

A Skill does not automatically receive cloud access. Only authorized tools allow the AI to read, update, and organize Workspace content.

D

Docs

Read meeting notes and generate reports from templates.

S

Sheets

Aggregate data, calculate metrics, and build charts.

Dr

Drive

Locate, name, organize, and archive files.

Sl

Slides

Turn reports into executive presentations.

G

Gmail

Generate an email draft from the results and send it after confirmation.

Find files in DriveExtract insights in DocsAggregate in SheetsGenerate the reportDraft and send in Gmail

BEFORE · AFTER

What changes with GWS integration?

WORK AREAWITHOUT GWS INTEGRATIONWITH AUTHORIZED GWS INTEGRATION
DocsCopy text into AI, then paste the result back manuallyRead a specified document and suggest or write changes within permissions
SheetsExport or upload data for offline analysisRead sheets, update cells, and generate summaries
DriveFind, download, upload, and archive files manuallySearch, classify, and create files within authorized scope
GmailGenerate email copy for the user to paste and sendThe user can ask AI to create an email draft, then send it to a specified email address
Cross-app workPeople move information between every stepA Skill connects apps and hands data between them
Risk controlUsers perform most checks manuallyPermissions, approval gates, and activity records support governance

FROM ANSWERS TO OUTCOMES

Turn working methods into executable capabilities

A Skill defines what to do, how to do it, and what to produce. Authorized tools perform the cloud actions. Together, they move AI from content assistant to reliable collaborator.

© 2026 Homestead · AI Skill SeriesEnglish · Approx. 8 min read