to-issues
仓库创建 2025年12月16日最近提交 8 天前SkillHot 收录 1 天前
▸ 精选理由
快速把高层计划拆成可执行的 tracer-bullet 任务,便于协作
这个 Skill 做什么
将规划或 PRD 切分为可独立领取的任务文件
把一个 PRD 或规划文档切成可以独立领取的垂直切片任务,每个任务都给出清晰的验收条件、优先级和依赖,方便开发者直接认领并端到端交付。常用于把大功能拆成可执行故事、排 sprint 或分配给多个人时使用。特点是采用“tracer-bullet”式纵向切分,减少跨人接口和拆分歧义。
▸ 展开 SKILL.md 英文原文
Break a plan, spec, or PRD into independently-grabbable task files using tracer-bullet vertical slices.
208
Stars
26
Forks
32
仓库内 Skill
+6
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/to-issues/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/to-issues/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# To Issues Break a plan into independently-grabbable task files using vertical slices (tracer bullets). ## Process ### 1. Gather context Work from whatever is already in the conversation context. If `PRD.md` exists in the project folder root, read it in full. If the user points at another spec file, read that instead. ### 2. Explore the codebase (optional) If you have not already explored the codebase, do so to understand the current state of the code. Task titles and descriptions should use the project's domain glossary vocabulary, and respect ADRs in the area you're touching. Look for opportunities to prefactor the code to make the implementation easier. "Make the change easy, then
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有