Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
138 commits
Select commit Hold shift + click to select a range
1cc9259
refactor: remove session-start hook in favor of orchestrator mode
jpicklyk Nov 5, 2025
bb3d7d6
refactor: remove Skills, Agents, Plugin, and redundant tools (18 → 12…
jpicklyk Feb 6, 2026
395effa
feat: add request_transition tool for trigger-based status changes
jpicklyk Feb 6, 2026
7b1833d
feat: add semantic status roles to workflow config
jpicklyk Feb 6, 2026
86ba3d1
docs: simplify CLAUDE.md to reflect 12-tool architecture
jpicklyk Feb 6, 2026
aeb8a74
chore: post-simplification cleanup after 18→12 tool refactor
jpicklyk Feb 6, 2026
beb87f5
refactor: realign built-in templates to set documentation floor, not …
jpicklyk Feb 6, 2026
33299f2
feat: add Claude Code plugin with skills, hooks, and marketplace inte…
jpicklyk Feb 6, 2026
cfced05
feat: add orchestrator output style supporting subagents and agent teams
jpicklyk Feb 6, 2026
8e0187f
feat: add task-mirroring skill and enforce MCP→CC display sync in out…
jpicklyk Feb 6, 2026
69d5af1
refactor: reinforce critical skill behaviors in orchestrator output s…
jpicklyk Feb 6, 2026
ac0f959
feat: auto-delete child tasks when feature reaches terminal status
jpicklyk Feb 6, 2026
4158fec
chore: move workflow config out of resources/claude, remove stale docs
jpicklyk Feb 6, 2026
9bd29eb
refactor: overhaul Docker infrastructure for security, performance, a…
jpicklyk Feb 6, 2026
c931e64
feat: upgrade MCP Kotlin SDK from 0.7.4 to 0.8.3
jpicklyk Feb 6, 2026
5d86e77
fix: resolve Docker build failures for AL2023 headless runtime image
jpicklyk Feb 6, 2026
27b04fc
fix: upgrade logback from 1.5.13 to 1.5.28 (CVE-2025-11226)
jpicklyk Feb 6, 2026
c58a481
fix: correct extraKnownMarketplaces source format to use object
jpicklyk Feb 7, 2026
8ed21d8
docs: update CLAUDE.md with accurate project info
jpicklyk Feb 7, 2026
a28c87a
docs: rewrite Quick Start and fix README inaccuracies
jpicklyk Feb 7, 2026
dd30be4
fix: fall back to bundled default-config.yaml when user config missing
jpicklyk Feb 7, 2026
32198ae
docs: comprehensive audit and fix of all 13 MCP tool documentation files
jpicklyk Feb 7, 2026
72ffbef
fix: plugin manifest and marketplace configuration for proper discovery
jpicklyk Feb 7, 2026
aa6b92b
fix: remove incorrect deprecation notices and fix stale tool references
jpicklyk Feb 8, 2026
abd6642
feat: add planning workflow hooks for MCP Task Orchestrator integration
jpicklyk Feb 8, 2026
9db1a8c
fix: CRLF line endings in hook scripts causing hook errors
jpicklyk Feb 8, 2026
0fec866
fix: SessionStart hook fires on compaction, derailing in-progress work
jpicklyk Feb 8, 2026
cd020ed
feat: add role-aware status transitions with bidirectional CC-MCP tas…
jpicklyk Feb 8, 2026
5ef99c1
refactor: reduce output style and skill token overhead by deduplicati…
jpicklyk Feb 8, 2026
80e4c57
feat: add 3 automation hooks, 2 new skills, and strip tool-doc duplic…
jpicklyk Feb 8, 2026
a51d60d
feat: add completion gate verification with requiresVerification flag
jpicklyk Feb 10, 2026
9ca7de0
feat: add 4 composable planning templates with signal-based auto-sizing
jpicklyk Feb 10, 2026
7e1f85e
fix: correct hook JSON response formats per Claude Code docs
jpicklyk Feb 10, 2026
01ca8e7
feat: report newly unblocked tasks in request_transition response
jpicklyk Feb 10, 2026
7cba578
fix: skip terminal tasks in mirroring and refresh docs
jpicklyk Feb 10, 2026
f747400
feat: add visual formatting tiers and MCP bulk delegation rules to or…
jpicklyk Feb 11, 2026
10fbfb5
refactor: remove task mirroring, restructure plugin output style, rel…
jpicklyk Feb 11, 2026
63500fb
feat: add MCP 2025-11-25 structured content, tool annotations, and us…
jpicklyk Feb 11, 2026
e62651c
fix: align outputSchema with structuredContent and preserve error det…
jpicklyk Feb 11, 2026
8a7c4fe
fix: disable MCP 2025-11-25 tool registration fields that break Claud…
jpicklyk Feb 11, 2026
f666f18
feat: include per-feature taskCounts in project overview response
jpicklyk Feb 11, 2026
dd07011
refactor: simplify session start to use /project-summary skill
jpicklyk Feb 11, 2026
d014528
refactor: make CC tasks the default session progress tracker
jpicklyk Feb 11, 2026
bc19ed9
refactor: remove stale Workflow Prompts references, add request_trans…
jpicklyk Feb 11, 2026
9d5938a
refactor: remove dead plugin hook scripts superseded by output style …
jpicklyk Feb 11, 2026
44c22b3
fix: downgrade jvmToolchain to 21 for Docker container compatibility
jpicklyk Feb 11, 2026
6cb363c
fix: treat cancelled tasks as terminal and enforce validation on upda…
jpicklyk Feb 12, 2026
392bef9
feat: add role-aware taskCounts with byStatus annotations and byRole …
jpicklyk Feb 12, 2026
5142d4a
feat: restore planning hooks for MCP container materialization
jpicklyk Feb 12, 2026
263612d
fix: drop bash prefix from plugin hook commands for reliable execution
jpicklyk Feb 12, 2026
d6100f0
feat: add workflow enforcement hooks for status discipline and subage…
jpicklyk Feb 12, 2026
9dd3e03
feat: add status transition validation and cascade detection to bulkU…
jpicklyk Feb 12, 2026
be04656
fix: cascade-delete child entities on force-delete of features and pr…
jpicklyk Feb 12, 2026
3e49ea1
feat: consolidate dependency tools with bulk creation and graph trave…
jpicklyk Feb 12, 2026
e49cf9b
feat: add graceful shutdown with signal handling and cleanup coordina…
jpicklyk Feb 12, 2026
efaaad0
feat: add batch transitions and embedded readiness to request_transition
jpicklyk Feb 12, 2026
d381569
feat: enforce materialize-before-implement sequencing in planning wor…
jpicklyk Feb 12, 2026
053dbf2
refactor: collapse completed features in project-summary dashboard
jpicklyk Feb 13, 2026
5f0499b
refactor: show only count for completed features in project-summary
jpicklyk Feb 13, 2026
5173fe5
docs: add cascade lifecycle prerequisites to status-progression and a…
jpicklyk Feb 13, 2026
9fe81e1
docs: add pre-existing container guidance to pre-planning hook
jpicklyk Feb 13, 2026
7316abc
docs: refresh status-progression.md and api-reference.md for overhaul…
jpicklyk Feb 13, 2026
5ff2367
feat: auto-apply cascade events in request_transition
jpicklyk Feb 13, 2026
3d954e0
feat: add setup-instructions skill, server.instructions, and close 8 …
jpicklyk Feb 13, 2026
0071917
feat!: manage_container v2 — always-array API with 3 operations
jpicklyk Feb 13, 2026
93b2bf6
fix: request_transition userSummary crash on single-entity summary field
jpicklyk Feb 13, 2026
b8a14b9
docs: manage_dependencies — remove legacy single-create from schema
jpicklyk Feb 13, 2026
9167894
docs: update all MCP resource and skill examples to v2 API format
jpicklyk Feb 13, 2026
8e96f94
docs: synchronize all documentation with v2 API format
jpicklyk Feb 13, 2026
715c24d
feat: genericize setup instructions and add SessionStart enforcement …
jpicklyk Feb 13, 2026
9bd0d4e
fix: correct Jekyll config theme key and stale nav reference
jpicklyk Feb 13, 2026
4b39538
refactor: consolidate WorkflowService into CascadeService
jpicklyk Feb 13, 2026
96eaba1
test: comprehensive workflow configuration test coverage (+51 tests)
jpicklyk Feb 13, 2026
fc8c5e5
refactor: convert plugin hook scripts from bash to Node.js
jpicklyk Feb 14, 2026
7045de2
fix: add missing hookEventName to SessionStart hook output
jpicklyk Feb 14, 2026
7d473f6
docs: update stale KDoc references from WorkflowService to CascadeSer…
jpicklyk Feb 14, 2026
7ddea52
feat: add status, priority, and tags filters to overview queries
jpicklyk Feb 14, 2026
69da6b8
fix: reject TEMPLATE and SECTION entityType in manage_sections
jpicklyk Feb 14, 2026
5a710a3
feat: simplify default task flow to 3 statuses, add with_testing_flow
jpicklyk Feb 14, 2026
41d5df6
docs: update status-progression guide for simplified default flow
jpicklyk Feb 14, 2026
f5765c2
feat: update plugin for simplified flow, transition guidance, and aut…
jpicklyk Feb 14, 2026
dc9c473
docs: fix stale dependency tool references in architecture and changelog
jpicklyk Feb 14, 2026
819f16a
feat: add role-based workflow progression with dependency gating, que…
jpicklyk Feb 14, 2026
c1369af
feat: update plugin skills, hooks, output styles, and setup resource …
jpicklyk Feb 14, 2026
b39abf6
feat: replace broken transitions resource with query_role_transitions…
jpicklyk Feb 15, 2026
c086473
docs: rewrite architecture guide for v2.0 with client/server separation
jpicklyk Feb 15, 2026
7781990
docs: remove obsolete subagent-template.md and fix reference
jpicklyk Feb 15, 2026
07439d6
fix: resolve 3 role-based dependency gating bugs found during probing
jpicklyk Feb 15, 2026
673de09
fix: resolve 4 remaining issues from role-based dependency gating pro…
jpicklyk Feb 15, 2026
0b53333
docs: add tight coupling documentation and version sync test
jpicklyk Feb 15, 2026
2bdc00c
fix: cascade step-by-step advancement, complete trigger gating, and t…
jpicklyk Feb 16, 2026
fc5d769
test: add 6 semantic role-tag validation tests for template sections
jpicklyk Feb 16, 2026
b2c5c07
fix: restore acceptance-criteria tag on Must-Have Requirements with r…
jpicklyk Feb 16, 2026
9d95bdf
feat: add current (v3) module with unified WorkItem model and 10 MCP …
jpicklyk Feb 17, 2026
1b6383c
feat: complete v3 Phase 2 — advance_item tool, note schema gates, mod…
jpicklyk Feb 17, 2026
d5bb903
feat: add v3 Phase 3 & 4 — compound operations, context delivery, and…
jpicklyk Feb 17, 2026
f549c35
fix: add true DB transaction atomicity to create_work_tree via infras…
jpicklyk Feb 17, 2026
573b606
feat: add Docker v2/v3 architecture switch with multi-stage Dockerfile
jpicklyk Feb 17, 2026
3fbeb20
chore: update marketplace to list both current and clockwork plugins
jpicklyk Feb 17, 2026
718e770
docs: add CLAUDE.md to claude-plugins/ enforcing version bump discipline
jpicklyk Feb 17, 2026
705d5f2
chore: rename current plugin to 'current' and fix stale doc link
jpicklyk Feb 17, 2026
528adb9
fix: correct plugin manifest paths and bump current plugin to 1.0.1
jpicklyk Feb 17, 2026
5cc27cd
fix: convert current plugin hooks to object schema, bump to 1.0.2
jpicklyk Feb 17, 2026
60bdb1f
feat: remove stop hook and add model selection guidance to current-an…
jpicklyk Feb 17, 2026
e81ea3a
feat: add start cascade — parent auto-advances when first child starts
jpicklyk Feb 17, 2026
2fef5dc
fix: remove trailing comma in hooks-config.json, bump current plugin …
jpicklyk Feb 17, 2026
2b47223
refactor: rewrite cascade detection as pure role-based logic
jpicklyk Feb 17, 2026
6a8c489
feat: rename project-summary to work-summary, redesign activity-first…
jpicklyk Feb 17, 2026
69900fe
fix: resolve 6 v3 bugs and tighten WorkItem field validation
jpicklyk Feb 18, 2026
b3a807f
feat: add graph-aware response design — includeAncestors/includeChildren
jpicklyk Feb 18, 2026
bd503bc
fix: manage_items(create) returns tags and expectedNotes from schema
jpicklyk Feb 18, 2026
0f8b2eb
fix: resolve 4 friction observations — pagination, error detail, user…
jpicklyk Feb 18, 2026
e2c7adc
feat: add recursive delete to manage_items — cascade subtree deletion
jpicklyk Feb 18, 2026
4e07600
feat(plugin): improve work-summary dashboard — collapse, filter, clea…
jpicklyk Feb 18, 2026
c5832f6
fix: surface error details in userSummary + fix SetupVersionSyncTest …
jpicklyk Feb 18, 2026
736d07a
refactor: archive Clockwork (v2) as :clockwork Gradle submodule
jpicklyk Feb 18, 2026
b5e4b19
docs: archive v2 docs into clockwork/; write fresh v3 docs under curr…
jpicklyk Feb 18, 2026
d64e85c
feat: add HTTP transport support, update deploy skill, and bump plugi…
jpicklyk Feb 18, 2026
0692740
docs: overhaul README for v3 (Current) architecture
jpicklyk Feb 18, 2026
2240a01
fix: harden SQLite and repository layer for multi-process production use
jpicklyk Feb 18, 2026
b68664c
fix: return consistent batch failures shape from manage_dependencies(…
jpicklyk Feb 18, 2026
5bd640f
fix: close PRAGMA statement in setupConnection to prevent SQLITE_BUSY
jpicklyk Feb 18, 2026
612617e
feat: add create-item skill with container-anchored work item creation
jpicklyk Feb 18, 2026
e9994c4
docs: fix HIGH severity discrepancies from v3 tool audit
jpicklyk Feb 18, 2026
94432cc
docs: fix MEDIUM and LOW severity discrepancies from v3 tool audit
jpicklyk Feb 19, 2026
aae12ef
chore: bump version to 2.0.0 and add CHANGELOG entry
jpicklyk Feb 19, 2026
0d20ab9
fix: prevent CPU busy-spin in StdioServerTransport when read() returns 0
jpicklyk Feb 19, 2026
245ccb8
fix: add version.properties to Docker build context
jpicklyk Feb 19, 2026
b08daad
feat: trunk-based release versioning with /bump-version skill
jpicklyk Feb 19, 2026
3f183d1
fix: detect and break parent cycles in findAncestorChains BFS
jpicklyk Feb 19, 2026
b8005d3
fix: add guards against circular parentId references
jpicklyk Feb 19, 2026
b6a6d48
release: bump to v2.0.1 and clean up changelog for greenfield v3 release
jpicklyk Feb 19, 2026
f062dc4
fix: correct README docker image tags and version badge; update bump-…
jpicklyk Feb 19, 2026
463e615
docs: restructure Quick Start with explicit docker pull step
jpicklyk Feb 19, 2026
f8b3e1c
docs: simplify default docker config; move project mount to advanced …
jpicklyk Feb 19, 2026
8442f97
docs: scope config mount to .taskorchestrator/ only — not entire project
jpicklyk Feb 19, 2026
4739598
docs: audit and fix all project mount references across docs
jpicklyk Feb 19, 2026
6e99984
docs: trim README — remove padding sections, collapse marketing copy
jpicklyk Feb 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28 changes: 22 additions & 6 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
{
"name": "task-orchestrator-marketplace",
"owner": {
"name": "Task Orchestrator",
"url": "https://github.com/jpicklyk/task-orchestrator"
"name": "Jeff Picklyk"
},
"metadata": {
"description": "MCP Task Orchestrator - Hierarchical task management with AI workflows",
"version": "2.0.0"
},
"plugins": [
{
"name": "task-orchestrator",
"name": "current",
"version": "1.0.14",
"description": "Skills, hooks, and workflows for Current (v3) MCP Task Orchestrator. Schema-aware context, note-driven workflow, and thin session hooks.",
"author": {
"name": "Jeff Picklyk",
"url": "https://github.com/jpicklyk"
},
"homepage": "https://github.com/jpicklyk/task-orchestrator",
"repository": "https://github.com/jpicklyk/task-orchestrator",
"license": "MIT",
"keywords": ["task-management", "project-management", "workflow", "mcp", "ai-orchestration"],
"category": "productivity",
"tags": ["tasks", "features", "projects", "dependencies", "workflows", "v3", "current"],
"source": "./claude-plugins/current",
"strict": true
},
{
"name": "clockwork",
"version": "2.0.0",
"description": "Comprehensive task management with Projects → Features → Tasks hierarchy, dependency tracking, templates, and AI workflow automation",
"description": "Skills, hooks, and workflows for Clockwork (v2) MCP Task Orchestrator. Legacy plugin — use current-task-orchestrator for new projects.",
"author": {
"name": "Jeff Picklyk",
"url": "https://github.com/jpicklyk"
Expand All @@ -22,8 +38,8 @@
"license": "MIT",
"keywords": ["task-management", "project-management", "workflow", "mcp", "ai-orchestration"],
"category": "productivity",
"tags": ["tasks", "features", "projects", "dependencies", "templates", "workflows"],
"source": "./claude-plugins/task-orchestrator",
"tags": ["tasks", "features", "projects", "dependencies", "templates", "workflows", "v2", "clockwork"],
"source": "./claude-plugins/clockwork",
"strict": true
}
]
Expand Down
Loading
Loading