Capital Project Intake and Prioritization
Intake for capital project ideas from any source (PM, regional, AM, engineering, capex plan cycle). Scores each project against the overlay's priority rubric (life safety, deferred maintenance, renovation yield, risk mitigation, regulatory). Produces the prioritized backlog and flags gated decisions.
Best use case
Capital Project Intake and Prioritization is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Intake for capital project ideas from any source (PM, regional, AM, engineering, capex plan cycle). Scores each project against the overlay's priority rubric (life safety, deferred maintenance, renovation yield, risk mitigation, regulatory). Produces the prioritized backlog and flags gated decisions.
Teams using Capital Project Intake and Prioritization should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/capital_project_intake_and_prioritization/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Capital Project Intake and Prioritization Compares
| Feature / Agent | Capital Project Intake and Prioritization | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Intake for capital project ideas from any source (PM, regional, AM, engineering, capex plan cycle). Scores each project against the overlay's priority rubric (life safety, deferred maintenance, renovation yield, risk mitigation, regulatory). Produces the prioritized backlog and flags gated decisions.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Capital Project Intake and Prioritization
## Workflow purpose
Convert raw capex ideas and deferred-maintenance flags into a ranked, costed, approvable backlog. Ensures life-safety items never lose priority; routes scope deferrals for approval.
## Trigger conditions
- **Explicit:** "capex intake", "prioritize capex", "capex backlog", "year-end capex plan".
- **Implicit:** `workflows/monthly_property_operating_review` surfaces deferred maintenance; `workflows/work_order_triage` finds a repeat pattern; insurance claim or inspection produces a scope.
- **Recurring:** quarterly intake; annual plan build pre-budget.
## Inputs (required / optional)
| Input | Type | Required | Notes |
|---|---|---|---|
| Intake items | list | required | description, source, unit, scope |
| Capex line-item library | csv | required | cost ranges |
| Labor and material references | csv | required | market-specific |
| Priority rubric overlay | yaml | required | life safety weight etc. |
| Existing capex plan | record | required | conflict detection |
| Renovation program tracker | record | optional | for yield context |
## Outputs
| Output | Type | Shape |
|---|---|---|
| Prioritized backlog | `kpi_review` | per-item score, cost, priority, life-safety flag |
| Estimate per item | `estimate` | line items from library |
| Backlog memo | `memo` | narrative + recommended sequence |
| Approval request list | list | for items that require approval |
## Required context
Asset_class, segment, form_factor, lifecycle_stage, management_mode, market.
## Process
1. **Intake normalization.** Each item normalized to (description, unit, scope tier, driver, source).
2. **Life-safety flag.** Any item tagged life-safety cannot be deprioritized without `approval_request` row 4.
3. **Estimate.** Apply library; adjust for market via labor/material references.
4. **Score.** Per overlay rubric: life safety, deferred maintenance, renovation yield, risk mitigation, regulatory compliance, residual value.
5. **Sequence.** Produce prioritized backlog with scheduling constraints (seasonality, tenant impact).
6. **Gated items.** Any life-safety deferral, any program change above threshold: open approval rows 4 / 8-11.
7. **Feed budget / reforecast.** Output feeds `workflows/budget_build` and `workflows/reforecast`.
8. **Confidence banner.** References cited.
## Metrics used
`capex_spend_vs_plan`, `renovation_yield_on_cost`, `repeat_work_order_rate`, `controllable_opex_per_unit`.
## Reference files used
- `reference/normalized/capex_line_items__{scope}.csv`
- `reference/normalized/labor_rates__{market}.csv`
- `reference/normalized/material_costs__{region}_residential.csv`
- `reference/normalized/capex_priority_rubric__{org}.yaml`
- `reference/normalized/approval_threshold_defaults.csv`
## Escalation points
- Life-safety deferral: row 4.
- Program change above threshold: rows 8-11.
- Bid award associated with a project: row 9.
## Required approvals
- Life-safety scope deferral (row 4).
- Capex program change above threshold.
## Failure modes
1. Silent life-safety deprioritization. Fix: row 4 gate automatic.
2. Library not market-adjusted. Fix: labor/material references required.
3. Estimate without scope tier. Fix: tier required.
4. Prioritization without rubric. Fix: overlay rubric governs.
## Edge cases
- **Insurance claim scope:** treat as capex intake if above reserve; flag insurance coordination.
- **Regulatory deadline (e.g., code compliance):** auto-priority boost.
- **Tenant-impact scope:** scheduling constraint; include tenant communication via `workflows/move_in_administration` or notice.
- **Renovation in progress with change order backlog:** coordinate via `workflows/change_order_review`.
## Example invocations
1. "Quarterly capex intake for Ashford Park; prioritize backlog."
2. "What's the life-safety queue across the portfolio?"
3. "Build the 2027 capex plan input for Willow Creek."
## Example outputs
### Output — Prioritized capex backlog (abridged, Ashford Park)
**Backlog.** Per-item score, cost range, priority, life-safety flag. Top items: roof repairs (life safety), parking lot resurfacing (deferred maintenance), unit renovation cohort (yield).
**Sequence.** Proposed order with seasonal constraints.
**Approvals.** Two items above overlay threshold: rows 8-11 opened for program decisions.
**Confidence banner.** `capex_line_items__value_add@2026-03-31, status=starter`. `labor_rates__charlotte@2026-03-31, status=sample`. `capex_priority_rubric@2026-03-31, status=starter`.Related Skills
Implementation Intake And Leader Sign-Off Builder
Evidence-driven implementation intake workflow for residential multifamily and related CRE operating environments. Guides sponsors, implementation leads, data teams, operations leaders, and reporting owners through source inventory, access readiness, export evidence, field-level semantics, crosswalk ownership, reporting calendar, approvals, blockers, assumptions, and final leader sign-off. Produces implementation packets that are usable by both executives and build teams, while refusing silent assumption upgrades and refusing secret storage.
deal-intake
Top-level workspace for deal evaluation. Routes through screening, underwriting, structuring, and IC presentation. Manages persistent deal context across sessions.
construction-project-command-center
Central command for ground-up development and major renovation projects. Manages RFIs, submittals, change orders, draw requests, schedule tracking, safety compliance, and lender reporting. Triggers on 'construction update', 'draw request', 'RFI log', 'change order review', 'punch list', 'construction budget', or when given a GC schedule, AIA billing, or project timeline.
capital-stack-optimizer
Synthesizes outputs from loan-sizing-engine, mezz-pref-structurer, and JV waterfall to determine the optimal capital mix for a CRE deal. Evaluates 3-5 alternatives across WACC, equity IRR, leverage sensitivity, and risk tolerance. Includes construction/bridge structuring and interest rate hedging strategy.
capital-raise-machine
Produces the full operational infrastructure for an active capital raise: data room structure, investor tracking, capital call notices, LP onboarding workflow, waterfall explainer, and crisis communication framework.
capital-projects-development
Top-level workspace for development and construction projects. Routes through land analysis, pro forma modeling, entitlements, budgeting, cost estimation, project management, and procurement. Manages persistent development project context across sessions.
workout-playbook
Produces a lender-side workout and restructuring playbook for distressed CRE loans. Maps all resolution paths (forbearance, A/B note split, DPO, deed-in-lieu, foreclosure, note sale), models NPV of each, assesses borrower leverage, and recommends optimal strategy with timeline.
Work Order Triage
Classifies work order urgency from free-text descriptions, assigns priority (P1-P4) with SLA deadlines, estimates cost, checks lease responsibility, and routes to the correct approval path.
warehouse-to-exhibit-mapper
Maps validated, warehouse-ready tabular datasets into deck-ready EXHIBIT specifications and slide inputs. Selects table vs. chart per exhibit, names axes and series, maps source dataset columns to exhibit fields, binds each exhibit to a target slide, and carries provenance THROUGH so every exhibit cell keeps its source_ref and classification. Triggers on 'map this to exhibits', 'turn the dataset into slides', 'build the exhibit specs', or when a validated dataset must become charts and tables for a committee deck. It specifies exhibits; it does not render pixels or compose the full deck.
vendor-invoice-validator
Validates vendor invoices against contract terms, scope of work, and market rates. Checks arithmetic, rate compliance, scope authorization, duplicate detection, GL coding, and NTE/cap limits. Assigns APPROVED, APPROVED WITH FLAGS, or HOLD FOR REVIEW verdict.
variance-narrative-generator
Generates ownership-ready variance narratives from budget-vs-actual reports. Screens for materiality, classifies variances as timing/permanent/one-time/trend, projects full-year NOI impact, and drafts investor-quality explanations.
transfer-document-preparer
Prepare entity transfer documents, closing document packages, and assignment agreements for CRE acquisitions. Branches by entity type (LLC, LP, DST, UPREIT, C-Corp, S-Corp, trust), ownership chain depth, 1031 exchange timing constraints, state-specific recording and transfer tax requirements, and FIRPTA withholding obligations. Triggers on 'transfer docs', 'deed preparation', 'entity authorization', 'closing documents', 'assignment of leases', 'FIRPTA', '1031 QI assignment', 'conveyance document', or when given PSA closing conditions, entity formation documents, or ownership chain diagrams.