create-rule
Create Cursor rules for persistent AI guidance. Use when the user wants to create a rule, add coding standards, set up project conventions, configure…
Use when the user asks for a PRD, requirements doc, or product spec grounded in the existing repo, or wants a token-efficient PRD folder. Runs repo reconnaissance, expert questioning, then writes the PRD.
$ npx -y skills add coco-research/coco --skill prd-mastery --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/prd-masteryContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user asks for a PRD, requirements doc, or product spec grounded in the existing repo, or wants a token-efficient PRD folder. Runs repo reconnaissance, expert questioning, then writes the PRD.
name: prd-mastery description: "Use when the user asks for a PRD, requirements doc, or product spec grounded in the existing repo, or wants a token-efficient PRD folder. Runs repo reconnaissance, expert questioning, then writes the PRD." version: "1.0" author: "Callum Bir" keywords: ["PRD", "product requirements", "business analysis", "product management", "documentation", "Cagan", "Torres", "Biddle"] domain: pm
**Status:** Production Ready **Package Manager:** pnpm **Key Focus:** Context-aware PRD creation, token efficiency, expert-driven guidance **Official References:**
---
1. [Overview](#overview) 2. [Installation & Setup](#installation--setup) 3. [Workflow Steps](#workflow-steps) 4. [Expert-Driven Questioning Techniques](#expert-driven-questioning-techniques) 5. [Token Efficiency Guidelines](#token-efficiency-guidelines) 6. [PRD Organization Structure](#prd-organization-structure) 7. [Code Examples](#code-examples) 8. [Best Practices](#best-practices) 9. [Templates & Resources](#templates--resources)
---
The PRD Mastery skill helps AI agents create high-quality, context-aware Product Requirements Documents (PRDs) that are:
✅ Automated repository reconnaissance to understand project context ✅ Adaptive questioning based on project stage ✅ Expert-guided user interviews to extract requirements ✅ Token-optimized output format ✅ Structured organization system for PRD management ✅ Reusable templates and examples
---
# Node.js 20.9+ for running reconnaissance scripts node --version # pnpm (recommended) pnpm --version
1. **Run Repository Reconnaissance**
node skills/prd-mastery/repo_scan.js
2. **Review Preliminary Findings**
cat prelim_summary.md
3. **Create Your First PRD** Follow the workflow steps below to guide the PRD creation process.
---
**Goal**: Automatically determine if the project is new or existing, identify tech stack, and document context.
**Process**: 1. Run `repo_scan.js` to analyze:
2. Output is saved to `prelim_summary.md` with:
**Example Output**:
# Preliminary Project Summary **Project Type**: Existing **Tech Stack**: Next.js 16, React, TypeScript, Prisma ORM **Architecture**: App Router with server components **Key Observations**: - Well-structured authentication system using Auth.js - Vector database integration with Upstash - MCP server pattern implementation
---
**Goal**: Understand where the project is in its lifecycle and whether architecture changes are needed.
**Context-Aware Questions**:
For **New Projects**:
For **Existing Projects**:
**Adaptive Follow-ups**:
---
**Goal**: Use proven questioning techniques to move from broad ideas to specific, outcome-focused PRDs.
Inspired by "Inspired", focus on outcomes over features:
1. **Problem Definition**
2. **Discovery Validation**
3. **Value Proposition**
Based on "Continuous Discovery Habits":
1. **Opportunity Mapping**
2. **Assumption Testing**
3. **Customer Interviews**
Focus on clarity and completeness:
1. **Stakeholder Alignment**
CoCo Super Intelligence is the orchestration layer that turns Claude Code, Cursor, or Codex into an engineering department: a routed advisory board, 226 skills, 386 commands, persistent state. Local. Open-core — MIT core; Super Intelligence is proprietary, own-use.
Repo: coco-research/coco
Create Cursor rules for persistent AI guidance. Use when the user wants to create a rule, add coding standards, set up project conventions, configure…
Guides users through creating effective Agent Skills for Cursor. Use when the user wants to create, write, or author a new skill, or asks about skill…
Create custom subagents for specialized AI tasks. Use when the user wants to create a new type of subagent, set up task-specific agents, configure code…
Convert 'Applied intelligently' Cursor rules (.cursor/rules/*.mdc) and slash commands (.cursor/commands/*.md) to Agent Skills format (.cursor/skills/). Use…
Modify Cursor/VSCode user settings in settings.json. Use when the user wants to change editor settings, preferences, configuration, themes, font size, tab…
Train and optimize AI agents using Microsoft's Agent Lightning framework with reinforcement learning. Use when setting up agent training, instrumenting agents…