bee:using-pm-team

Orchestrate a research-first pre-development workflow with planning gates and artifacts.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-using-pm-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee:using-pm-team
Source: https://github.com/luanrodrigues/ia-frmwrk/tree/main/pm-team/skills/using-pm-team
Command: npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-using-pm-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured, research-first approach to planning software features, ensuring clarity on requirements, architecture, and tasks before coding begins, thereby preventing costly rework and scope creep.

Core Features & Use Cases

  • Two Planning Tracks: Offers a 'Small Track' (5 gates, <2 days) for simpler features and a 'Large Track' (10 gates) for complex ones, ensuring appropriate planning depth.
  • Comprehensive Gate Coverage: Guides users through essential planning stages including research, PRD, TRD, API design, data modeling, task breakdown, and delivery planning.
  • Research Agents: Integrates specialized agents for codebase patterns, best practices, and framework documentation research.
  • Delivery Tracking: Includes a skill to monitor execution progress against the planned roadmap.
  • Use Case: Before starting development on a new user authentication module, use the Large Track to thoroughly research existing patterns, define the PRD and TRD, design the API contracts, model the user data, and break down the implementation into atomic tasks.

Quick Start

Use the bee:using-pm-team skill to plan a new feature by running the command /bee:pre-dev-full payment-system.

Frequently Asked Questions about bee:using-pm-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a research-first pre-development workflow for software features?

A research-first pre-development workflow is a mandatory planning phase that clarifies requirements, architecture, and tasks before coding begins, using specialized agents to research codebase patterns and best practices to prevent costly rework and scope creep.

How do I plan a complex software feature before starting implementation?

To plan a complex software feature, you run a Large Track workflow with 10 gates that guides you through research, PRD creation, TRD, API design, data modeling, and task breakdown to ensure thorough preparation before development starts.

Can I use this feature planning workflow for smaller tasks under two days?

Yes, you can use the Small Track workflow designed for simpler features, which scales down the planning process to 5 gates, ensuring appropriate planning depth without unnecessary overhead for tasks taking less than two days.

What planning artifacts are generated during systematic feature development?

Systematic feature development generates detailed planning artifacts including Product Requirements Documents, Technical Requirements Documents, API designs, data models, and atomic task breakdowns to define the implementation roadmap.

Does this product management workflow track execution progress after planning?

Yes, the workflow includes a delivery tracking skill that monitors execution progress against the planned roadmap, ensuring that the implementation phase follows the structured tasks defined during the pre-development gates.

When should I not use a structured pre-development planning phase?

You should avoid a structured pre-development planning phase for trivial changes or hotfixes that require immediate deployment, as the mandatory research and documentation gates would introduce unnecessary delay to urgent agile workflow corrections.