一键导入
task-management
Generate implementation task lists from requirements, then process them one at a time with completion tracking and commit protocols.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate implementation task lists from requirements, then process them one at a time with completion tracking and commit protocols.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full Continuous Discovery Habits pipeline: create interview snapshots, synthesize patterns, create opportunities, generate solutions, and identify and test assumptions.
ICE-based idea prioritization with evidence-guided confidence scoring. Score ideas on Impact, Confidence, and Ease to propose execution priority.
Expert product coach and advisor mode. You are a strategic copilot for a Product Manager, proactively guiding, challenging, and sharpening their thinking in product strategy, execution, and stakeholder management.
Generate product documents: PRDs, 1-pagers, design briefs, and Figma Make prompts. Each document type has its own reference with detailed structure and process.
Review product strategy, vision, and OKRs using the PRISM framework, vision scoring, OKR sparring, and team structure guidance.
Scaffold a new initiative folder with standardized structure and customized templates for PM workflows.
| name | Task Management |
| description | Generate implementation task lists from requirements, then process them one at a time with completion tracking and commit protocols. |
This skill covers two workflows: generating task lists from requirements, and processing task lists one sub-task at a time.
references/generate-tasks.md.references/process-task-list.md.Create a detailed, step-by-step task list in Markdown format based on user requirements, feature requests, or existing documentation. The task list should guide a developer through implementation.
.md)/tasks/tasks-[feature-name].mdtasks-[feature-name].md in the /tasks/ directory.For full output format details, see references/generate-tasks.md.
Assume the primary reader is a junior developer. Requirements should be explicit and unambiguous.
Manage task lists in markdown files to track progress on completing a PRD.
[ ] to [x].[x], follow this sequence:
feat:, fix:, refactor:, etc.) that summarizes what was accomplished, lists key changes, and references the task number and PRD contextUpdate the task list as you work:
[x]) per the protocol above.Maintain the "Relevant Files" section:
When working with task lists, the agent must:
Follow the writing standards in _shared/writing-standards.md for all outputs.