brewcode:spec
Installation
SKILL.md
Input Handling
| Input | Action |
|---|---|
$ARGUMENTS empty |
Read .claude/TASK.md → first line = path → derive task dir |
$ARGUMENTS has text |
Use as task description |
$ARGUMENTS has path |
Read file as task description |
Flag Parsing
Parse $ARGUMENTS for flags BEFORE input detection:
| Flag | Effect |
|---|---|
-n, --noask |
Skip all user questions, auto-approve defaults |
Strip flag from $ARGUMENTS. Remaining text = description or path.