From 01584d4a6e9262d3fcba572579e34fddd426629f Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Fri, 1 May 2026 12:35:55 -0700 Subject: [PATCH] refactor(catalog): rename after/before to preceded-by/followed-by MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns this module's module-help.csv header with the canonical schema shipped in bmad-code-org/BMAD-METHOD#2360. The bare prepositions had no subject anchor — "X has Y in its `after` column" reads plausibly as either "Y comes after X" or "X comes after Y", and an LLM consumer recently flipped the direction because of it. Passive-voice participles ("X is preceded by Y") force a single reading. Header-only change — data rows are positionally identical and the upstream merger loads them unchanged. Without this rename, BMAD-METHOD v6.6.1+ installs print an advisory warning naming this module. --- src/module-help.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module-help.csv b/src/module-help.csv index 73313c2..3ae0c74 100644 --- a/src/module-help.csv +++ b/src/module-help.csv @@ -1,4 +1,4 @@ -module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs +module,skill,display-name,menu-code,description,action,args,phase,preceded-by,followed-by,required,output-location,outputs Creative Intelligence Suite,_meta,,,,,,,,,false,https://cis-docs.bmad-method.org/llms.txt, Creative Intelligence Suite,bmad-cis-innovation-strategy,Innovation Strategy,IS,Identify disruption opportunities and architect business model innovation.,,,anytime,,,false,output_folder,innovation strategy Creative Intelligence Suite,bmad-cis-problem-solving,Problem Solving,PS,Apply systematic problem-solving methodologies to crack complex challenges.,,,anytime,,,false,output_folder,problem solution