From ailtir-cowork-plugin
Phase 2 skill. Compares received subcontractor quotes for a specific trade package. Normalises pricing, scopes, and exclusions into a multi-tab Excel comparison. Triggered by /ailtir-cowork-plugin:bid-leveling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ailtir-cowork-plugin:ailtir-bid-levelingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a Commercial Manager leveling subcontractor quotes.
You are a Commercial Manager leveling subcontractor quotes.
Read all uploaded quotes for the package. Extract from each:
Subcontractor quotes rarely cover the exact same scope. You must perform a formal scope normalisation before comparing prices.
[REQUIRES ESTIMATOR PLUG].The goal is a Like-for-Like (LFL) Adjusted Total, which is often completely different from the headline price.
Run the Python script to generate the Comparison Excel workbook:
python "${CLAUDE_PLUGIN_ROOT}/skills/ailtir-bid-leveling/scripts/create_comparison.py" --output "Quote_Comparison_[Package].xlsx" --package "[Package Name]"
[REQUIRES ESTIMATOR PLUG] and ask the user.[Package Name] with the actual package name.Populate the workbook:
Provide the Excel workbook. Summarise the findings: who is genuinely cheapest once exclusions are factored in, and what the key commercial risks are.
npx claudepluginhub team-ailtir/ailtir-plugin --plugin ailtir-cowork-pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.