@@ -988,9 +988,7 @@ $ARGUMENTS
988988
989989You **MUST** consider the user input before proceeding (if not empty).
990990
991- **Argument Access**:
992- - `$ARGUMENTS` - All arguments as single string
993- - `$1`, `$2`, `$3` - Individual positional arguments
991+ **Argument Access**: `$ARGUMENTS`, `$1`, `$2`, `$3` (see [Frontmatter Fields](#frontmatter-fields-yaml-metadata) above)
994992
995993## Purpose
996994[What protocol-compliant output to produce]
@@ -1073,10 +1071,7 @@ $ARGUMENTS
10731071
10741072You **MUST** consider the user input before proceeding (if not empty).
10751073
1076- **Argument Access**:
1077- - `$ARGUMENTS` - All arguments as single string
1078- - `$1`, `$2`, `$3` - Individual positional arguments
1079- - `{ARGS}` - Escaped for script execution
1074+ **Argument Access**: `$ARGUMENTS`, `$1`, `$2`, `$3`, `{ARGS}` (see [Frontmatter Fields](#frontmatter-fields-yaml-metadata) above)
10801075
10811076## Purpose
10821077[What to produce, with script handling setup]
@@ -1148,9 +1143,7 @@ model: claude-3-5-haiku-20241022 # Can use lighter model for simple reminders
11481143$ARGUMENTS
11491144\```
11501145
1151- **Argument Access**:
1152- - `$1` - File to validate (if provided)
1153- - `$ARGUMENTS` - All arguments
1146+ **Argument Access**: `$ARGUMENTS`, `$1` (see [Frontmatter Fields](#frontmatter-fields-yaml-metadata) above)
11541147
11551148## Purpose
11561149Remind AI to suggest validation after producing content
0 commit comments