From tapania-5d-skills
Breaks gap analysis into sequenced, actionable tasks for implementation planning. Useful after identifying gaps in a 5D-SDD workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tapania-5d-skills:5d-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert gaps into sequenced, executable tasks.
Convert gaps into sequenced, executable tasks.
Each task should be:
If you can't tell whether a task succeeded, it's too big or poorly defined.
Include all types, not just code:
Sequence by:
Ensure tasks cover all quadrants:
Don't over-index on code tasks while ignoring alignment needs.
For complex tasks, note the thinking level required:
Flag Level 3-4 tasks as higher risk.
Watch for:
For each task:
### Task [N]: [Title]
**Type:** code / research / infrastructure / alignment
**Depends on:** [task numbers or "none"]
**Complexity:** trivial / moderate / complex
**Description:**
[What to do - specific enough to execute]
**Done when:**
[Verification criteria - how to know it's complete]
## Task List
**Total tasks:** [count]
**Estimated sessions:** [rough count]
### Critical Path
[Tasks that must be sequential]
### Parallel Tracks
[Tasks that can happen simultaneously]
---
[Individual task entries in order]
Proceed to BUILD when:
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin tapania-5d-skills