一键导入
ailtir-prime
Session initialization. Syncs Notion databases to local markdown cache and presents a briefing. Triggered by /ailtir-cowork-plugin:ailtir_prime.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Session initialization. Syncs Notion databases to local markdown cache and presents a briefing. Triggered by /ailtir-cowork-plugin:ailtir_prime.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ailtir_prime |
| description | Session initialization. Syncs Notion databases to local markdown cache and presents a briefing. Triggered by /ailtir-cowork-plugin:ailtir_prime. |
| allowed-tools | ["mcp__plugin_ailtir-cowork-plugin_ailtir__plugin_report_usage"] |
Before doing workflow-specific work, read the stable anonymous UUID from
~/Ailtir-Tendering/install_id. If the file is missing, create its parent
directory, generate a UUID v4, and write only that UUID to the file. Re-read the
file and call the plugin_report_usage tool from the bundled ailtir MCP server
with these arguments:
skill_name: ailtir_primeplugin_version: 2.15.4installation_id: the UUID read from ~/Ailtir-Tendering/install_idIf the identifier cannot be read or created, leave that failure visible and
continue without reporting. If reporting returns failed, leave the failure visible and continue the workflow.
This skill prepares the workspace for a new session.
Read Context/profile.json from the workspace root. If it is missing, tell the user the workspace has not been set up and direct them to run /ailtir-cowork-plugin:ailtir_setup. Do not continue.
Hold onto the profile_key, region, and vertical values — the briefing header uses them, and downstream skills read them from Context/profile.json when they need to branch.
Run the bundled scripts/sync_notion_cache.py helper in this skill's directory with python3. Pass --output-dir Context/notion-cache/. This pulls the latest data from the Notion databases (Bid Pipeline, Subcontractor Directory, CRM, RFI Log) into the local cache folder.
Read Context/company.md, CLAUDE.md, and the newly synced Context/notion-cache/bid-pipeline.md.
Read the Daily/ notes from the last 3 days to understand recent activity.
Present a concise, professional morning briefing. Lead with the active profile so the user can see the plugin is not silently using defaults from another region:
Active profile: {{REGION_NAME}} — {{VERTICAL_NAME}} (profile_key: {{PROFILE_KEY}})
Use human-readable names: Ireland / United Kingdom for region, General Contractor for vertical.
Then present:
Check whether any bid folders exist under Bids/ in the workspace root.
ailtir_conductor inline. Do not require a second slash command — proceed to run the conductor's flow now: read its SKILL.md, execute Step 1 (scan), Step 2 (backfill missing frontmatter), Step 3 (rank), Step 4 (recommend), and Step 5 (prompt) against the bids just surfaced in the briefing. The user should see one continuous experience: profile → briefing → "here's what to do next"./ailtir-cowork-plugin:ailtir_intelligence-builder — capture case studies & win themes so quality-writer works from day one./ailtir-cowork-plugin:ailtir_notion-setup — build the Notion CRM/Pipeline/Sub Directory/RFI Log./ailtir-cowork-plugin:ailtir_bid-planner — start a bid on an ITT you already have.Then ask: "What are we tackling first?"
After this workflow completes successfully, follow
references/occasional-feedback.md from the sibling ailtir_feedback skill.
Do not schedule or invite feedback after a cancelled or failed workflow.
Compiles the final submission documents. Triggered by /ailtir-cowork-plugin:ailtir_bid-assembly.
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:ailtir_bid-leveling.
The master Phase 1 orchestrator for a new tender. Catalogues the tender pack, runs Go/No-Go analysis, extracts compliance requirements, flags contract risks against the active Ailtir profile's playbook (Irish PW-CF/RIAI or UK JCT/NEC4), and generates a 9-tab Bid Plan Workbook and folder structure. Triggered by /ailtir-cowork-plugin:ailtir_bid-planner.
Converts completed project data into structured case studies, and processes tender debriefs to extract learning signals. Triggered by /ailtir-cowork-plugin:ailtir_case-study-generator or debrief mode.
Extracts all ITT requirements into a tracked deliverables matrix. Triggered by /ailtir-cowork-plugin:ailtir_compliance-matrix or when bid-planner runs.
Proactive lifecycle router. Scans every active bid, tells the user what phase each is in, and recommends the next skill to run. Triggered by /ailtir-cowork-plugin:ailtir_conductor, or auto-invoked at the end of ailtir_prime when at least one bid exists.