Skip to content

Changelog

All notable changes to the Talent Factory Claude Plugins project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.4.0] - 2026-03-28

Added

  • education: FFHS Lecture Slides skill for reveal.js and PowerPoint presentation generation
  • education: Keywords for FFHS, presentations, and slides

Plugin Versions

Plugin Version
git-workflow 2.2.2
project-management 2.6.2
code-quality 3.0.2
education 1.4.0
core 3.1.3
obsidian 1.1.2
development 1.3.2
gemini-bridge 1.0.1

[1.3.1] - 2026-03-13

Changed

  • Marketplace version: 1.3.1
  • Frontmatter standardization: Normalized YAML frontmatter across all 38 agent and command files (field ordering, missing fields, data type corrections)
  • Language policy enforcement: Translated 13 German reference and skill documentation files to professional English
  • Agent tools format: Converted comma-separated tool strings to proper YAML arrays in 4 skill-builder agents
  • Category taxonomy: Unified develop β†’ development, project-task-management β†’ project
  • Version synchronization: Updated all README.md and docs/ files to match plugin.json versions

Plugin Versions

Plugin Version
git-workflow 2.2.2
project-management 2.6.2
code-quality 3.0.2
education 1.3.3
core 3.1.3
obsidian 1.1.2
development 1.3.2
gemini-bridge 1.0.1

Fixed

  • Git identity configuration in auto-tag GitHub Actions workflow
  • Gemini Bridge command and agent frontmatter errors
  • Silent None return in Gemini Bridge status endpoint
  • java-developer agent: Moved <example> blocks from frontmatter description to body

[Unreleased]

Added

  • Initial project setup with OpenSource best practices
  • Comprehensive documentation for contributors
  • GitHub Actions workflows for CI/CD
  • Branch protection guidelines and automation
  • Security policy and vulnerability reporting process

Plugins

project-management 2.5.0 (Minor Update)

  • 🧠 Added plugin orchestration to /project-management:implement-task (Superpowers brainstorm, agent routing, quality gate)
  • ⚑ Added skip options: --skip-brainstorm, --skip-quality-gate
  • πŸ“š Added reference documentation: agent-routing, context-analysis, quality-gate
  • Now includes 5 commands, 1 agent

git-workflow 2.2.0 (Minor Update)

  • ✨ Added /resolve-conflicts command for intelligent merge conflict resolution
  • πŸ“– Added comprehensive reference documentation (strategies, best practices, troubleshooting)
  • 🧠 Smart merge strategy with semantic code analysis
  • πŸ”€ Support for smart, ours, and theirs strategies
  • πŸ§ͺ Automated test and lint validation after resolution
  • Now includes 4 commands and 3 professional workflow skills

development 1.3.0 (Minor Update)

  • ✨ Added update-documents skill for documentation synchronization
  • πŸ“„ Syncs content between CLAUDE.md, README.md, and docs/
  • πŸ” Code block awareness to avoid false section detection
  • πŸ“ Auto-creation of missing sections in target files
  • Now includes 1 command, 1 agent, and 2 skills

core 3.1.0 (Minor Update)

  • ✨ Added pdf-to-markdown skill for PDF to Markdown conversion
  • πŸ“„ Dual-mode support: fast (PyMuPDF) and vision (Claude Code analysis)
  • πŸ” LaTeX umlaut correction (Β¨a β†’ Γ€, Β¨o β†’ ΓΆ, Β¨u β†’ ΓΌ)
  • πŸ‡¨πŸ‡­ Swiss German orthography (ß β†’ ss)
  • πŸ“Š Table recognition and code block detection
  • πŸ“š Added comprehensive guide in docs/guides/pdf-to-markdown.md
  • Now includes 7 commands, 2 skills, and 2 expert agents

git-workflow 2.1.0 (Minor Update)

  • ✨ Added post-merge-cleanup skill for automated branch cleanup after merge
  • Now includes 3 skills total

obsidian 1.1.1

  • πŸ”§ Patch release with minor improvements

education 1.3.1

  • πŸ”§ Patch release with minor improvements

development 1.2.1

  • πŸ”§ Java projects now always use Gradle Kotlin DSL (not Maven)
  • πŸ”§ Initial commit uses /git-workflow:commit
  • πŸ“š Clearer step-by-step instructions in skill

development 1.1.0 (NEW)

  • New plugin for expert development agents and project initialization
  • Added java-developer agent (moved from code-quality plugin)
  • Added /init-project command (moved from core plugin)
  • All documentation in professional English

code-quality 3.0.0 (Breaking Change)

  • Breaking: Moved java-developer agent to development plugin
  • Updated description and documentation

core 3.0.0 (Breaking Change)

  • Breaking: Moved /init-project command to development plugin
  • Updated documentation to English
  • Now includes 7 commands, 1 skill, and 2 expert agents

git-workflow 2.0.0 (Major Update)

  • ✨ Migrated comprehensive commands from dotfiles with full references
  • ✨ Added /pr-edit-history command for PR description tracking
  • ✨ Integrated professional-commit-workflow skill (~70% faster)
  • ✨ Integrated professional-pr-workflow skill
  • πŸ“š Added comprehensive reference documentation:
  • commit/best-practices.md - Commit quality guidelines
  • commit/commit-types.md - Complete emoji conventional commits
  • commit/pre-commit-checks.md - Automated validation details
  • commit/troubleshooting.md - Common issues and solutions
  • create-pr/code-formatting.md - Automatic formatting
  • create-pr/commit-workflow.md - Commit management in PRs
  • create-pr/pr-template.md - PR description structure
  • create-pr/troubleshooting.md - Common PR issues
  • πŸ”§ Enhanced pre-commit checks for Java, Python, React, Documentation
  • πŸ”§ Improved PR description generation from all commits
  • πŸ“– Extensive README with examples, best practices, and troubleshooting

project-management 2.2.0 (Major Update)

  • ✨ Added /create-plan command with Linear integration and task breakdown
  • ✨ Added /implement-task command with git worktree workflow
  • ✨ Added /update-task command for task status updates
  • ✨ Enhanced /create-prd with comprehensive templates
  • πŸ“š Added comprehensive reference documentation (13 files):
  • create-prd/best-practices.md - PRD quality guidelines
  • create-prd/sections-guide.md - Detailed section templates
  • create-prd/templates.md - Ready-to-use templates
  • create-plan/agent-mapping.md - Agent selection guidelines
  • create-plan/best-practices.md - Planning methodologies
  • create-plan/filesystem.md - File-based plan storage
  • create-plan/linear-integration.md - Linear API usage
  • create-plan/task-breakdown.md - Task decomposition
  • implement-task/best-practices.md - Implementation guidelines
  • implement-task/filesystem.md - Task file management
  • implement-task/linear.md - Linear integration
  • implement-task/troubleshooting.md - Common issues
  • implement-task/workflow.md - Complete workflow guide
  • πŸ”— Integrated Linear API for issue synchronization
  • 🌲 Added git worktree support for isolated development
  • πŸ“– Extensive README with workflow examples and Linear setup

core 2.1.0 (Major Update)

  • ✨ Added /check command for project validation without commits
  • ✨ Added /create-command for pattern-based command generation
  • ✨ Added /init-project for OpenSource project initialization
  • ✨ Added /run-ci for local CI execution with auto-fix
  • πŸ€– Added agent-expert agent for agent design and optimization
  • πŸ€– Added command-expert agent for CLI development
  • πŸ€– Added skill-builder agent system (4 specialized agents):
  • skill-elicitation-agent - Requirements gathering
  • skill-generator-agent - Code generation
  • skill-validator-agent - Testing and validation
  • skill-documenter-agent - Documentation creation
  • 🎨 Added humanizer skill for text humanization and AI writing improvement
  • πŸ”§ Enhanced /check-commands with best practices validation
  • πŸ”§ Enhanced /check-agents with color attribute checking
  • πŸ”§ Enhanced /build-skill with elicitation-driven development
  • πŸ”§ Enhanced /package-skill with dependency checking
  • πŸ“– Extensive README with 8 commands, 3 agents, and 1 skill

code-quality 2.0.0 (Major Update)

  • ✨ Added /ruff-check command for Python linting with Ruff
  • πŸ€– Added code-reviewer agent for proactive code reviews
  • πŸ€– Added python-expert agent for idiomatic Python development
  • πŸ€– Added java-developer agent for modern Java/Spring Boot
  • πŸ€– Added frontend-developer agent for Next.js/React/Tailwind

education 1.1.0

  • πŸ€– Added markdown-syntax-formatter agent for Markdown formatting
  • πŸ“š Converts visually formatted text to proper Markdown syntax
  • βœ… Fixes formatting issues (lists, headings, code blocks, emphasis)

obsidian 1.0.1

  • ✨ Initial release with TaskNotes Plugin API integration
  • 🎯 Task management via natural language (German/English)
  • πŸ“ List, create, update, and delete tasks in Obsidian
  • πŸ’‘ Work recommendations based on task priorities
  • πŸ”— Direct integration with Obsidian vault via HTTP API
  • πŸ› οΈ CLI commands for task management
  • πŸ“– Comprehensive documentation with setup guide

Infrastructure

  • GitHub Issue templates (bug report, feature request)
  • Pull Request template with comprehensive checklist
  • Automated PR labeling based on content and size
  • Stale issue and PR management
  • First-time contributor greeting workflow
  • Branch protection validation workflow
  • Plugin validation and testing workflow
  • Security scanning integration
  • Markdown link checking

Documentation

  • CODE_OF_CONDUCT.md with contact information
  • SECURITY.md with security policies and reporting
  • CONTRIBUTING.md with detailed contribution guidelines
  • Plugin Development Guide (docs/PLUGIN_DEVELOPMENT.md)
  • Branch Protection Setup Guide (.github/BRANCH_PROTECTION_SETUP.md)
  • Enhanced .gitignore for better exclusions

Configuration

  • GitHub labeler configuration
  • Markdown link check configuration
  • Funding configuration (prepared for future use)

[2.6.0] - 2026-02-27

Added

  • project-management: New /project-management:init-task command for single-task creation with duplicate detection, ATOMIC validation, and mandatory Definition of Done
  • project-management: Task template reference with extended metadata fields (Type, Plan, Definition of Done)
  • project-management: Duplicate detection reference with cross-provider search (filesystem + Linear)
  • project-management: Validation rules reference with ATOMIC criteria enforcement

Version Format

Versions follow semantic versioning (MAJOR.MINOR.PATCH):

  • MAJOR: Breaking changes
  • MINOR: New features, backwards compatible
  • PATCH: Bug fixes, backwards compatible

Categories

Changes are grouped by category:

  • Added: New features
  • Changed: Changes to existing functionality
  • Deprecated: Features that will be removed
  • Removed: Removed features
  • Fixed: Bug fixes
  • Security: Security improvements
  • Infrastructure: CI/CD, tooling, and infrastructure changes
  • Documentation: Documentation updates

For plugin-specific changelogs, see individual plugin README files.