Skip to content

Commit 67cffe5

Browse files
steveyeggedannomayernotabotclaude
committed
fix: clarify formula v2 file paths and flow chart notation
Expand ambiguous "and round-2.md" shorthand to explicit separate paths in polecat sling prompts (3 occurrences). Update flow chart to use [verify-beads 1-3] notation for consistency with [prd-align 1-3] and [plan-review 1-3]. Follows fix-merge of PR #2684. Co-Authored-By: dannomayernotabot <66967730+dannomayernotabot@users.noreply.github.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b177af1 commit 67cffe5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

internal/formula/formulas/mol-idea-to-plan.formula.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ They'll pour this formula and it takes over from there.
2727
2828
[create-beads] Agent converts the refined plan into beads with dependencies
2929
30-
[verify-beads] 3 sequential passes comparing plan to beads, filling gaps
30+
[verify-beads 1-3] 3 sequential passes comparing plan to beads, filling gaps
3131
```
3232
3333
## Human Gate
@@ -389,7 +389,9 @@ gt sling --prompt="Review an implementation plan for PRD alignment (round 3).
389389
390390
Read the PRD: .prd-reviews/{{review_id}}/prd-draft.md
391391
Read the plan: .designs/<design-id>/design-doc.md
392-
Read prior changes: .plan-reviews/{{review_id}}/prd-align-round-1.md and round-2.md
392+
Read prior changes:
393+
- .plan-reviews/{{review_id}}/prd-align-round-1.md
394+
- .plan-reviews/{{review_id}}/prd-align-round-2.md
393395
394396
Walk through every USER STORY and SCENARIO in the PRD. For each, trace the
395397
end-to-end user journey through the plan. Verify every step in the scenario
@@ -410,7 +412,9 @@ gt sling --prompt="Review an implementation plan for PRD alignment (round 3).
410412
411413
Read the PRD: .prd-reviews/{{review_id}}/prd-draft.md
412414
Read the plan: .designs/<design-id>/design-doc.md
413-
Read prior changes: .plan-reviews/{{review_id}}/prd-align-round-1.md and round-2.md
415+
Read prior changes:
416+
- .plan-reviews/{{review_id}}/prd-align-round-1.md
417+
- .plan-reviews/{{review_id}}/prd-align-round-2.md
414418
415419
Check every OPEN QUESTION from the PRD (both the original Open Questions section
416420
and any questions raised in the Clarifications from Human Review section).
@@ -606,7 +610,9 @@ Polecat A — **testability**:
606610
gt sling --prompt="Review an implementation plan for testability.
607611
608612
Read the plan: .designs/<design-id>/design-doc.md
609-
Read prior review changes: .plan-reviews/{{review_id}}/review-round-1.md and round-2.md
613+
Read prior review changes:
614+
- .plan-reviews/{{review_id}}/review-round-1.md
615+
- .plan-reviews/{{review_id}}/review-round-2.md
610616
611617
For each task/phase in the plan, check:
612618
- Does it have clear acceptance criteria? (How do we know it's done?)

0 commit comments

Comments
 (0)