brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Assess whether your product work is AI-first or AI-shaped. Use when evaluating AI maturity and choosing the next team capability to build.
$ npx -y skills add getcrew44/crew44 --skill ai-shaped-readiness-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ai-shaped-readiness-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
Assess whether your product work is AI-first or AI-shaped. Use when evaluating AI maturity and choosing the next team capability to build.
name: ai-shaped-readiness-advisor description: Assess whether your product work is AI-first or AI-shaped. Use when evaluating AI maturity and choosing the next team capability to build. intent: >- Assess whether your product work is **"AI-first"** (using AI to automate existing tasks faster) or **"AI-shaped"** (fundamentally redesigning how product teams operate around AI capabilities). Use this to evaluate your readiness across **5 essential PM competencies for 2026**, identify gaps, and get concrete recommendations on which capability to build first. type: interactive theme: ai-agents best_for: - "Assessing whether your team is AI-first or genuinely AI-shaped" - "Identifying which of the 5 AI competencies to build next" - "Understanding your product org's AI maturity honestly" scenarios: - "My team uses AI tools but I'm not sure if we're working differently or just automating the same tasks" - "I want to assess my product org's AI maturity and prioritize where to invest next quarter" estimated_time: "15-20 min"
Assess whether your product work is **"AI-first"** (using AI to automate existing tasks faster) or **"AI-shaped"** (fundamentally redesigning how product teams operate around AI capabilities). Use this to evaluate your readiness across **5 essential PM competencies for 2026**, identify gaps, and get concrete recommendations on which capability to build first.
**Key Distinction:** AI-first is cute (using Copilot to write PRDs faster). AI-shaped is survival (building a durable "reality layer" that both humans and AI trust, orchestrating AI workflows, compressing learning cycles).
This is not about AI tools—it's about **organizational redesign around AI as co-intelligence**. The interactive skill guides you through a maturity assessment, then recommends your next move.
| Dimension | AI-First (Cute) | AI-Shaped (Survival) | |-----------|-----------------|----------------------| | **Mindset** | Automate existing tasks | Redesign how work gets done | | **Goal** | Speed up artifact creation | Compress learning cycles | | **AI Role** | Task assistant | Strategic co-intelligence | | **Advantage** | Temporary efficiency gains | Defensible competitive moat | | **Example** | "Copilot writes PRDs 2x faster" | "AI agent validates hypotheses in 48 hours instead of 3 weeks" |
**Critical Insight:** If a competitor can replicate your AI usage by throwing bodies at it, it's not differentiation—it's just efficiency (which becomes table stakes within months).
---
These competencies define AI-shaped product work. You'll assess your maturity on each.
Building a durable **"reality layer"** that both humans and AI can trust—treating AI attention as a scarce resource and allocating it deliberately.
**What it includes:**
**Key Principle:** *"If you can't point to evidence, constraints, and definitions, you don't have context. You have vibes."*
**Critical Distinction: Context Stuffing vs. Context Engineering**
**The 5 Diagnostic Questions:** 1. What specific decision does this support? 2. Can retrieval replace persistence? 3. Who owns the context boundary? 4. What fails if we exclude this? 5. Are we fixing structure or avoiding it?
**AI-first version:** Pasting PRDs into ChatGPT; no context boundaries; "more is better" mentality **AI-shaped version:** CLAUDE.md files, evidence databases, constraint registries AI agents reference; two-layer memory architecture; Research→Plan→Reset→Implement cycle to prevent context rot
**Deep Dive:** See [`context-engineering-advisor`](../context-engineering-advisor/SKILL.md) for detailed guidance on diagnosing context stuffing and implementing memory architecture.
---
Creating repeatable, traceable AI workflows (not one-off prompts).
**What it includes:**
**Key Principle:** One-off prompts are tactical. Orchestrated workflows are strategic.
**AI-first version:** "Ask ChatGPT to analyze this user feedback" **AI-shaped version:** Automated workflow that ingests feedback, tags themes, generates hypotheses, flags contradictions, logs decisions
---
Using AI to compress **learning cycles** (not just speed up tasks).
**What it includes:**
**Key Principle:** Do less, purposefully. AI removes bottlenecks, not generates more work.
**AI-first version:** "AI writes user stories faster" **AI-shaped version:** "AI runs feasibility checks overnight, eliminating 2 weeks of technical discovery"
---
Redesigning team systems so AI operates as **co-intelligence**, not an accountability shield.
**What it includes:**
Orchestrate a crew of specialist AI agents in one local-first workspace. Each role on its best model, with memory and skills that compound. Free, MIT.
Repo: getcrew44/crew44
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting…
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes