π§Shared Resources
Common templates, frameworks, and systems used across all parts of the Methodology Digitization Handbook
Overview
This directory contains shared infrastructure used across all parts (I-VIII) of the Methodology Digitization Handbook to ensure consistency, quality, and maintainability.
Shared Components
Standard templates for consistent content structure across all chapters and parts
System for ensuring accurate VM0033 references throughout all handbook content
System for linking handbook content with existing Guardian documentation
Comprehensive collection of test artifacts, Guardian implementations, calculation tools, and validation materials including:
- VM0033 Reference Materials: Complete methodology documentation and Guardian policy implementation 
- Test Data & Validation: Official test cases, real project data, and Guardian VC documents 
- Guardian Tools & Code: Production implementations including AR Tool 14 and calculation JavaScript 
- Schema Templates: Excel-first schema development templates for Guardian integration 
- Development Tools: Python extractors and validation utilities 
Usage Guidelines
For Content Developers
- Use Standard Templates: All chapters must follow templates in - templates/
- Follow VM0033 Integration: Use - vm0033-integration/system for all methodology references
- Link Guardian Docs: Follow - guardian-integration/patterns for existing documentation
- Leverage Artifacts: Use - artifacts/collection for testing, validation, and implementation examples
- Test with Real Data: Validate all examples against official test cases and production implementations 
For Methodology Implementers
- Start with Artifacts: Use test artifacts and reference implementations as foundation 
- Validate Calculations: All implementations must match test artifact results exactly 
- Use Production Code: Reference - er-calculations.jsand- AR-Tool-14.jsonfor proven patterns
- Test Thoroughly: Use Guardian's dry-run mode with provided test documents 
- Follow Patterns: Use schema templates and policy examples for consistent implementation 
For Part Maintainers
- Reference Shared Systems: Link to shared infrastructure rather than duplicating 
- Contribute Improvements: Enhance shared systems for all parts 
- Validate Compliance: Ensure part-specific content follows shared standards 
- Update Artifacts: Keep artifact collection current with platform changes 
- Test Integration: Verify all shared resources work with latest Guardian versions 
Integration with Parts
Each part should reference these shared systems:
<!-- In each part's README.md -->
## Content Development Guidelines
This part follows the shared handbook infrastructure:
- **Templates**: [Shared Templates](../_shared/templates/README.md)
- **VM0033 Integration**: [VM0033 System](../_shared/vm0033-integration/README.md)
- **Guardian Integration**: [Guardian System](../_shared/guardian-integration/README.md)
- **Artifacts Collection**: [Test Data & Implementation Examples](../_shared/artifacts/README.md)
## Testing & Validation
All examples and implementations in this part are validated against:
- **Official Test Cases**: VM0033_Allcot_Test_Case_Artifact.xlsx
- **Production Code**: er-calculations.js and AR-Tool-14.json
- **Guardian Integration**: final-PDD-vc.json and vm0033-policy.jsonMaintenance
Shared System Updates
- Updates to shared systems benefit all parts automatically 
- Version control ensures consistency across handbook 
- Centralized maintenance reduces duplication 
- Artifact collection updated with Guardian platform evolution 
Quality Assurance
- Calculation Accuracy: All artifacts validated against methodology requirements 
- Guardian Compatibility: Production code tested in Guardian environment 
- Test Coverage: Comprehensive test cases covering all calculation scenarios 
- Documentation Quality: All artifacts include usage instructions and integration examples 
- Version Consistency: Shared resources maintain compatibility across handbook parts 
Complete Shared Infrastructure: This comprehensive shared system provides templates, integration frameworks, and a complete artifact collection including production Guardian implementations, test data, and validation materials. Everything needed for methodology digitization is centralized here for consistency and efficiency.
Last updated