Agent Skills
› NeverSight/learn-skills.dev
› brief
brief
GitHub用于新项目或功能启动的结构化发现流程。通过两阶段访谈澄清目标与成功标准,并系统性地解决关键设计决策(含选项、权衡与建议),最终生成标准化的Brief文档。
Trigger Scenarios
启动新项目
开始新功能开发
Install
npx skills add NeverSight/learn-skills.dev --skill brief -g -y
SKILL.md
Frontmatter
{
"name": "brief",
"description": "Structured discovery process for starting new work. Aligns on goals, success criteria, and key design decisions through a two-phase interview: goal clarification then systematic resolution of design questions with options, tradeoffs and recommendations. Use when kicking off a new project or feature."
}
Follow these instructions below, in order, one at a time.
Vibe Check
- Ask: “What are we doing and why?”
- Restate the goal/use-case in your own words, then ask: “Is this correct?”
- Ask: “Roughly speaking, what would success or 'good enough' look like?”
Questions
- Identify the key design questions first, prioritising the most constraining or irreversible decisions. Output the complete list under the heading “Key Design Questions”.
- For each design question, first ask whether it is a real constraint, a preference or accidental process baggage. Remove or downgrade anything that does not materially affect the design.
- Do your own research to answer questions, before asking any.
- For each remaining question, ask them one at a time and: i. Clearly state the design question ii. Present 3 viable options iii. Give your current recommendation with reasoning iv. List the main tradeoffs v. State whether the decision is reversible or hard to unwind vi. If your confidence is low, state it and explain exactly how the uncertainty should be resolved
- Convert answers into provisional decisions, not fixed doctrine. Revisit earlier decisions if later answers materially change the design.
- Review decisions for ambiguity, conflicts, hidden dependencies or unnecessary constraints. Then ask clarifying follow-ups.
Output
- After completing the above, produce the
Briefusing the template here - Show the completed
Briefin full.
Version History
- e0220ca Current 2026-07-05 21:38


