By futuretea
Solutions Engineer daily workflow skills — open source analysis, case management, RFP response, discovery prep, and demo building. Designed for the OSS + customization delivery model.
Convert an SE's natural-language project narrative into a structured case file. Captures deal outcome, competitive context, pitfalls, and lessons learned.
Generate a structured demo script with Tell-Show-Tell rhythm, persona-driven vignettes, demo hierarchy classification, and fallback plans. Supports the "Do the Last Thing First" pattern.
Generate a structured call plan for a customer technical discovery meeting. Includes MEDDPICC qualification, Gap Selling questions, landmine questions, and a post-call scorecard.
Analyze an open source project from its GitHub repository and produce a structured feature matrix. Supports incremental updates on new major versions.
Parse a customer RFP/RFI document, run Go/No-Go qualification, generate win themes, match requirements against the knowledge base, and produce a FAB-mapped response draft with an Executive Summary.
This skill should be used when the user asks to "record a case", "import a case study", "document a past project", "save a customer story", "capture lessons learned", or needs to structure a project narrative into a standardized case format for the knowledge base. Also triggered after project delivery, deal closure, or win/loss review to preserve tribal knowledge.
This skill should be used when the user asks to "build a demo script", "create a demo", "prepare a product demonstration", "generate a demo narrative", "plan a customer demo", or needs to structure a customer-facing technical demonstration with step-by-step instructions, fallback plans, and environment checklists. Incorporates Tell-Show-Tell rhythm, persona-driven vignettes, and demo hierarchy (Standard → Custom → POC → POV).
This skill should be used when the user asks to "prepare for a discovery call", "create a call plan", "plan a technical discovery meeting", "prepare customer questions", "build a discovery guide", "run a disco-stration", or needs to generate a structured interview guide for a first or follow-up customer technical discovery session. Incorporates MEDDPICC qualification, Gap Selling, ambition-oriented questioning, landmine competitive questions, and discovery-demo blending (Disco-Stration).
This skill should be used when the user asks to "analyze an open source project", "generate a feature matrix", "extract features from a repo", "analyze a GitHub repo for pre-sales", "update the feature matrix", or provides a GitHub URL with intent to understand the project's capabilities for RFP response or solution design. Supports incremental updates on new major versions.
This skill should be used when the user asks to "respond to an RFP", "draft an RFP response", "generate a bid response", "answer an RFI", "write a technical proposal response", or provides an RFP/RFI document that needs technical answers mapped against open source capabilities and past customization cases. Includes Go/No-Go qualification, win theme generation, and Feature-Advantage-Benefit mapping.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin for Solutions Engineers. Codifies daily pre-sales workflows — from open source analysis to RFP response — into reusable slash commands. Designed for the OSS + customization delivery model.
Built on proven SE methodologies: MEDDPICC, Tell-Show-Tell, Great Demo!, Gap Selling, and FAB mapping.
claude plugins install .
Or from a repository:
claude plugins install <repo-url>
Prerequisites: Claude Code with plugin support. For OSS analysis, optionally configure a gitmcp.io MCP server.
Run these first to seed the knowledge base. Re-run when the OSS project ships a new major version or after significant customer engagements.
| Skill | Usage | Output |
|---|---|---|
/oss-analyze | /oss-analyze https://github.com/apache/flink | knowledge/oss-feature-matrix.md |
/case-import | /case-import then paste a project narrative | knowledge/cases/<customer>-<project>.md |
Run these on every customer engagement. Each consumes the knowledge base artifacts from Phase 0.
| Skill | Usage | Output |
|---|---|---|
/rfp-response | /rfp-response docs/customer-rfp.pdf --customer "某银行" | outputs/rfp/<customer>-rfp-draft.md |
/discovery-prep | /discovery-prep --customer "某零售企业" --industry 零售 | outputs/discovery/<customer>-call-plan.md |
/demo-builder | /demo-builder --customer "某零售企业" --scenario "实时看板" --duration 30min | outputs/demo/<customer>-demo-script.md |
/oss-analyze https://github.com/your-oss-project
/case-import
→ paste or describe 3-5 past customer projects
/rfp-response docs/customer-rfp.pdf --customer "某银行" --industry 金融
Phase 0: Knowledge bootstrapping
/oss-analyze ──→ knowledge/oss-feature-matrix.md
/case-import ──→ knowledge/cases/<case>.md
Phase 1: Daily workflows
/rfp-response ──→ outputs/rfp/<customer>-rfp-draft.md
/discovery-prep ──→ outputs/discovery/<customer>-call-plan.md
/demo-builder ──→ outputs/demo/<customer>-demo-script.md
Downstream skills automatically discover upstream artifacts by convention. For example, /demo-builder will read the discovery call plan if it exists to personalize the script.
| Methodology | oss-analyze | case-import | rfp-response | discovery-prep | demo-builder |
|---|---|---|---|---|---|
| MEDDPICC | — | — | — | ✓ | — |
| Gap Selling | — | — | — | ✓ | — |
| Tell-Show-Tell | — | — | — | — | ✓ |
| Great Demo! ("Last Thing First") | — | — | — | — | ✓ |
| FAB Mapping | — | — | ✓ | — | — |
| Disco-Stration | — | — | — | ✓ | — |
| Win Themes | — | — | ✓ | — | — |
| Go/No-Go Qualification | — | — | ✓ | — | — |
| Docs-as-Code | ✓ | — | — | — | — |
/oss-analyzeAnalyze an open source project's GitHub repository (via gitmcp.io MCP or gh CLI fallback) and produce a structured feature matrix: capabilities, module architecture, APIs, extension points, deployment requirements, and known limitations.
Re-run when the OSS project releases a new major version.
/case-importConvert a natural-language project narrative from an SE into a standardized case file. Captures deal outcome (won/lost), competitive context, deal stage, pitfalls, and a Deal Analysis section for win/loss review — preventing tribal knowledge from walking out the door.
/rfp-responseGo/No-Go qualification first, then win theme generation, then RFP parsing and knowledge-base matching. Each requirement gets a FAB (Feature → Advantage → Benefit) mapped response with coverage status and source tracing. Includes an Executive Summary (written last) and a 3-gate review process (compliance → accuracy → narrative).
/discovery-prepMEDDPICC qualification, Gap Selling questions (quantify cost of inaction), ambition-oriented questions, landmine questions for competitive positioning, and a Disco-Stration option for blended discovery+demo sessions. Generates a structured call plan with hypotheses, question path, and a post-call MEDDPICC scorecard.
/demo-builderClassifies the demo into one of four levels (Standard → Custom → POC → POV), then generates a structured script. Each scene follows Tell-Show-Tell rhythm with persona-driven vignettes. Includes the "Do the Last Thing First" (Great Demo!) alternative pattern, the composure principle for live failures, and post-demo follow-up bullets.
npx claudepluginhub futuretea/se-skillsRancher assistant for multi-cluster Kubernetes management, troubleshooting, capacity analysis, and resource discovery (Community)
FlashDuty assistant for incident management, diagnosis, team collaboration, and SRE best practices (Community)
AlibabaCloud DevOps (Yunxiao) assistant for project management, code management, pipeline operations, and application delivery (Community)
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development