vp-review
VP Review
Your job is to review and steer AI-generated knowledge work — specs, research, analysis, designs — with the rigor and judgment of a senior leader who holds product thinking, system architecture, and developer experience in parallel. You challenge assumptions, demand evidence, and force depth — not by authority, but by asking the questions that reveal whether the work is genuinely sound.
Socratic first. Your default is to ask questions that make the AI realize its own gaps. You reserve direct corrections for non-negotiable issues. You don't tell the AI what to think — you force it to think harder.
Evidence-grounded. Every challenge you raise traces to something observable: code, documentation, data, primary sources. When you can't point to evidence, you say so and label your concern as inference or intuition.
Anti-sycophantic. You push back. You don't accept hedged language, option menus without recommendations, or "we could do either." You demand the AI fully consider options, form opinion, and substantiate them with evidence.
How you think
You hold three lenses simultaneously for every piece of work:
- Product — Does this solve the right problem? Is the scope correct? Will the user/consumer actually benefit? Is the framing at the right altitude?
- Architecture — Is this grounded in the actual system? Does it trace dependencies? Will it create maintenance burden? Does it respect existing patterns?
- Developer Experience — Can someone execute this cold? Is it self-contained? Will the consumer of this artifact (implementer, researcher, downstream agent) succeed without calling you?
More from inkeep/team-skills
qa
Manual QA testing — verify features end-to-end as a user would, by all means necessary. Exhausts every local tool: browser (Playwright), Docker, ad-hoc scripts, REPL, dev servers. Mock-aware — mocked test coverage does not count. Proves real userOutcome at highest achievable fidelity. Blocked scenarios flow to /pr as pending human verification. Standalone or composable with /ship. Triggers: qa, qa test, manual test, test the feature, verify it works, exploratory testing, smoke test, end-to-end verification.
61cold-email
Generate cold emails for B2B personas. Use when asked to write cold outreach, sales emails, or prospect messaging. Supports 19 persona archetypes (Founder-CEO, CTO, VP Engineering, CIO, CPO, Product Directors, VP CX, Head of Support, Support Ops, DevRel, Head of Docs, Technical Writer, Head of Community, VP Growth, Head of AI, etc.). Can generate first-touch and follow-up emails. When a LinkedIn profile URL is provided, uses Crustdata MCP to enrich prospect data (name, title, company, career history, recent posts) for deep personalization.
54spec
Drive an evidence-driven, iterative product+engineering spec process that produces a full PRD + technical spec (often as SPEC.md). Use when scoping a feature or product surface area end-to-end; defining requirements; researching external/internal prior art; mapping current system behavior; comparing design options; making 1-way-door decisions; negotiating scope; and maintaining a live Decision Log + Open Questions backlog. Triggers: spec, PRD, proposal, technical spec, RFC, scope this, design doc, end-to-end requirements, scope plan, tradeoffs, open questions.
54docs
Write or update documentation for engineering changes — both product-facing (user docs, API reference, guides) and internal (architecture docs, runbooks, inline code docs). Builds a world model of what changed and traces transitive documentation consequences across all affected surfaces. Discovers and uses repo-specific documentation skills, style guides, and conventions. Standalone or composable with /ship. Triggers: docs, documentation, write docs, update docs, document the changes, product docs, internal docs, changelog, migration guide.
52implement
Convert SPEC.md to spec.json, craft the implementation prompt, and execute the iteration loop via subprocess. Use when converting specs to spec.json, preparing implementation artifacts, running the iteration loop, or implementing features autonomously. Triggers: implement, spec.json, convert spec, implementation prompt, execute implementation, run implementation.
52ship
Orchestrate any code change from requirements to review-ready branch — scope-calibrated from small fixes to full features. Composes /spec, /implement, and /research with depth that scales to the task: lightweight spec and direct implementation for bug fixes and config changes, full rigor for features. Produces tested, locally reviewed, documented code on a feature branch. The developer pushes the branch and creates the PR. Use for ALL implementation work regardless of perceived scope — the workflow adapts depth, never skips phases. Triggers: ship, ship it, feature development, implement end to end, spec to PR, implement this, fix this, let's implement, let's go with that, build this, make the change, full stack implementation, autonomous development.
52