build-right-execution
仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
适合需要可验证迭代与变更追踪的工程执行场景
这个 Skill 做什么
用证据驱动的窄范围执行循环完成单一任务并更新追踪器
用一套证据驱动的小范围执行循环去完成单项任务:只改一点、验证、收集证据、把状态写回 tracker。要执行任务队列的下一项、验证某个改动或从已准备好的队列继续时就用它。特点是严格“一次只做一件、用对的证据证明”的闭环,适合 MVP 和可追溯的开发节奏。
▸ 展开 SKILL.md 英文原文
Execute one bounded task using baseline evidence, narrow implementation, verification, evidence capture, and tracker updates. Use when the user invokes /build-right-execution, wants to work the next issue, run an evidence-driven implementation loop, verify a task, update task state, or continue execution from a prepared task queue.
1
Stars
0
Forks
4
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pax-k/build-right/main/skills/build-right-execution/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pax-k/build-right/main/skills/build-right-execution/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Build Right Execution Use this skill after pre-execution work has produced product truth, MVP scope, operating rules, and an executable task queue. Core rule: ```text Do one task. Prove the current state. Change narrowly. Verify with the right evidence. Update the tracker. Then move to the next task. ``` ## Required Reading - Always read `references/workflow.md` before acting. - Read `references/gates.md` before task selection, after task intake, and before advancing to another task. - Read `references/review-and-delegation.md` only when review triggers apply, subagent review is useful, or broad evidence/tracker changes are touched. - Read `references/evidence-contract.md` before
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有