Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
> **Everest Capital USA** | Agentic AI 12-Stage Pipeline for Site Plan Approval
Sign in to like and favorite skills
Everest Capital USA | Agentic AI 12-Stage Pipeline for Site Plan Approval Same Stack as BidDeed.AI: GitHub + Supabase + Cloudflare + GitHub Actions
# Python (agents, scrapers) python -m pytest tests/ -v # Run all tests python -m black src/ --check # Check formatting python -m flake8 src/ # Lint code # GitHub Actions (production) gh workflow run discovery.yml # Trigger discovery stage gh workflow run insert_insight.yml # Insert to Supabase gh run list --limit=5 # Check workflow status
Stage 1: Discovery → Find parcels needing site plans Stage 2: Scraping → BCPAO property data extraction Stage 3: Zoning → Verify zoning compatibility Stage 4: Setbacks → Calculate required setbacks Stage 5: Utilities → Check utility availability Stage 6: Environmental → Wetlands, flood zones, protected Stage 7: Traffic → Impact analysis requirements Stage 8: Permits → Required permit identification Stage 9: Cost Est → Development cost estimation Stage 10: Timeline → Approval timeline projection Stage 11: Report Gen → Site plan feasibility report Stage 12: Archive → Historical data storage
spd-site-plan-dev/ ├── src/ │ ├── scrapers/ # Data collection │ │ ├── bcpao_scraper.py # Property appraiser │ │ ├── zoning_scraper.py # Zoning data │ │ └── permits_scraper.py # Permit requirements │ ├── agents/ # LangGraph agents │ │ ├── discovery/ # Parcel identification │ │ └── analysis/ # Feasibility analysis │ └── utils/ # Shared utilities ├── .github/workflows/ # GitHub Actions │ └── insert_insight.yml ├── tests/ # pytest tests └── reports/ # Generated reports
| Field | Value |
|---|---|
| Project Name | Bliss Palm Bay |
| Parcel ID | 2835546 |
| Status | Discovery |
| Service | Purpose | Config |
|---|---|---|
| Supabase | Database (mocerqjnksmhcjzxrewo) | GitHub Secrets |
| GitHub Actions | Compute | .github/workflows/ |
| BCPAO | Property data | Public API |
| Table | Purpose |
|---|---|
| Active site plan projects |
| Parcel analysis data |
| Permit requirements |
| Pipeline logging |
| Resource | URL | Purpose |
|---|---|---|
| BCPAO | bcpao.us | Property data |
| Brevard County | brevardfl.gov | Permits, zoning |
| GIS | gis.brevardfl.gov | Maps, boundaries |