gaia-create-stakeholder

Create stakeholder Markdown files with YAML frontmatter under custom/stakeholders.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-create-stakeholder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-create-stakeholder
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-create-stakeholder
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-create-stakeholder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a standardized stakeholder file for Party Mode by generating YAML frontmatter and a concise Background narrative, reducing manual drafting and ensuring consistent structure.

Core Features & Use Cases

  • Creates stakeholder metadata in custom/stakeholders/ with required fields (name, role, expertise, personality) and optional perspective/tags.
  • Enforces governance constraints: 50-file cap, 100-line per-file limit, and case-insensitive duplicate detection.
  • Generates a kebab-case filename slug and writes a Markdown file ready for Party Mode discovery and consumption.

Quick Start

Provide the stakeholder name and required fields to generate a new stakeholder profile under custom/stakeholders/.

Frequently Asked Questions about gaia-create-stakeholder

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

FAQPage Schema
How do I create stakeholder profiles for Party Mode with YAML frontmatter?

To create stakeholder profiles for Party Mode, this skill automates writing Markdown files with YAML frontmatter under custom/stakeholders. You provide the stakeholder name and required fields, and it generates the file with a kebab-case slug and a Background narrative.

What is the file limit for generating stakeholder metadata files?

The file limit for generating stakeholder metadata files is 50 files under the custom/stakeholders directory. This skill enforces this governance constraint to prevent exceeding the cap, and also applies a 100-line limit per individual file.

Can I overwrite an existing stakeholder file when generating new metadata?

You cannot overwrite an existing stakeholder file because this skill enforces case-insensitive duplicate detection. It prevents overwriting existing stakeholders to maintain metadata consistency and avoid accidental data loss during profile creation.

What fields are required to scaffold a stakeholder file with YAML frontmatter?

Scaffolding a stakeholder file requires the name, role, expertise, and personality fields for the YAML frontmatter. You can also include optional perspective and tags fields to enrich the stakeholder metadata for Party Mode consumption.

How does case-insensitive duplicate detection work for stakeholder files?

Case-insensitive duplicate detection checks existing filenames in custom/stakeholders regardless of letter casing. This mechanism prevents creating stakeholders with names that differ only by case, ensuring strict metadata uniqueness before generating the Markdown file.