소개
This skill provides Claude with domain-specific knowledge for PolicyEngine development, focusing on the critical task of variable aggregation. It establishes a clear decision framework for choosing between the declarative 'adds' attribute for simple sums and the more flexible 'add()' function for complex logic involving conditions or limits. By following these patterns, developers can ensure that variables are correctly summed across different entity hierarchies—such as Person to Household or Tax Unit—while avoiding common anti-patterns like manual iteration or redundant formulas.