workflow-create-business-definition-sheet

Fetches materials from external systems and creates business definition sheets via delegated skills.

Updated May 18, 2026
One-click install
npx skills add https://github.com/dodonki1223/vault --skill workflow-create-business-definition-sheet-dodonki1223
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: workflow-create-business-definition-sheet
Source: https://github.com/dodonki1223/vault/tree/main/.agents/skills/workflow-create-business-definition-sheet
Command: npx skills add https://github.com/dodonki1223/vault --skill workflow-create-business-definition-sheet-dodonki1223

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When the source materials for a business definition sheet live in external systems like Slack, Notion, GitHub, or Google Meet, gathering them manually before drafting the sheet is slow and error-prone. This workflow skill connects material retrieval with sheet creation so the whole process runs in one flow. ## Core Features & Use Cases - Orchestrated retrieval: Selects the appropriate fetch skill (Slack, Notion, GitHub, Google Meet, Google Sheets, web) based on where the materials live, and optionally uses classify-fetched-materials when sources span multiple systems. - Delegated sheet creation: Passes fetched materials to create-business-definition-sheet, which handles extraction of the 9 items (business name, stakeholders, trigger, duration, frequency, purpose, INPUT, DO, OUTPUT), interviews for gaps, and file creation. - Use Case: You need a business definition sheet for an approval workflow whose details are scattered across a Slack thread and a Notion page. This skill fetches both sources, then produces the sheet with clearly marked items that still need interviewing. ## Quick Start Use workflow-create-business-definition-sheet to fetch materials from the specified Slack channel and Notion page and create a business definition sheet for the expense approval process.

Frequently Asked Questions about workflow-create-business-definition-sheet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a business definition sheet from Slack or Notion materials?โ–ผ

Provide the target business name and the material locations such as a Slack channel, thread, or Notion page. The workflow selects the matching fetch skill, retrieves the materials, and passes them to create-business-definition-sheet, which extracts the 9 items and interviews you for any gaps.

What sources can this workflow fetch materials from?โ–ผ

It supports Slack, Notion, GitHub repositories, issues and PRs, Google Meet meeting notes, Google Sheets, and general web pages through dedicated fetch skills. When materials span multiple sources, each fetch skill is called per source and results can be organized with classify-fetched-materials.

When should I use create-business-definition-sheet directly instead of this workflow?โ–ผ

Use create-business-definition-sheet directly when you already have the materials in hand or want to build the sheet purely through conversation. This workflow is only needed when the materials must first be retrieved from external systems.

What happens if material retrieval fails during the workflow?โ–ผ

If a fetch skill cannot retrieve the materials, the workflow returns that fetch skill's standard failure response and stops. It does not proceed to sheet creation with incomplete or missing source data.

Does this workflow extract sheet items or conduct interviews itself?โ–ผ

No. Item extraction, interviews for missing information, save-location confirmation, and file creation are all delegated to create-business-definition-sheet. This workflow only handles material retrieval and passing results along.