/imperatives Extract atomic imperatives (MUST/SHOULD/MAY) from markdown instruction files into JSONL. Usage Steps 1. Resolve files. Default: and . Expand globs to absolute paths. Zero matches → error, stop. 2. Pass 1 — Script extraction (fast, deterministic). = this skill's base directory (shown in the "Base directory for this skill:" header above). Keyword-based: catches RFC 2119 terms + imperative verbs. 80% coverage, <1s. 3. Pass 2 — Subagent reasoning (catches implicit imperatives). For each file, dispatch a subagent to identify imperatives the regex missed — contextual rules, implicit co…