Skip to content

Commit 9b7eea1

Browse files
JasonEtcoCopilot
andcommitted
Add READMEs for spark and workiq plugins
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ee72ce6 commit 9b7eea1

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

plugins/spark/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Spark
2+
3+
Comprehensive guidance for building modern web applications with opinionated defaults for tech stack, design system, and code standards.
4+
5+
## What it does
6+
7+
Spark helps you quickly bootstrap high-quality web applications by providing:
8+
9+
- Pre-vetted technology stack choices with multiple complexity-based variations
10+
- An opinionated design philosophy and system
11+
- Step-by-step setup workflows
12+
- Design and performance optimization guidance
13+
14+
## Skills
15+
16+
### `spark-app-template`
17+
18+
Activated when a user wants to create a new web application, dashboard, or interactive interface. Provides guidance on:
19+
20+
- **Tech stack** — Vite, React 19+, TypeScript, Tailwind CSS v4+, shadcn/ui, TanStack Router & Query
21+
- **Design system** — Typography pairings, OKLCH color palettes, spatial composition, micro-interactions
22+
- **Stack variations** — Pre-configured stacks tailored to app complexity (default web app, content showcase, data dashboard, complex application)
23+
- **Performance** — Core Web Vitals targets, React Compiler setup, optimization checklists
24+
- **Component patterns** — Common shadcn compositions and usage patterns
25+
26+
## Stack variations
27+
28+
| Stack | Use case |
29+
| --- | --- |
30+
| **Default Web App** | General-purpose tools, utilities, simple CRUD, MVPs, prototypes |
31+
| **Content Showcase** | Marketing sites, portfolios, blogs, documentation |
32+
| **Data Dashboard** | Analytics dashboards, admin panels, BI tools, monitoring |
33+
| **Complex Application** | SaaS platforms, enterprise tools, multi-view apps |

plugins/workiq/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# WorkIQ
2+
3+
Workplace intelligence plugin that connects AI agents to Microsoft 365 Copilot, providing access to organizational data from Outlook, Teams, SharePoint, OneDrive, and Calendar.
4+
5+
## What it does
6+
7+
WorkIQ grounds AI assistance in real workplace context by querying Microsoft 365 data sources. It enables agents to answer questions about:
8+
9+
- **Emails & messages** — Find and summarize email threads and Teams conversations
10+
- **Meetings** — Retrieve decisions, action items, and context from calendar events
11+
- **Documents** — Locate specs, design docs, and files across SharePoint and OneDrive
12+
- **People** — Identify subject-matter experts, project owners, and organizational relationships
13+
- **Priorities** — Surface what colleagues are focused on, team goals, and project status
14+
15+
## Skills
16+
17+
### `workiq`
18+
19+
Activated when a user asks about workplace context — what someone said, meeting outcomes, document locations, team priorities, or organizational knowledge. Uses the `ask_work_iq` MCP tool to query Microsoft 365 Copilot with natural language questions.
20+
21+
## MCP server
22+
23+
WorkIQ includes an MCP server configuration (`.mcp.json`) that runs the `@microsoft/workiq` package. Authentication is automatic using the connected user's existing Microsoft 365 credentials.
24+
25+
## Requirements
26+
27+
- Microsoft 365 account with Copilot access

0 commit comments

Comments
 (0)