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`.