Commit cdea70f
feat(plugin): overhaul skills, hooks, and docs for Claude plugin v2.3.5 (#41)
* release: bump to v2.0.3
* fix: bump plugin version to 2.0.14 to bust marketplace cache
Aligns plugin version with MCP server v2.x major version line and
forces Claude Code to re-fetch updated marketplace listing (removes
stale clockwork/current dual-plugin view from cached installs).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: overhaul CLAUDE.md for v3 accuracy and token efficiency
- Remove stale v2/Clockwork content (wrong tool names, wrong paths, wrong architecture)
- Update all source paths to current/ module (io.github.jpicklyk.mcptask.current)
- Remove MCP tool documentation (covered by tool descriptions at session start)
- Remove sections Claude can infer from code (design patterns, version format, etc.)
- Reduce from 443 lines (~5,500 tokens) to 161 lines (~1,700 tokens) — 69% reduction
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: add per-project data isolation section to README
Explains how to scope the Docker volume name per project for isolated
SQLite databases, and recommends combining it with the per-project .mcp.json.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat(plugin): add dependency-manager, batch-complete, and note-viewer skills
Three new plugin skills covering the remaining MCP tool surface gaps:
- dependency-manager: visualize, create, delete, and diagnose dependencies
- batch-complete: bulk complete/cancel item trees with gate checking
- note-viewer: read, edit, and create notes with gate-aware reporting
Also polishes existing skills (create-item, schema-builder, status-progression,
work-summary) with expanded troubleshooting, argument-hints, and trigger phrases.
Renames skill files from skill.md to SKILL.md for consistency. Adds quick-start
skill and schema-builder reference examples. Bumps plugin version to 2.2.0.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: rewrite quick-start for Claude Code users
Reframe from API reference to product walkthrough: conversational
examples first, tool calls second. Promote plugin from optional Step 5
to recommended Step 4. Add plan-mode pipeline diagram (Step 5) and
session resume section (Step 7). Fix note schema YAML to correct
map-key format. Update skills table to current 8 skills.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat(plugin): overhaul plugin skills and hooks for v2.3.5
- Extract pre-plan and post-plan hooks into internal skills
(user-invocable: false) for maintainability
- Add definition floor concept to pre-plan workflow — agent reads
config.yaml for schema discovery before writing plans
- Remove manage-notes skill (agent-only concern, not user-facing)
- Fill schema discovery gap in create-item (schema-aware tagging
with default fallback) and post-plan-workflow (tag at materialization)
- Rename schema-builder to manage-schemas with starter templates
(feature-implementation, bug-fix) for new user onboarding
- Remove note-viewer skill (superseded by status-progression)
- Add "schemas vs notes" callouts in quick-start and workflow-guide
to clarify the distinction between config rules and DB content
- Update all cross-references and bump plugin version to 2.3.5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ccfea0a commit cdea70f
File tree
26 files changed
+2479
-516
lines changed- .claude-plugin
- claude-plugins
- task-orchestrator
- .claude-plugin
- hooks
- skills
- batch-complete
- create-item
- dependency-manager
- manage-schemas
- references
- post-plan-workflow
- pre-plan-workflow
- quick-start
- schema-builder
- status-progression
- work-summary
- current/docs
26 files changed
+2479
-516
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | | - | |
| 150 | + | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 8 | + | |
15 | 9 | | |
16 | 10 | | |
17 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 8 | + | |
20 | 9 | | |
21 | 10 | | |
22 | 11 | | |
0 commit comments