bk-monitor-tapd-dev

Analyze TAPD tickets and generate a structured development plan.

839|261|Updated Apr 18, 2019
One-click install
npx skills add https://github.com/TencentBlueKing/bk-bcs --skill bk-monitor-tapd-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bk-monitor-tapd-dev
Source: https://github.com/TencentBlueKing/bk-bcs/tree/main/bcs-services/bcs-project-manager/.cursor/skills/bk-monitor-tapd-dev
Command: npx skills add https://github.com/TencentBlueKing/bk-bcs --skill bk-monitor-tapd-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

本技能帮助开发团队从 TAPD 单据中提取关键信息,自动生成结构化的开发计划,并在开始开发前进行分支校验与用户确认,减少重复沟通和返工。

Core Features & Use Cases

  • TAPD 单据解析与注释汇总,用于需求、缺陷和任务的快速理解。
  • 基于 dev-plan-template.md 自动生成开发方案,确保输出规范化。
  • 分支验证与需要用户确认后方可启动开发,提供可追溯的工作流。

Quick Start

提供 TAPD 单据 ID 以触发工作流,系统在校验分支后自动生成开发计划并等待您的确认再开始开发。

Frequently Asked Questions about bk-monitor-tapd-dev

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

FAQPage Schema
How do I generate a development plan from TAPD tickets automatically?

Yes, you can generate structured development plans from TAPD stories, bugs, and tasks. The workflow extracts details and comments from tickets to formulate a validated development plan before coding begins.

How does branch validation work before starting development?

Branch validation checks your current branch against workflow requirements before allowing development to start. The system ensures the branch is validated and waits for explicit user confirmation of the generated plan before proceeding.

Can I use TAPD ticket comments to structure my dev plan?

Yes, TAPD ticket comments are parsed and summarized alongside ticket details to structure your dev plan. This ensures all discussion context is captured when generating the development plan from the template.

What is the best way to orchestrate a TAPD workflow with conditional execution?

The best way to orchestrate a TAPD workflow with conditional execution is using a system that integrates MCP calls and branch validation. This ensures development only proceeds after user approval of the generated plan.

Do I need user confirmation before coding begins when using TAPD work items?

Yes, user confirmation is required before coding begins with TAPD work items. The workflow pauses after generating the development plan, waiting for your explicit approval to ensure alignment and reduce rework.