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-developeragent: 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-conflictscommand for intelligent merge conflict resolution - π Added comprehensive reference documentation (strategies, best practices, troubleshooting)
- π§ Smart merge strategy with semantic code analysis
- π Support for
smart,ours, andtheirsstrategies - π§ͺ Automated test and lint validation after resolution
- Now includes 4 commands and 3 professional workflow skills
development 1.3.0 (Minor Update)¶
- β¨ Added
update-documentsskill 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-markdownskill 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-cleanupskill 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-developeragent (moved from code-quality plugin) - Added
/init-projectcommand (moved from core plugin) - All documentation in professional English
code-quality 3.0.0 (Breaking Change)¶
- Breaking: Moved
java-developeragent to development plugin - Updated description and documentation
core 3.0.0 (Breaking Change)¶
- Breaking: Moved
/init-projectcommand 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-historycommand 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-plancommand with Linear integration and task breakdown - β¨ Added
/implement-taskcommand with git worktree workflow - β¨ Added
/update-taskcommand for task status updates - β¨ Enhanced
/create-prdwith 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
/checkcommand for project validation without commits - β¨ Added
/create-commandfor pattern-based command generation - β¨ Added
/init-projectfor OpenSource project initialization - β¨ Added
/run-cifor 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-commandswith best practices validation - π§ Enhanced
/check-agentswith color attribute checking - π§ Enhanced
/build-skillwith elicitation-driven development - π§ Enhanced
/package-skillwith dependency checking - π Extensive README with 8 commands, 3 agents, and 1 skill
code-quality 2.0.0 (Major Update)¶
- β¨ Added
/ruff-checkcommand 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-taskcommand 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
Links¶
For plugin-specific changelogs, see individual plugin README files.