blueprint-skeleton
仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由
防止理解偏差,适合需明确边界与约束的任务启动阶段。
这个 Skill 做什么
强制列出八维决策点并生成交互式确认界面与执行路线图。
在动手之前强制把所有决策点按 8 个维度列清楚(确认、模糊点、假设、选择、建议、排除、质量、边界),生成交互式确认界面让人逐条确认后出执行路线图。遇到需求模糊、怕 AI 自作主张就开始做的时候先用它对齐。亮点是把“先想清楚再做”变成一个可交互的流程,并支持执行中途重新对齐。
▸ 展开 SKILL.md 英文原文
Blueprint Skeleton — Force AI to exhaustively list all decision points from 8 dimensions (confirmation, ambiguity, assumption, choice, suggestion, exclusion, quality, boundary) before starting any task. Generates interactive HTML for user to confirm each point, then produces a roadmap. Supports mid-execution re-alignment when new divergences emerge. Solves "user is vague, AI guesses, result is off-target" problem. Zero dependencies, pure Python 3.8+. Triggers: blueprint, skeleton, align, confirm requirements, before starting.
0
Stars
0
Forks
2
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jingzy945/universal-agent-skills/main/blueprint-skeleton/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jingzy945/universal-agent-skills/main/blueprint-skeleton/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Blueprint Skeleton ## What It Solves The biggest efficiency loss between user and AI comes from **understanding drift**: - User describes goals vaguely - AI doesn't ask, guesses on its own, starts working - Result is off-target, rework wastes hours Blueprint Skeleton turns "think before you act" into a **forced workflow**: before starting, AI must exhaustively list all decision points from 8 dimensions, generate an interactive HTML page for the user to confirm each point, then produce a roadmap and follow it. ## When to Trigger **Must trigger:** - User explicitly says "align", "blueprint", "skeleton", "confirm first" - Multi-step task with clear deliverables or decision points - User'
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有