feat: domain profiles YAML config for assumption auditing (Phase 2)#73
Merged
2 commits merged intoPlanExeOrg:mainfrom Feb 25, 2026
Merged
Conversation
Proposes repositioning PlanExe from plan generator to validation auditor for autonomous agent loops. Addresses market shift in 2026: agents don't need hallucinated plans, they need trusted validation layers. Phase 1 (FermiSanityCheck) + Phase 2 (domain profiles) implement this strategy. Seeks Simon's feedback on positioning before PR updates and Phase 3 planning.
c1a4936
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 2: Domain Profiles Configuration
What this does
Adds a YAML-based domain profile system that defines what 'normal' looks like for different project verticals:
Includes schema documentation at
docs/domain-profiles/domain-profile-schema.md.Why it matters
Domain profiles are auditor calibrations — they teach FermiSanityCheck what 'normal' looks like per vertical. Without them, a 5000 DKK carpenter estimate and a 5000 USD medical estimate look identical. With profiles, the auditor speaks each domain's language.
Strategic context
This is part of the repositioning of PlanExe as a trusted validation oracle for autonomous agents (not a plan generator). See companion strategy proposal PR for the full narrative.
Related