From 326401624d0d19a5805ee781b7dd20dd894f89c4 Mon Sep 17 00:00:00 2001 From: Pawel Huryn Date: Mon, 2 Mar 2026 23:21:59 +0100 Subject: [PATCH] Update skills section for clarity and structure Clarified the explanation of skills and their loading mechanism. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe72ff..89523f4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ The result: better product decisions, not just faster documents. ## How It Works (Skills, Commands, Plugins) -**Skills** are the building blocks of the marketplace. Each skill gives Claude domain knowledge, analytical frameworks, or a guided workflow for a specific PM task. Skills are loaded automatically when relevant to the conversation — no explicit invocation needed. Some skills also work as reusable foundations that multiple commands share. If needed, you can **force loading skills** with '/plugin-name:skill-name' or '/skill-name' (Claude will add prefix). +**Skills** are the building blocks of the marketplace. Each skill gives Claude domain knowledge, analytical frameworks, or a guided workflow for a specific PM task. Some skills also work as reusable foundations that multiple commands share. + +Skills are loaded automatically when relevant to the conversation — no explicit invocation needed. If needed (e.g., prioritizing skills over general knowledge), you can **force loading skills** with '/plugin-name:skill-name' or '/skill-name' (Claude will add the prefix). **Commands** are user-triggered workflows invoked with `/command-name`. They chain one or more skills into an end-to-end process. For example, `/discover` chains four skills together: brainstorm-ideas → identify-assumptions → prioritize-assumptions → brainstorm-experiments.