Skip to main content

Agentic Skills: Overview


AI Skills

AI-Powered Business Model Development

This project provides 23 specialized AI skills — structured methods that an AI assistant works through with you step by step. Each skill can be used individually or as part of the complete process.

What is an AI Skill?

An AI skill is a structured guide for an AI assistant. It contains a clear method description, an interview-style questionnaire, quality criteria, and defined output formats. The AI guides you through the process like an experienced consultant — asking targeted questions, challenging assumptions, and producing structured result documents.

Skills follow the open Agent Skills standard and work with compatible AI coding tools.


Process Overview

The complete process comprises 21 methods in 6 phases. Hover over individual steps to see the skill name:


All Skills in Detail

Click on a skill to see the example prompt, expected output, and estimated duration.

Establish Baseline

Understand Customers

Formulate Value Proposition

Design Value Creation

Validate Viability

Consolidate Results


How to Use the Skills

Run the Complete Process

Simply describe your business idea — the AI recognizes the context and starts the orchestrator:

I want to develop a business model for a data-driven
predictive maintenance service.

Use a Single Method

Describe which method you need — the AI selects the appropriate skill:

Help me with a market segmentation for our IoT offering.

Technical Background

The skills use the open Agent Skills standard. Each skill is a Markdown file (SKILL.md) with metadata and structured instructions, stored under .claude/skills/ in the project directory.

---
name: skill-name
description: When and what the skill is used for
user-invocable: true
---

# Method Name

## Purpose — What this method achieves
## Role — The AI persona and how it works
## Questionnaire — Complete questions and steps
## Quality — Quality criteria and consistency checks
## Output — What artifacts are produced

Further Resources