Built by the now-defunct PDA Task Force to support the NISTA Programme and Project Data Standard trial in UK infrastructure projects. This server validates project management data against NISTA compliance requirements, scheduling best practices, and custom rule sets. It sits on top of the pm-data-tools library, which parses eight PM formats including MS Project, Primavera P6, and Jira. The original task force closed in January 2026, but a maintained fork exists under antnewman's GitHub. Reach for this when you need to check project schedules against UK government standards or catch scheduling anti-patterns before they become expensive problems. Part of a larger platform that tried to standardize PM data for AI tooling.
NOTICE: The PDA Task Force closed on 30 January 2026
This repository is no longer maintained or supported.
- The contact email info@pdataskforce.com is no longer active
- For questions, contact the final Chair: Donnie MacNicol at donnie@teamanimation.co.uk
- A maintained fork is available at: https://github.com/antnewman/pda-platform
Open-source infrastructure for AI-enabled project delivery.
The PDA Platform provides the data infrastructure needed for AI to improve project delivery. Built to support the NISTA Programme and Project Data Standard trial.
This work was made possible by:
UK major infrastructure projects have a success rate of approximately 0.5%. The Government Major Projects Portfolio shows 84% of projects rated Amber or Red. AI has potential to help, but lacks standardised data infrastructure.
| Component | Description | Status |
|---|---|---|
| pm-data-tools | Universal PM data parser (8 formats + NISTA) | v0.2.0 ✅ |
| agent-task-planning | AI reliability framework | v1.0.0 ✅ |
| pm-mcp-servers | MCP servers for Claude integration | Phase 1 ✅ |
| Specifications | Canonical model, benchmarks, synthetic data | Published ✅ |
# Install the core library
pip install pm-data-tools
# Parse any PM file
from pm_data_tools import parse_project
project = parse_project("schedule.mpp")
# Validate NISTA compliance
from pm_data_tools.validators import NISTAValidator
result = NISTAValidator().validate(project)
print(f"Compliance: {result.compliance_score}%")
Universal parser and validator for project management data.
pip install pm-data-toolsAI reliability framework with confidence extraction and outlier mining.
pip install agent-task-planningMCP servers enabling Claude to interact with PM data.
pip install pm-mcp-serversAll specifications are in the specs/ directory:
| Spec | Description |
|---|---|
| Canonical Model | 12-entity JSON Schema for PM data |
| MCP Servers | 4 servers, 19 tools for AI integration |
| Benchmarks | 5 evaluation tasks for PM AI |
| Synthetic Data | Privacy-preserving data generation |
pda-platform/
├── specs/ # Technical specifications
├── packages/ # Python packages (each publishable to PyPI)
│ ├── pm-data-tools/
│ ├── agent-task-planning/
│ └── pm-mcp-servers/
├── docs/ # Documentation
└── examples/ # Usage examples
MIT License - see LICENSE
Members of the PDA Task Force
Built to support the NISTA trial and improve UK project delivery.
claude mcp add --transport stdio io.github.antnewman-pm-validate -- uvx pm-mcp-serverscom.mcparmory/google-sheets
domdomegg/google-sheets-mcp
io.github.igormilovanovic/data-converter
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full