Write a PRD optimized for AI coding agents (Claude Code, Codex). Includes standard product context plus implementation-specific sections -- file structure, code patterns, API contracts with request/response examples, test cases, migration steps, and sequenced build order. The output is designed so an AI coding tool can build directly from it.
Generate a PRD formatted as an executable build plan for AI coding agents like Claude Code or Codex. This format combines the standard product context (problem, goals, metrics) with implementation-specific sections that an AI coding tool needs to build the feature with minimal back-and-forth.
The key difference from a standard PRD: every section is written to be machine-actionable. Instead of "we need an API endpoint," this format says "create a POST endpoint at /api/v1/notifications/preferences that accepts this request body and returns this response."
create-prd (standard) or create-prd-engineeringcreate-prd-one-pagerAsk the user for:
If the user provides partial input, fill in what you can and mark implementation-critical gaps with [BLOCKED -- need X before coding] rather than silent [TBD].
A complete PRD + implementation plan in markdown, following the template in references/template.md. The document includes:
User: "I need a PRD for Claude Code to build a notification preferences API. Users should be able to set per-channel preferences (email, Slack, in-app) for each notification type."
Agent: Asks about the codebase (repo, framework, ORM), existing notification system code, database schema, and auth patterns. Then produces a PRD with exact endpoint specs, database migration SQL, file paths to create, test cases, and a step-by-step build order.
User: "Write a spec for Codex to add SAML SSO to our Express.js app. Here's the repo: ~/code/auth-service."
Agent: Scans the repo for existing auth patterns, middleware structure, and test framework. Produces a PRD that references existing files, matches the code style, and sequences the build so Codex can work through it in order.
/api/v1/foo that accepts { bar: string, baz: number } and returns { id: string, created_at: string }" is what the AI needs.[BLOCKED] for anything the AI cannot proceed without. Silent [TBD] in an AI-targeted spec leads to hallucinated implementations.create-prd -- Standard PRD for human audiencescreate-prd-engineering -- Detailed engineering spec (for humans, not AI agents)create-prd-one-pager -- Leadership one-pagercreate-architecture-diagram -- Visualize the system before specifying the buildnpx skills add jasonmeans/为-claude-code-创建-PRD下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer