From e42574b77d72b82bdaef6a7ea510450c8b4c8876 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 8 Apr 2026 07:12:02 -0700 Subject: [PATCH] docs(quick-dev): rewrite checkpoint 1 editing-note - Drop boilerplate opener about the spec being a regular file. - Enumerate concrete options: editor, in-session Q&A, or bmad-advanced-elicitation / bmad-party-mode / bmad-code-review skills. - Flag that skills should ideally run in another session to avoid context bloat. - Change "add this note" to "display this note" for precision. --- .../4-implementation/bmad-quick-dev/step-02-plan.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/bmm-skills/4-implementation/bmad-quick-dev/step-02-plan.md b/src/bmm-skills/4-implementation/bmad-quick-dev/step-02-plan.md index 5359b03a2..7385e634a 100644 --- a/src/bmm-skills/4-implementation/bmad-quick-dev/step-02-plan.md +++ b/src/bmm-skills/4-implementation/bmad-quick-dev/step-02-plan.md @@ -26,9 +26,13 @@ deferred_work_file: '{implementation_artifacts}/deferred-work.md' Present summary. Display the spec file path as a CWD-relative path (no leading `/`) so it is clickable in the terminal. If token count exceeded 1600 and user chose [K], include the token count and explain why it may be a problem. -After presenting the summary, add this note: +After presenting the summary, display this note: -> The spec is a regular file in your project. Before approving, you can open it in another session and use any tool you like — party mode, advanced elicitation, code review, or direct editing. Take your time; approve when you're satisfied. +--- + +Before approving, you can open the spec file in an editor or ask me questions and tell me what to change. You can also use `bmad-advanced-elicitation`, `bmad-party-mode`, or `bmad-code-review` skills, ideally in another session to avoid context bloat. + +--- HALT and ask human: `[A] Approve` | `[E] Edit`