chore(release): v0.1.18 — rebalance hydration philosophy - #17
Merged
Conversation
…implementation scripts - Skill v1.1.0: rewrote hydration guidance with adaptive planning philosophy - Worker agent: 'one checkbox per meaningful outcome' replaces 'one per unit of work' - Reviewer agent: added plan granularity guidance to prevent over-specification demands - Prompt/STATUS templates: updated hydration banners - TP-007 Step 0: collapsed 8 micro-checkboxes to 3 outcome-level items - TP-007/009/012: updated hydration banners for pending tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Rebalances the hydration methodology across the skill, worker agent, and reviewer agent to favor outcome-level checkboxes over exhaustive implementation scripts.
Problem
Wave 1 tasks (TP-005, TP-006, TP-010) averaged ~65 min each. Analysis showed the biggest time sink was excessive plan hydration: workers expanding 2-bullet steps into 15+ micro-checkboxes, then reviewers demanding even more function-level detail before approving. The review system was catching real bugs, but the plan-hydration cycle was adding ~15-20 min per step.
Solution
skills/create-taskplane-task/SKILL.md): Rewrote hydration section with 'Adaptive Planning, Not Exhaustive Scripting' philosophy, anti-pattern callouts, good/bad granularity examplestemplates/agents/task-worker.md): 'One checkbox per meaningful outcome' replaces 'one per unit of work'; added calibration heuristictemplates/agents/task-reviewer.md): Added Plan Granularity Guidance section — ask for missing outcomes/risks/test intent, not function-level implementation checklistsValidation
taskplane help+taskplane doctorcleannpm pack --dry-runconfirms correct package contents