Skip to content

feat: Implement Real Estate Plugin#61

Open
edithatogo wants to merge 58 commits intoanthropics:mainfrom
edithatogo:feature/real-estate
Open

feat: Implement Real Estate Plugin#61
edithatogo wants to merge 58 commits intoanthropics:mainfrom
edithatogo:feature/real-estate

Conversation

@edithatogo
Copy link

@edithatogo edithatogo commented Feb 14, 2026

This PR implements the Real Estate Next plugin as discussed in issue #59. It provides a specialized specialist for independent contractors with Shadow Workflow support and personal brand automation.

Dylan Mordaunt (Illawarra Shoalhaven LHD) and others added 30 commits February 11, 2026 14:14
…tracks, 30 skills, 14 commands)

- Add conductor project structure (index, product, tech-stack, workflow, guidelines)
- Create health-plugin meta-track for program coordination
- Add 17 implementation tracks across 4 phases:
  Phase 1: health-core (foundation)
  Phase 2: complaints, incidents, risk, information, coding
  Phase 3: governance, credentialing, procurement, quality, financial, evidence, data-analysis
  Phase 4: ethics, economics, manuscripts, grants, medicolegal
- Add index.md navigation to all tracks
- Reference NSQHS, NICE, PBAC frameworks
- Document skill adaptations from existing plugins
- Create health/ directory structure with .claude-plugin/
- Add plugin.json manifest (v0.1.0, healthcare workflows)
- Add README.md documenting 17 planned domains across 4 phases
- Add CONNECTORS.md with SharePoint, Jira, FHIR connector guides
- Add .mcp.json with 3 connector templates (disabled by default)
- Update health-core plan acceptance criteria to match README scope
- Update health-core spec to list actual connectors provided
- Add health to Active Plugins table in index.md
- Remove 'disabled' field from .mcp.json (not standard)
- Change author to object format in plugin.json for consistency
- Rewrite CONNECTORS.md to follow repo convention (~~category format)
- Fix track counts in health-plugin spec (30 skills, 14 commands)
- Add health-medicolegal to Phase 4 table
- Update Adapts From references to match actual skill paths
- Fix health-financial metadata to match spec deliverables
- Remove .mcp.json.template reference from README (file doesn't exist)
- Remove non-existent health-compliance dependency from health-information spec
- Fix tech-stack.md MCP example to use mcpServers (not servers)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ments

- Add spec.md with 14 improvement areas and quality standards
- Add plan.md with 4 phases covering 50+ skills
- Define standard skill structure with 8 required sections
- Include plugin-specific improvement recommendations
- Add quality gates and success metrics
- Rename to health-skill-quality in metadata
- Rewrite spec.md with healthcare-specific requirements:
  - Regulatory context (HIPAA, HITECH)
  - Clinical accuracy standards
  - Privacy & PHI considerations
  - Healthcare workflow integration
- Rewrite plan.md to support health track implementations
- Update to 12 required sections, 11 quality gates
- Add domain-specific improvements for all health tracks
- Minimum 200 lines per health skill (vs 150 general)
- Rename to health-skill-quality in metadata
- Rewrite spec.md with healthcare-specific requirements:
  - Regulatory context (HIPAA, HITECH)
  - Clinical accuracy standards
  - Privacy & PHI considerations
  - Healthcare workflow integration
- Rewrite plan.md to support health track implementations
- Update to 12 required sections, 11 quality gates
- Add domain-specific improvements for all health tracks
- Minimum 200 lines per health skill (vs 150 general)
…ety guardrails

- Created health-specific skill standards with 14-section architecture mandate

- Established interoperability standards (FHIR, SNOMED-CT) and hybrid evidence management

- Implemented AU/NZ-first jurisdictional strategy with US/EU-lite portability

- Mandated Standard and Lite operating modes for all health skills

- Propagated new quality gates and clinical guardrails across all 20 health implementation tracks
- Added ICD-10, SNOMED, and PubMed connectors to .mcp.json

- Documented new connector categories in CONNECTORS.md

- Updated coding, evidence, data analysis, economics, manuscripts, and grants track plans with new tool requirements
Dylan Mordaunt (Illawarra Shoalhaven LHD) added 22 commits February 14, 2026 11:06
- Add review-payer-contract command with contract intake workflow
- Include comprehensive contract analysis sections:
  - Executive summary and risk assessment
  - Financial and operational terms analysis
  - Compliance and risk assessment
  - Negotiation priorities and decision matrix
  - Contract intake workflow with action items
  - Approval checklist
- Reference health/payer-contracts skill for analysis framework
- Arguments: payer_name, contract_type, effective_date, key_concerns
- Follow health command structure with validation, skill invocation,
  output generation, routing, and guardrails
- Mark review-payer-contract command as complete with commit hash 98561cc
- Health financial track now fully complete with all three phases
Implement all remaining health plugin conductor tracks:
- health-evidence: systematic-review, evidence-synthesis skills, /start-review command
- health-ethics: research-ethics, clinical-ethics skills, /ethics-review command
- health-economics: health-econ-eval, hta-submission skills, /economic-evaluation command
- health-manuscripts: manuscript-prep skill, /prepare-manuscript command
- health-doc-coauthoring: clinical-doc-coauthoring skill, /coauthor command
- health-grants: grant-writer skill, /grant-application command
- health-medicolegal: medicolegal-reports, child-protection, affidavit-drafting skills, /prepare-report command
- skill-quality: health skill templates, validation checklist, validate_health_skills.py script

Also implement missing pieces:
- health-data-analysis: /analyze-health-data command
- health-public-health: notifiable-diseases, public-health-surveillance skills, /report-notifiable command

Track infrastructure:
- Move health-core, health-coding, health-governance from archive to tracks
- Update all track metadata to 'complete' status
- Fix tracks.md format for validator compatibility
- All 14 tracks now pass validation (0 errors)

Total: 34 skills, 19 commands, 12,000+ lines of documentation
All skills follow 14-section health skill standards with AU/NZ defaults
Copilot AI review requested due to automatic review settings February 14, 2026 05:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR implements the Real Estate plugin for New Zealand Real Estate Agents, focusing on Ray White Lower Hutt workflows. The implementation covers the property lifecycle from prospecting to settlement, with specialized features for marketing, strategic appraisals, and REA/AML compliance.

Changes:

  • Added comprehensive health plugin infrastructure with 7 new skill files and 16 command files
  • Implemented conductor track system with validation scripts and metadata
  • Established workflow documentation and quality standards for healthcare-specific plugins
  • Created Real Estate plugin specification and implementation plan

Reviewed changes

Copilot reviewed 181 out of 205 changed files in this pull request and generated no comments.

Show a summary per file
File Description
health/skills/*.md Seven new healthcare skill files covering guideline development, device procurement, credentialing, consent management, complaints management, clinical coding, and business case development
health/commands/*.md Sixteen new command files implementing healthcare workflows including verification, validation, submission, reporting, and analysis commands
conductor/tracks/* Multiple track specifications, plans, and metadata files for health plugin organization including real estate track
conductor/*.md Core conductor documentation including workflow, tech stack, product guidelines, and track registry
.github/workflows/*.yml CI/CD configuration for track validation
.pre-commit-config.yaml Pre-commit hook configuration for validation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@edithatogo edithatogo changed the title feat: Implement Real Estate Plugin feat: Implement Real Estate Next Plugin Feb 14, 2026
@edithatogo edithatogo changed the title feat: Implement Real Estate Next Plugin feat: Implement Real Estate Plugin Feb 14, 2026
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.

1 participant