| name | wipnote-tracker |
| description | ARCHIVED — Use wipnote skill instead. wipnote workflow combining session tracking, orchestration, and parallel coordination. |
wipnote Tracker Skill (ARCHIVED)
This skill is archived. Use /wipnote:wipnote for current workflow patterns.
Core Workflow
wipnote status
wipnote analytics summary
wipnote feature create "Title"
wipnote feature start <feat-id>
wipnote feature complete <feat-id>
Work Item Commands
wipnote feature create "Title"
wipnote feature start <feat-id>
wipnote feature complete <feat-id>
wipnote find features --status todo
wipnote find features --status in-progress
wipnote bug create "Title" --track <trk-id>
wipnote bug start <bug-id>
wipnote bug complete <bug-id>
wipnote spike create "Title"
wipnote spike start <spike-id>
wipnote spike complete <spike-id>
wipnote track new "Title"
Analytics
wipnote analytics summary
wipnote analytics summary
wipnote snapshot --summary
wipnote find features --status todo
Parallel Orchestration
Dispatch independent tasks in a single message:
Task(subagent_type="wipnote:gemini-operator", prompt="Research...")
Task(subagent_type="wipnote:sonnet-coder", prompt="Implement feat-123...")
Task(subagent_type="wipnote:sonnet-coder", prompt="Implement feat-456...")
See /wipnote:orchestrator-directives-skill for complete patterns.
Work Type Classification
Work type is inferred from work item ID prefix:
feat-* → feature-implementation
spike-* → spike-investigation
bug-* → bug-fix
chore-* → maintenance