features
仓库创建 2026年7月25日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么
把路线图拆成具体的用户故事和小 feature,按文件放到 docs/features/ 下,每个 feature 保持足够小、可评审,还可以顺手创建对应的 GitHub issue。在完成 /start、准备进入实现前使用,衔接战略和执行。特点是以 docs/ROADMAP.md(和 ARCHITECTURE.md)为依据,把高层目标具体化成可交付的 backlog 条目。
▸ 展开 SKILL.md 英文原文
Break the roadmap into concrete user stories and features, one file per feature under docs/features/, and optionally create matching GitHub issues. Use after /start (and ideally /architect), before implementation begins.
0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bjoxiah/buildloop/main/skills/features/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bjoxiah/buildloop/main/skills/features/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Features: Roadmap to backlog ## Preconditions Read `docs/ROADMAP.md` (required) and `docs/ARCHITECTURE.md` (if it exists, for technical grounding). If the roadmap doesn't exist yet, tell the user to run `/start` first. ## Process 1. For each phase in the roadmap, break the outcome-level goal into concrete features. Keep each one small enough to be a single reviewable unit of work — split anything that bundles multiple unrelated outcomes. 2. Order features within each phase by priority/dependency, not just the order they occurred to you. 3. Log to `docs/DECISIONS.md` (format in `/start`) only if a real trade-off was made while breaking the backlog down — e.g. deliberately
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有