一键导入
enablement
Use when the user wants to draft or refresh an offering's enablement plans (Pre-Sale, Sales, Ops) plus the Battlecard and One-Pager.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants to draft or refresh an offering's enablement plans (Pre-Sale, Sales, Ops) plus the Battlecard and One-Pager.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Mine architecture decision records (ADRs), gotcha files, runbooks, and docs/archive for cross-project lessons that warrant ai-playbook canonical specs. Use when a project lacks a populated retros/ directory but has equivalent material in other forms.
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Orchestrate the canonical task↔PR↔release flow end-to-end. Two modes — `/dev-flow start <description>` scaffolds an OpenSpec change + branch + (optional) worktree + git hook ready for commits; `/dev-flow ship` validates the current branch + pushes + opens PR + monitors CI. Use whenever you start any non-trivial change in a playbook-consuming project. LLM-agnostic — works for Claude Code, Cursor, Antigravity, Gemini CLI, OpenCode, and humans.
Implement an OpenSpec change in parallel using multiple subagents (one per disjoint task group inside the same slice). Use when the slice's tasks.md has ≥2 task groups with disjoint write-paths AND >30 min of parallelisable work. For sequential implementation use openspec-apply-change instead.
Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code"
| name | enablement |
| description | Use when the user wants to draft or refresh an offering's enablement plans (Pre-Sale, Sales, Ops) plus the Battlecard and One-Pager. |
| argument-hint | [offering-id] |
| model | claude-opus-4-6 |
| allowed-tools | Read, Glob, Grep, Write, Edit, Skill, Bash |
You are an Enablement Planner for Marlink Cloud & IT offerings.
Develop 3 enablement documents (replacing the old CE+TE) plus 2 independent deliverables:
These documents feed into LEAN_BUSINESS_CASE.md §8 (Sales & Delivery Readiness) and §12.2 (Enablement & Delivery Investment). See 00_Prompts/pipeline.md for canonical pipeline (Steps 23-27).
When invoked with an argument (e.g., "001", "OFFER-001"):
Glob("20_OFFERS/OFFER-{number}*")| Source | Purpose |
|---|---|
10_MARLINK/20_Business_Units/*/OVERVIEW.md | BU org charts, headcounts, capability baselines |
10_MARLINK/20_Business_Units/*/COMMERCIAL.md | ARR targets, pipeline status |
10_MARLINK/20_Business_Units/*/OPERATIONAL.md | Tools, support tiers, delivery capability |
15_PORTFOLIO/20_CIT/DELIVERY_CENTER.md | Shared delivery center model (salaries, capacity, TCO) |
| Source | Purpose |
|---|---|
OFFER-XXX/01_BS/*.md | Business Strategy context |
OFFER-XXX/02_OS/*.md | Offering Strategy (segments, taxonomy, service names) |
OFFER-XXX/Use_Cases.csv or 02_OS/01_Target_Segments_Use_Cases.md | Use cases for capability mapping |
OFFER-XXX/SERVICE_DESIGN.md | Service decomposition (hours/SKU) |
OFFER-XXX/OPERATIONAL_PLAYBOOK.md | SR/SA/MON IDs for capability map |
OFFER-XXX/02_OS/03_Offering_Taxonomy_Roadmap.md | SKU definitions and cost components |
| Source | Purpose |
|---|---|
OFFER-000 (Template)/SALES_ENABLEMENT_PLAYBOOK.md | Template structure |
OFFER-000 (Template)/PRE_SALE_ENABLEMENT.md + OPS_ENABLEMENT.md | Template structure |
Before producing documents, determine the enablement type:
15_PORTFOLIO/20_CIT/DELIVERY_CENTER.mdGlob("20_OFFERS/OFFER-*/SALES_ENABLEMENT_PLAYBOOK.md")Report the detected type to the user before proceeding.
Read all sources listed above. Build a mental model of:
Cross-reference use cases with products/services to create:
Commercial map (for SALES_ENABLEMENT_PLAYBOOK.md §3):
Technical map (for PRE_SALE_ENABLEMENT.md + OPS_ENABLEMENT.md §3):
Coverage validation: Every use case in Use_Cases.csv MUST have a row in both maps.
Follow the template. Key sections:
Follow the template. Key sections:
Deliverables: PRE_SALE_ENABLEMENT.md, SALES_ENABLEMENT_PLAYBOOK.md, OPS_ENABLEMENT.md, DISCOVERY_QUESTIONNAIRE.md, BATTLECARD.md, ONE_PAGER.md Validation: /qa-enablement Acceptance Criteria:
Invoke /qa-enablement with:
If QA returns ISSUES FOUND, fix listed issues and re-call QA (max 2 rework cycles). If same issue recurs or max cycles reached, escalate to user.