Skip to content

Conversation

@MaxGhenis
Copy link
Collaborator

Summary

This PR adds the PolicyEngine multi-agent development system as a git submodule.

What This Adds

The PolicyEngine/.claude repository contains specialized Claude agents for:

Country Model Development

  • Document Collector: Gathers authoritative sources (statutes, regulations)
  • Test Creator: Creates tests from documentation (in isolation)
  • Rules Engineer: Implements from documentation (in isolation)
  • Rules Reviewer: Verifies implementation matches documentation
  • Supervisor: Orchestrates the isolated development workflow

Shared Standards

  • Source citation requirements
  • Vectorization rules
  • Common pitfalls to avoid
  • Testing best practices

Benefits

Accuracy: Implementation based directly on regulations, not test expectations
Isolation: Tests and implementation developed separately for unbiased validation
Traceability: Every value traces to primary sources
Consistency: Shared standards across all PolicyEngine country models

Usage

Agents are now available at .claude/agents/country-models/ for development tasks.

See the central repository for full documentation.

Adds the centralized PolicyEngine multi-agent development system as a git submodule.
This provides specialized Claude agents for accurate rules implementation with:
- Document collection from authoritative sources
- Isolated test creation and implementation
- Comprehensive review and verification
- Shared standards across all PolicyEngine repositories

See https://github.com/PolicyEngine/.claude for details.
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.

2 participants