Feature Summary
Context To Load
- •Run
git diff main...HEAD. - •Run
git log main..HEAD --oneline. - •Read
FEATURE_PLAN.mdorworkflow.ymlif present.
Output File
Create feature_summary.md with these sections:
- •Executive Summary (2-4 sentences)
- •Scope of Changes
- •Behavioral Details
- •Security and Privacy
- •Testing
- •Open Questions
- •Suggested PR Title and Description
Section Expectations
- •Describe problem solved, impact, and behavior changes.
- •List touched modules/files and new contracts (types, endpoints, flags).
- •Document data model/migration and config/env changes.
- •Call out auth/authz and sensitive-data/logging implications.
- •Include test additions and known gaps.