From 852c1a4fd8bf2456e4208984f17786ba8a8878b0 Mon Sep 17 00:00:00 2001 From: Chase Setters Date: Wed, 13 May 2026 15:47:23 -0500 Subject: [PATCH] Add /review-submittal slash command Wires the slash command referenced in the submittal-review skill's SKILL.md so PMs can invoke it directly as /review-submittal instead of relying on natural-language triggering. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../willow-pmtools/commands/review-submittal.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/willow-pmtools/commands/review-submittal.md diff --git a/plugins/willow-pmtools/commands/review-submittal.md b/plugins/willow-pmtools/commands/review-submittal.md new file mode 100644 index 0000000..a891749 --- /dev/null +++ b/plugins/willow-pmtools/commands/review-submittal.md @@ -0,0 +1,17 @@ +--- +description: Pre-architect review of a construction submittal (PDF or folder). Optional --spec flag points at a project spec book for paragraph-level citations. +argument-hint: " [--spec ]" +--- + +Invoke the `willowbrook-submittal-review` skill on the path supplied in `$ARGUMENTS`. + +Steps: + +1. Parse `$ARGUMENTS`: + - First positional arg → submittal path (PDF or folder) + - Optional `--spec ` → project spec book path + - If no path is supplied, ask the PM for one and stop. +2. Load the skill at `skills/willowbrook-submittal-review/SKILL.md` and follow its workflow verbatim, including the hard rules (every "pass" must cite a spec paragraph; 0.95 confidence floor; directive tone; DRAFT-only — never send/post/upload anything). +3. Produce the on-screen memo, the `review/submittal__review.json`, and the `.docx` checklist as specified in SKILL.md. + +Do not skip steps. Do not invent spec citations. If the spec book isn't supplied or the section isn't found, the max status is `Approved as Noted`.