619 Commits

Author SHA1 Message Date
Giuseppe fe73fb33a0 chore: bump version to 4.0.1 for all developer kit plugins v4.0.1 2026-09-10 13:05:30 +02:00
Giuseppe Trisciuoglio b251349a59 Merge pull request #206 from zernie/fix/subagent-askuserquestion
Drop AskUserQuestion from two subagent tool contracts
2026-09-10 12:44:37 +02:00
Claude 67d82e3e19 fix: drop AskUserQuestion from two subagent tool contracts
Claude Code withholds AskUserQuestion from a subagent unconditionally,
so listing it in these two agents' tool contracts grants nothing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-07 22:34:29 +00:00
Giuseppe Trisciuoglio 50f0b945bd Merge pull request #203 from giuseppe-trisciuoglio/refactor/remove-developer-specs-kit
refactor: remove developer-kit-specs plugin (migrated to pi-specs-kit)
v4.0.0
2026-08-18 14:31:03 +02:00
Giuseppe d3493b96a6 chore: bump version to 4.0.0 for developer-kit-specs removal 2026-08-18 11:54:46 +02:00
Giuseppe cb0a0c650d refactor: remove developer-kit-specs plugin (migrated to pi-specs-kit) 2026-08-18 11:30:39 +02:00
Giuseppe 306f428f27 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	.claude-plugin/marketplace.json
#	CHANGELOG.md
#	plugins/developer-kit-ai/.claude-plugin/plugin.json
#	plugins/developer-kit-aws/.claude-plugin/plugin.json
#	plugins/developer-kit-core/.claude-plugin/plugin.json
#	plugins/developer-kit-devops/.claude-plugin/plugin.json
#	plugins/developer-kit-java/.claude-plugin/plugin.json
#	plugins/developer-kit-php/.claude-plugin/plugin.json
#	plugins/developer-kit-project-management/.claude-plugin/plugin.json
#	plugins/developer-kit-python/.claude-plugin/plugin.json
#	plugins/developer-kit-specs/.claude-plugin/plugin.json
#	plugins/developer-kit-tools/.claude-plugin/plugin.json
#	plugins/developer-kit-typescript/.claude-plugin/plugin.json
#	plugins/github-spec-kit/.claude-plugin/plugin.json
#	tile.json
v3.1.0
2026-06-22 12:01:20 +02:00
Giuseppe ad8d9c1df7 chore: update CHANGELOG for version 3.1.0 with new features and fixes 2026-06-15 15:21:20 +02:00
Giuseppe f50daa75a8 chore: bump version to 3.1.0 for all developer kit components 2026-06-15 15:04:27 +02:00
Giuseppe 34478c222f fix(specs): update review report path in task implementation and review documentation 2026-06-15 15:00:40 +02:00
Giuseppe f89ea561be feat(specs): add pr-review-comments skill for posting review findings as inline comments on GitHub PRs 2026-06-15 15:00:28 +02:00
Giuseppe Trisciuoglio f125b1c3cd Merge pull request #197 from giuseppe-trisciuoglio/hotfix/3.0.1
security(typescript): remove phantom package reference in dependency security guide
v3.0.1
2026-06-06 14:26:47 +02:00
Giuseppe f6110879f9 security(typescript): remove phantom package reference in dependency security guide
Replaced unclaimed @my-org/internal-lib example with real, claimed
scope (@microsoft) and explicit example disclaimer. Added guidance
to never reference unclaimed package names in documentation.

Reported by Noam at Blue Bear Security.

Bumps version to 3.0.1.
2026-06-05 10:34:46 +02:00
Giuseppe 3b7c61e1f3 feat(specs): add specs.explore command for codebase investigation and analysis 2026-06-05 10:21:29 +02:00
Giuseppe ed2e3e1a3d feat(specs): add brainstorm prompt optimizer skill for transforming raw ideas into structured prompts 2026-06-01 16:50:07 +02:00
Giuseppe 63f4e2f5a3 feat(specs): add brainstorm prompt optimizer skill for transforming raw ideas into structured prompts 2026-06-01 16:50:01 +02:00
Giuseppe d5e0ae4a70 feat(specs): add skills reference guide for test execution patterns across various frameworks 2026-06-01 16:49:44 +02:00
Giuseppe Trisciuoglio 342f4654ea Merge pull request #195 from giuseppe-trisciuoglio/feature/anti-drift-workflow-v2
Refactor SDD Workflow
v3.0.0
2026-05-22 13:00:27 +02:00
Giuseppe 373aed3794 fix(specs): resolve skill-validator errors
- constitution SKILL.md: add missing ## Overview and ## Examples sections
- architecture.md: wrap @Autowired and @Transactional in inline code
- security-patterns.md: rewrite to fix unclosed fenced code block
- Remove emoji/check marks that may cause parsing issues

All 777 files now pass validation with 10 warnings (acceptable).
2026-05-22 12:57:59 +02:00
Giuseppe 994edb5d19 Merge branch 'feature/anti-drift-workflow-v2' of https://github.com/giuseppe-trisciuoglio/developer-kit into feature/anti-drift-workflow-v2 2026-05-22 12:54:18 +02:00
Giuseppe d5e31905c2 fix(specs): fix command names in docs & restructure constitution skill for v3.0 migration 2026-05-22 12:53:49 +02:00
Giuseppe e8b79b4ea6 fix: correct command names in documentation (spec-sync-with-code → specs.sync)
- CHANGELOG: fix migration mapping table
- README (all 4 languages): fix command reference
- examples/AGENTS.md: fix command references

This command was renamed from spec-sync-with-code to specs.sync in v3.0.
2026-05-22 12:51:03 +02:00
Giuseppe f36f7cc1a4 fix(specs): address PR #195 review issues
- constitution skill: restructure to meet skill size limits (160 lines, ~1800 tokens)
- move templates/ to references/ (allowed subdirectory)
- add missing sections: Constraints and Warnings, Best Practices
- add all reference files for progressive disclosure
- CHANGELOG: add Migration from v2.x to v3.0 section
- command mapping table for removed/renamed commands
- migration steps for users upgrading from v2.x

Fixes skill-validator warnings:
- SKILL.md too long (965 lines → 160 lines)
- SKILL.md too many tokens (9358 → ~1800)
- SKILL.md too large (36930 chars → ~5500)
- Missing '## Constraints and Warnings'
- Missing '## Best Practices'
- Non-standard directory 'templates/'
2026-05-22 12:47:21 +02:00
Giuseppe 49e7d593b9 feat(specs): enhance template lookup order for functional, change, bug fix, and architecture specifications 2026-05-22 11:36:04 +02:00
Giuseppe 169d6d3a41 fix(global): update template copying logic for skills and improve description clarity in brainstorming spec 2026-05-19 17:41:23 +02:00
Giuseppe bce505c89c feat(specs): update task file population and review templates for improved clarity 2026-05-18 19:59:03 +02:00
Giuseppe 582b9a6de7 fix(specs): added ac-mapping in frontmatter on tasks 2026-05-14 14:10:04 +02:00
Giuseppe Trisciuoglio ebebc3744a fix(global): command for installing specs skills on project 2026-05-11 22:05:39 +02:00
Giuseppe Trisciuoglio 351a158f50 feat: add acceptance criteria taxonomy and 60% rule for improved specification clarity 2026-05-10 22:11:50 +02:00
Giuseppe Trisciuoglio 416a9364db feat: improve task path derivation and spec population logic in argument parsing 2026-05-10 19:24:51 +02:00
Giuseppe Trisciuoglio f26f132b39 feat: enhance task status detection and add 'superseded' state 2026-05-10 19:19:48 +02:00
Giuseppe Trisciuoglio ed1bffd758 feat: implement action routing for task workflows and enhance date field type validation 2026-05-10 18:57:41 +02:00
Giuseppe Trisciuoglio 7dbee43817 feat: enhance task lifecycle and argument parsing for improved state management and spec handling 2026-05-10 18:47:49 +02:00
Giuseppe Trisciuoglio e875e0ce1c chore: update version to 3.0.0 for all developer kit components 2026-05-10 18:27:28 +02:00
Giuseppe Trisciuoglio f5afb84f7e feat(specs): update command references to use specs.sync for synchronization 2026-05-10 18:24:37 +02:00
Giuseppe Trisciuoglio 933bb77e00 feat(specs): update command references and add new specifications for change and technical planning 2026-05-10 17:16:18 +02:00
Giuseppe Trisciuoglio 4b643c18b8 feat: rename spec-quality-check to spec-check, integrate [needs clarification] pattern 2026-05-10 11:38:33 +02:00
giuseppe-trisciuoglio 0fb053b6e5 chore: migration v3.2 - cleanup orphan files and obsolete references 2026-05-09 12:16:58 -04:00
giuseppe-trisciuoglio 49f09725d3 chore: apply Migration Plan v3.1 (Structural Simplification) 2026-05-08 16:42:01 -04:00
giuseppe-trisciuoglio cda819635a docs: add CHANGELOG-v3.md and update documentation for v3.0 2026-05-08 12:53:53 -04:00
giuseppe-trisciuoglio 17485338f4 chore: apply Migration Plan v3.0 (remove Drift Guard, TDD, KPI, Session Tracking) 2026-05-08 12:53:40 -04:00
giuseppe-trisciuoglio 07c44e4621 refactor: move CHANGELOG-v2.md to specs plugin directory 2026-05-08 09:03:29 -04:00
giuseppe-trisciuoglio 77f89100b7 refactor: remove (NEW) markers from spec commands 2026-05-08 08:41:12 -04:00
giuseppe-trisciuoglio 109e7455c7 docs: add ADR-039 example for git worktree management 2026-05-08 08:13:32 -04:00
giuseppe-trisciuoglio b202c728b2 feat: implement Anti-Drift Workflow v2.0 2026-05-08 08:07:54 -04:00
Giuseppe Trisciuoglio d9b2de50c6 Merge pull request #194 from giuseppe-trisciuoglio/develop
Release v2.8.2
v2.8.2
2026-05-04 17:27:53 +02:00
Giuseppe Trisciuoglio 0e0f81dc7d fix(specs): enhance ralph loop documentation with usage examples and detailed descriptions 2026-05-04 13:47:07 +02:00
Giuseppe Trisciuoglio 4b934b34a9 chore: update version to 2.8.2 for all marketplace and plugin components 2026-05-04 13:05:30 +02:00
Giuseppe Trisciuoglio a2c0b0989f feat(global): add bug-fix-brief skill for structured bug documentation 2026-05-02 15:22:39 +02:00
Giuseppe Trisciuoglio d6d8fd9362 feat(specs): add create-pr-from-spec skill and update configuration 2026-05-01 15:59:45 +02:00