Manage PRD creation, roadmap planning, sprint coordination, and release management with Notion
Overall
score
18%
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Manage PRD creation, roadmap planning, sprint coordination, and release management.
{
"mcpServers": {
"notion": { "command": "npx", "args": ["-y", "@makenotion/mcp-server"], "env": { "NOTION_API_KEY": "${NOTION_API_KEY}" } },
"slack": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-slack"], "env": { "SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}" } }
}
}const prd = await notion.createPage("Product PRDs", {
title: "User Authentication Feature",
problem: "Users cannot securely access...",
solution: "Implement OAuth2...",
successMetrics: ["Login success rate > 95%"],
timeline: "Q2 2024"
});const roadmap = await notion.query("Features", {
filter: { property: "Status", equals: "Planned" }
});
const byQuarter = groupBy(roadmap, "quarter");Skill v2.0 - Product Team
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.