CtrlK
BlogDocsLog inGet started
Tessl Logo

product-team

Manage PRD creation, roadmap planning, sprint coordination, and release management with Notion

Install with Tessl CLI

npx tessl i github:oyi77/1ai-skills --skill product-team
What are skills?

Overall
score

18%

Does it follow best practices?

Validation for skill structure

Validation failed for this skill
This skill has errors that need to be fixed before it can move to Implementation and Activation review.
SKILL.md
Review
Evals

Product Team

Manage PRD creation, roadmap planning, sprint coordination, and release management.

Required Tools

{
  "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}" } }
  }
}

Pseudo Code

PRD Creation

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"
});

Roadmap Planning

const roadmap = await notion.query("Features", {
  filter: { property: "Status", equals: "Planned" }
});

const byQuarter = groupBy(roadmap, "quarter");

Skill v2.0 - Product Team

Repository
github.com/oyi77/1ai-skills
Last updated
Created

Is this your skill?

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.