CtrlK
BlogDocsLog inGet started
Tessl Logo

product-forge

github.com/jpoutrin/product-forge

Skill

Added

Review

python-code-review

Python code review guidelines (security, performance, bugs, style). Auto-loads when reviewing Python code or analyzing code quality.

79%

parallel-ready-django

Audit and prepare a Django codebase for parallel multi-agent development. Use when asked to check if a Django project is ready for parallelization, prepare a repo for multi-agent work, audit codebase structure, set up orchestration infrastructure, or identify blockers for parallel development. Analyzes Django apps, models, migrations, and module boundaries.

93%

parallel-fix-django

Fix Django-specific blockers identified in parallelization readiness assessment

61%

documentation-research

Enforces documentation research before implementation. Auto-loads when implementing features to ensure current best practices are followed. Researches official docs first.

58%

django-project-setup

Set up a new Django 6.0 project with modern tooling (uv, direnv, HTMX, OAuth, DRF, testing). Use when the user wants to create a Django project from scratch with production-ready configuration.

80%

django

Django development patterns and conventions (2025). Auto-loads when working with Django models, views, URLs, forms, templates, management commands, or project structure. Includes async support and type hints.

90%

django-api

Django API development for 2025. Covers Django Ninja (modern, async-first, type-safe) and Django REST Framework (mature, ecosystem-rich). Use when building REST APIs, choosing between frameworks, implementing authentication, permissions, filtering, pagination, or async endpoints.

90%

task-orchestration

Documentation-first task execution with quality checks and progress tracking. Use when working with task lists, implementing features, or executing multi-step work to ensure systematic completion with proper documentation review.

71%

task-list

List tasks by directory with progress and visual indicators

55%

task-focus

Focus on a specific task with context loading

56%

quick-start

Quick start guide for new product development

26%

qa-testing-methodology

QA test design patterns (equivalence partitioning, boundary analysis, accessibility). Auto-loads when designing test cases, planning test coverage, or writing test procedures.

83%

qa-test-management

Automatic QA test lifecycle management, naming conventions, and directory structure. Use when creating, organizing, or tracking QA tests to ensure proper naming, directory structure, and status transitions.

81%

qa-screenshot-validation

Evaluate captured screenshots for layout issues, masked elements, and rendering problems. Use after taking screenshots to validate visual correctness and automatically resize viewport if elements are unexpectedly clipped.

84%

qa-screenshot-management

Screenshot capture, organization, and comparison for QA testing. Use when taking screenshots during test execution to ensure proper naming, organization, and traceability back to test cases.

78%

qa-element-extraction

Extract and capture screenshots of specific UI elements mentioned in QA test procedures. Use when creating visual references for test steps to show exactly what buttons, fields, and components look like.

78%

product-strategy

Chief Product Officer expertise with proven frameworks and strategic guidance. Use when discussing product strategy, market analysis, competitive positioning, feature prioritization, or business models to apply expert CPO perspective.

62%

prd-status

Check and update PRD status through lifecycle

67%

prd-progress

Show implementation progress from linked tasks

63%

prd-management

Use when organizing PRDs, tracking requirements, managing product specs, updating PRD status, archiving completed docs, or setting up PRD structure. Auto-applies naming conventions and lifecycle management.

74%

prd-archive

Archive completed or cancelled PRDs

69%

position-product

Define product positioning and brand strategy

39%

parallel-validate-prompts

Validate and fix parallel prompts for required sections

65%

parallel-task-format

Compact YAML format for defining parallel task specifications with scope, boundaries, and agent assignments. Use when creating task files for parallel development.

72%

parallel-setup

One-time setup of parallel/ directory for multi-agent development

67%

parallel-run

Orchestrate parallel agent execution with git worktrees

69%

parallel-prompt-generator

Generate agent-ready prompts from existing task specification files. Use when regenerating prompts after editing tasks, updating prompt templates, or preparing tasks for cpo execution.

80%

parallel-integrate

Verify integration after parallel agent execution and generate report

62%

parallel-execution

Execute multiple Claude Code agents in parallel using the cpo CLI tool. Use when running parallel tasks, monitoring execution, or understanding the execution workflow.

91%

parallel-decompose

Decompose PRDs and Tech Specs into parallel-executable tasks with contracts, prompts, and dependency graphs. Use when breaking down a PRD for multi-agent execution.

88%

parallel-agents

Use when parallelizing development, running multiple agents, splitting work across agents, coordinating parallel tasks, or decomposing PRDs for concurrent execution. Breaks work into independent agent workstreams.

96%

network-inspection

Use when debugging API calls, checking network requests, inspecting HTTP traffic, finding failed requests, analyzing response data, or investigating API errors. Provides detailed request/response analysis.

79%

list-qa-tests

List QA test procedures with status and priority

59%

list-prds

List all PRDs with status, progress, and metadata

57%

install-chrome-devtools-mcp

Install Chrome DevTools MCP server for debugging and network inspection in Claude Code

69%

generate-tasks

Convert PRD to structured task list with automatic linking

57%

forge-help

Show all available Product Forge agents, skills, and commands

77%

enrich-qa-test

Review QA test and capture element screenshots to enrich documentation

59%

discovery-session

Start interactive product discovery with expert guidance

45%

design-system

Design system management for building and reusing UI components, tokens, and patterns. Use when working with component libraries, design tokens, style guides, or reusable UI patterns to ensure consistency and promote component reuse.

63%

debug-orchestrator

Use when facing complex, multi-layered debugging issues that require coordinated investigation across different domains (frontend, backend, database, network, etc). Spawns specialized debug expert agents to handle specific aspects of the investigation.

74%

ctx

Load PRD, FRD, Tech Spec, or RFC into context

67%

create-qa-test

Create a new QA test procedure for a feature

60%

create-prd

Interactive PRD creation wizard with comprehensive question flow

42%

create-prd-feature

Create a feature-specific PRD (FRD) for individual features

67%

create-persona

Create detailed user persona with guided questions

43%

console-debugging

Use when debugging JavaScript errors, checking console warnings, analyzing browser logs, finding runtime errors, investigating console output, or troubleshooting browser issues. Provides console message analysis.

80%

browser-debug

Capture browser console, network, and performance logs for debugging. Auto-loads when debugging browser issues, analyzing errors, or investigating page behavior. Provides systematic log capture workflow using Chrome DevTools MCP.

72%

brainstorm-solution

Structured brainstorming for technical solutions

61%

agent-tools

Reference for configuring tool permissions when launching Claude Code agents. Use when setting up --allowedTools flags, restricting file access, or configuring agent permissions.

96%

rebase

Rebase local changes on top of remote branch updates

67%

git-commits

Git commit best practices with conventional commits format and atomic commit principles. Use when committing code to ensure clear, meaningful commit history with proper type prefixes and semantic versioning support.

90%

commit

Guided git commit with atomic commit analysis and conventional commit format

56%

code-review

Review code changes between commits for security, logic, performance, and style issues

67%

branchless-workflow

Git-branchless stacked diffs workflow patterns and command reference

76%

bl-undo

Undo git-branchless operations - recover from mistakes interactively

81%

bl-sync

Sync git-branchless stack with main branch - fetch, rebase, and handle merges

69%

bl-submit

Submit git-branchless stack as PRs - create branches and push to remote

69%

bl-stack

Manage git-branchless commit stacks - view, navigate, and edit commits

59%

bl-record

Record changes as a new commit in git-branchless workflow

67%

bl-init

Initialize git-branchless in the current repository from the current branch

81%

typescript-style

TypeScript coding style enforcement (ESLint, type safety, React patterns). Auto-loads when writing or reviewing TypeScript/JavaScript code.

84%

typescript-code-review

TypeScript and React code review guidelines (type safety, React patterns, performance). Auto-loads when reviewing TypeScript/React code.

79%

technical-specification

Technical specification writing for implementation details. Use when documenting how to build a solution (post-decision), API contracts, schemas, and system design. Complements RFC skill which handles decision-making.

75%

tech-spec-status

Show Tech Spec details or update status through lifecycle

62%

sqlmesh

SQLMesh patterns for data transformation with column-level lineage and virtual environments. Use when building data pipelines that need advanced features like automatic DAG inference and efficient incremental processing.

81%

rfc-status

Show RFC details or update RFC status through lifecycle

67%

rfc-specification

RFC (Request for Comments) specification writing with objective technical analysis. Use when creating technical specifications, design documents, or architecture proposals that require structured evaluation of options and trade-offs.

86%

portman

Port management for local development with git worktrees. Use when setting up local development environments, booking ports for services to avoid collisions between parallel worktrees, or configuring docker-compose with dynamic ports.

85%

mcp-architecture

MCP architecture patterns, security, and memory management. Auto-loads when building MCP servers, implementing tools/resources, discussing MCP security, or working with FastMCP.

78%

gcp-cloud

Google Cloud Platform infrastructure patterns and best practices. Use when designing or implementing GCP solutions including Compute Engine, Cloud Functions, Cloud Storage, and BigQuery.

73%

direnv

Direnv environment management for automatic per-project shell configuration. Use when setting up .envrc files, configuring project-specific environment variables, or integrating direnv with development tools like nix, asdf, pyenv, or nvm.

86%

dependency-alignment

Dependency version alignment and conflict resolution for parallel development. Use when extracting dependencies from Tech Specs to ensure version compatibility with existing project dependencies and transitive dependencies.

78%

dbt

dbt (data build tool) patterns for data transformation and analytics engineering. Use when building data models, implementing data quality tests, or managing data transformation pipelines.

81%

create-tech-spec

Create a new Technical Specification for implementation details

71%

create-rfc

Create a new RFC (Request for Comments) technical specification

77%

aws-cloud

AWS cloud infrastructure patterns and best practices. Use when designing or implementing AWS solutions including EC2, Lambda, S3, RDS, and infrastructure as code with Terraform or CloudFormation.

66%

ansible

Ansible automation and configuration management patterns. Use when writing Ansible playbooks, roles, or automating infrastructure configuration and deployment tasks.

86%

fetch-youtube-transcript

Download YouTube video transcripts as readable text files. Use when extracting transcripts from videos for analysis, documentation, or content review.

41%

tmux-init

Set up tmux notification system for Claude Code sessions

68%

sync-feedback

Review and sync captured feedback to Product Forge

67%

propose-project-learning

Propose additions to project CLAUDE.md based on session learnings

67%

propose-forge-improvement

Propose improvements or new components for Product Forge

59%

pattern-detection

Auto-detects reusable patterns, best practices, and automation opportunities during implementation. Recognizes repetitive structures and generalizable solutions that could become skills.

49%

mcp-setup

Set up and configure MCP (Model Context Protocol) servers with Claude Code. Use when the user wants to connect Claude Code to external tools, databases, APIs, or services via MCP. Handles HTTP, SSE, and stdio server configurations with proper authentication.

82%

integrate-command

Integrate a user or project command into Product Forge

59%

install-playwright-mcp

Install Playwright MCP server for browser automation in Claude Code

63%

install-lsp

Install and configure LSP (Language Server Protocol) for Claude Code to enable go-to-definition, find-references, and real-time diagnostics

66%

enable-feedback-hooks

Enable feedback capture hooks for the current project

59%

create-skill

Create a new Claude Code agent skill with proper folder structure and SKILL.md format. Use when the user wants to add a model-invoked skill that Claude uses autonomously based on context. Handles skill folder creation with SKILL.md and optional reference files.

78%

create-plugin

Create a new Claude Code plugin with proper directory structure and manifest. Use when the user wants to create a new plugin from scratch. Sets up plugin.json, directory structure, and optional components.

84%

create-command

Create a new Claude Code slash command with proper YAML frontmatter structure. Use when the user wants to add a custom slash command to a plugin. Handles command file creation with description, argument hints, allowed tools, and all advanced features.

80%

create-agent

Create a new Claude Code agent with proper YAML frontmatter structure. Use when the user wants to add a specialized agent to a plugin. Handles agent file creation with name, description, tools, model selection, and color configuration.

82%

copy-skill

Copy a skill from Product Forge to user or project level

67%

copy-command

Copy a command from Product Forge to user or project level

67%

copy-agent

Copy an agent from Product Forge to user or project level

69%

atlassian-attachments

Attach documents, screenshots, PDFs, and files to Jira issues and Confluence pages via REST API. Use when uploading evidence, documentation, or media to Atlassian products.

53%