Skip to content

feat(elicitation): add subtraction and map-is-not-the-territory methods#2515

Open
devilliersdutoit wants to merge 1 commit into
bmad-code-org:mainfrom
devilliersdutoit:feat/elicitation-subtraction-map-methods
Open

feat(elicitation): add subtraction and map-is-not-the-territory methods#2515
devilliersdutoit wants to merge 1 commit into
bmad-code-org:mainfrom
devilliersdutoit:feat/elicitation-subtraction-map-methods

Conversation

@devilliersdutoit

Copy link
Copy Markdown
Contributor

What

Add two elicitation methods to the advanced-elicitation registry: Subtraction (creative) and Map Is Not the Territory (framing).

Why

Both are well-established thinking tools missing from the set — Subtraction counters additive bias (improve by removing, not just adding); Map Is Not the Territory guards against trusting a lossy model before reality-checking it. They broaden the elicitation menu with no new control surface.
Fixes #2514

How

  • Added Subtraction to the creative category and Map Is Not the Territory to framing in methods.csv
  • Placed each in its category group and renumbered the trailing rows so the num index stays sequential
  • No SKILL.md changes — methods are selected by name/number at runtime

Testing

npm run test:refs passes. npm run validate:refs surfaces only a pre-existing broken link in an unrelated bmad-document-project file; this change adds no new references.

@augmentcode

augmentcode Bot commented Jun 27, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: This PR expands the advanced-elicitation registry by adding two established thinking tools.

Changes:

  • Added Subtraction as a new method under the creative category
  • Added Map Is Not the Territory as a new method under the framing category
  • Reordered/renumbered rows in methods.csv so the num index remains sequential within the registry

Technical Notes: No new runtime “control surface” was introduced; selection remains by name/number, and existing reference tests were reported as passing.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add two elicitation methods — Subtraction and Map Is Not the Territory

1 participant