AgentSkillsCN

task-analysis-skill

结合代码库背景,对 Slack 消息、Jira 工单、截图或口头描述的任务进行分析,并产出实施计划。当用户希望拆解任务、规划实现方案、分析某项功能的构建方式,或为工单撰写技术分析文档时,可选用此功能。

SKILL.md
--- frontmatter
name: task-analysis-skill
description: Analyze a task (from Slack messages, Jira tickets, screenshots, or verbal descriptions) in the context of the codebase and produce an implementation plan. Use when the user wants to break down a task, plan an implementation, analyze how a feature should be built, or create a technical analysis document for a ticket.

Workflow

  1. Ask the user for task context (Slack messages, Jira ticket info, screenshots, etc.)
  2. Understand the intent of the task
  3. Analyze the codebase for relevant information
  4. Analyze existing features for code structure and testability patterns
  5. Determine whether to adjust an existing feature or create a new one
  6. Write an implementation plan as a markdown file in this skill's analyses/ folder (locate it next to this SKILL.md)
  7. If the branch includes a task slug (e.g. task/HNV3-1579-fe-missing-order-tracking-id), prefix the analysis filename with that task number