[EPAC-1958]: add estimate field to bugfix SPEC schema#577
Merged
riddim-developer-bot[bot] merged 1 commit intoMay 25, 2026
Conversation
riddim-developer-bot
Bot
deleted the
symphony/epac-1958-add-estimate-field-to-bugfix-spec-schema-with-ex
branch
May 25, 2026 05:27
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.
Why
EPAC-1958 requires bugfix SPEC intake artifacts to include an effort estimate using the SF exponential ladder so Opus enrichment can carry the value into downstream workflow fields.
What changed
estimateas a required top-level field in.factory/schemas/bugfix-spec.schema.jsonwith enum[1, 2, 4, 8, 16, 32, 64]and inline mapping notes to Linear complexity values.## Effort estimatesection in.factory/templates/bugfix-SPEC.mdwithEstimate,Confidence, andReasoningfields.--estimate <n>toscripts/intake/bugfix_spec.pywith strict ladder validation onnewand SPEC validation..factory/prompts/bugfix-intake.mdto require and document--estimatein the intake flow.scripts/intake/test_bugfix_spec.pycoverage for valid values, invalid value rejection, and missing estimate behavior.Verification
python3 -m unittest scripts/intake/test_bugfix_spec.pyPR Notes
origin/mainand pushed.Resolves EPAC-1958
Reviewer-Boundary: review-only