daily-standby
Installation
SKILL.md
Standby — Park a Blocked Task
Put a task on standby with a required reason describing what it's waiting on.
Configuration
persistence:
tasksDir: "~/.claude/daily-tasks"
Execution Steps
1. Parse Arguments
Split $ARGUMENTS into an identifier and a reason:
- Identifier: first token — either a numeric task ID or a Jira key pattern (e.g.,
RGI-265,MITB-123). - Reason: everything after the identifier (strip surrounding quotes if present).