From product-forge
Provides domain knowledge about the organization's product ecosystem, client relationships, integration landscape, and team structure. Reads taxonomy from memory/context/ files via forge-lib.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product-forge:product-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables Claude to understand and navigate the organization's product ecosystem without requiring explicit explanation during workflows.
This skill enables Claude to understand and navigate the organization's product ecosystem without requiring explicit explanation during workflows.
Key capabilities:
memory/context/ directory is the single source of truth for product domain knowledge and can be updated via forge-libOn every invocation, Claude should:
forge memory get-taxonomy to read taxonomy values if context involves products, modules, integrations, clients, or team coordinationAll taxonomy operations are delegated to forge-lib:
Read taxonomy:
forge memory get-taxonomy products
forge memory get-taxonomy clients
forge memory get-taxonomy teams
forge memory get-taxonomy integrations
Update taxonomy:
forge memory set-taxonomy products --add "new-product"
forge memory set-taxonomy clients --add "Acme Corp"
If taxonomy files do not exist:
forge memory init to initialize your organization's taxonomy"Three scenarios trigger updates to taxonomy:
1. Explicit user request "Add a new product to the taxonomy" or "Update the Acme Corp client profile"
2. During card workflows
When Claude encounters a product, module, or integration not in the memory files, flag it to the user and offer to add it via forge memory set-taxonomy.
3. Dedicated maintenance A user explicitly requests context updates for periodic knowledge review.
Updating process:
forge memory set-taxonomy commandsProduct Forge commands automatically query taxonomy when needed:
All file operations are handled by forge-lib, not by this skill.
npx claudepluginhub jeremybrice/the-forge --plugin product-forgeGenerates customizable SKILL.md templates for product context including vision, mission, goals, constraints, and user personas. Invoke when creating product strategy skills for Claude.
Interactive wizard creates PM-OS knowledge base: fetches company info from URL, asks batched questions on products/stages/tools/team, populates knowledge/ files.
Initializes .claude/product-context/ via guided wizard with product-info.md, tech-stack.md, and optional files to enable PM agents with product-specific context.