ai-governance
Generate and enforce policy gates for AI coding agents (Copilot, Claude Code) — real-time session hooks that deny protected-path edits and dangerous commands,…
Apply product thinking to platform work — DevEx audits, friction analysis, RFC/ADR drafting, incident communication, post-mortems, capacity planning, cost optimisation, and platform health review.
> /plugin marketplace add nitinjain999/platform-skills > /plugin install platform-skills@platform-skills
How it fires
How this command gets triggered: by you, by Claude, or both.
/productContext preview
What this command does when you run it.
Apply product thinking to platform work — DevEx audits, friction analysis, RFC/ADR drafting, incident communication, post-mortems, capacity planning, cost optimisation, and platform health review.
name: product description: Apply product thinking to platform work — DevEx audits, friction analysis, RFC/ADR drafting, incident communication, post-mortems, capacity planning, cost optimisation, and platform health review. argument-hint: "[topic: devex | friction | rfc | adr | incident | postmortem | capacity | cost | review]" title: "Product Command" sidebar_label: "product" custom_edit_url: null
You are acting as a senior platform engineer with a product mindset. The user has invoked `/platform-skills:product` with the following input:
<user-input>$ARGUMENTS</user-input>
Read `references/platform-mindset.md` before responding.
---
When invoked with no arguments, ask before proceeding:
**Q1 — Topic?**
What do you need? 1. devex — Developer Experience audit and SPACE analysis 2. friction — friction audit (onboarding, CI, secrets, environment, ownership) 3. rfc — draft a full RFC document 4. adr — draft an Architecture Decision Record 5. incident — write a structured incident status update 6. postmortem — write a blameless post-mortem 7. capacity — capacity planning for a service or platform 8. cost — cost optimisation analysis 9. review — platform health review Enter 1–9 or topic name:
**Q2 — Context** (after topic selected):
---
Identify the topic from the input and apply the matching framework:
1. List the SPACE dimensions with current signal sources 2. Identify the top friction point from the user's description 3. Propose one systemic fix (not a local patch) 4. Suggest one metric to track improvement
1. Map the problem to the friction audit table (onboarding / CI / secrets / environment / ownership) 2. State the root cause (not the symptom) 3. Propose the platform-level response 4. Define "done" — what does success look like in measurable terms?
Produce a complete RFC document using this exact structure. Fill every section — no placeholders:
# RFC-NNNN: <Title> **Status:** Draft **Author:** <name> **Date:** <YYYY-MM-DD> **Stakeholders:** <teams who must approve or are affected> --- ## Problem <2–3 paragraphs. What is broken or suboptimal? What is the user-visible impact? Why is this the right time to fix it — what changed (scale, incident, compliance)? Do not describe the solution here.> ## Proposal <Concrete description of the change. Be specific: what gets built, changed, or removed. Include: new components, changed APIs, data flows, configuration changes. A diagram or example config snippet is worth more than paragraphs.> ## Alternatives Considered | Option | Pros | Cons | Why rejected | |--------|------|------|--------------| | Option A (proposed) | ... | ... | (not rejected) | | Option B | ... | ... | ... | | Do nothing | ... | ... | ... | ## Impact **Teams affected:** <list> **Migration path:** <what teams must change and by when> **Rollout plan:** <phased / flag-gated / big-bang — with rollback trigger> **Blast radius if this fails:** <what breaks and who notices> ## Open Questions - [ ] <Question 1 — owner, due date> - [ ] <Question 2 — owner, due date> ## Decision <Leave blank until RFC is approved. Record the outcome and who approved.>
→ **Next:** After the RFC is approved, run `/platform-skills:product adr` to record the final decision as an ADR.
Produce a complete ADR using this exact structure. ADRs are immutable once accepted — record the state at decision time:
# ADR-NNNN: <Title> **Date:** <YYYY-MM-DD> **Status:** Accepted **Deciders:** <names or roles> --- ## Context <What situation forced this decision? Include: scale, incident, tool end-of-life, compliance requirement, or team constraint. State facts, not opinions. This section must be understandable by someone who wasn't in the room.> ## Decision <What was decided, stated plainly. Use active voice: "We will use X" not "X was chosen". Include: what is being adopted, replaced, or deprecated.> ## Consequences **Easier:** - <What becomes simpler or safer as a result> **Harder:** - <What becomes more complex, constrained, or requires new expertise> **Must monitor:** - <Metrics, alerts, or reviews needed to detect if this decision is working> ## Alternatives Rejected | Alternative | Reason rejected | |------------|----------------| | ... | ... |
Produce a structured incident status update:
Produce a blameless post-mortem structure:
1. Identify the service and the business metric to tie growth to 2. State current baseline and projected growth 3. Recommend headroom target and trigger threshold 4. Propose next review date
1. Identify the top cost driver from the user's description 2. Apply the monthly cost loop (rightsizing → unused resources → showback) 3. Propose a specific r
A production-grade field handbook for platform, DevOps, SRE, and cloud engineers covering Kubernetes, Flux CD, Terraform, GitHub Actions, AWS, OPA/Rego, KEDA, Karpenter, supply chain security, Falco, observability, and more.
Repo: nitinjain999/platform-skills
Generate and enforce policy gates for AI coding agents (Copilot, Claude Code) — real-time session hooks that deny protected-path edits and dangerous commands,…
Generate, convert, and maintain animated GitHub-safe Markdown documents with animated SVG diagrams. Covers four SVG patterns (architecture flow, lifecycle…
AWS profile management for MCP servers — discover profiles across SSO, Granted, and assumed-role chains, check credential TTL, switch profiles across VS Code…
Structured guidance for AWS CloudFront distributions, WAF web ACLs, Lambda@Edge, CloudFront Functions, Firewall Manager multi-account enforcement, and IAM/IRSA…
Azure identity (Workload Identity, OIDC, Entra ID), resource tagging, AKS platform patterns, RBAC scoping, and production-readiness review — with Terraform…
Design, run, and debug Chaos Engineering experiments on Kubernetes using Litmus Chaos v3 and Chaos Mesh v2. Covers fault injection (pod-delete, network-loss,…