用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cbgbt/bottlerocket-forest --skill idea-honing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | idea-honing |
| description | Clarify feature ideas through iterative Q&A, recording insights to guide concept development |
Clarify and refine feature ideas through structured questioning. This process helps uncover ambiguities, edge cases, and design considerations before writing the formal concept document.
If not already determined:
ls -1d ./docs/features/[0-9][0-9][0-9][0-9]-* 2>/dev/null | tail -1
Work with user to choose the next number and a descriptive name.
mkdir -p ./planning/NNNN-feature-name
cat > ./planning/NNNN-feature-name/idea-honing.md << 'EOF'
# Idea Honing: Feature Name
## Initial Idea
[User's rough description of the feature]
## Questions & Answers
EOF
Based on the user's rough idea, identify ambiguities and generate questions about:
Create a list of questions to explore.
CRITICAL: Only ask ONE question at a time.
For each question:
After each question is answered, append to the document:
cat >> ./planning/NNNN-feature-name/idea-honing.md << 'EOF'
### Q: [Question text]
**A**: [Answer text]
EOF
As you work through questions:
If a question is about existing code behavior (e.g., "How does X work today?"):
When the feature idea is sufficiently clear:
planning/ for referenceCheck the idea-honing document:
# Verify document exists
ls ./planning/NNNN-feature-name/idea-honing.md
# Review content
cat ./planning/NNNN-feature-name/idea-honing.md
Asking multiple questions at once: Only ask ONE question at a time. This keeps focus and allows deeper exploration.
Not recording answers: Update the document after EACH question is answered, not in batches.
Stopping too early: Continue until the user feels confident about the feature scope and approach.
After idea honing:
propose-feature-concept skill to write the formal concept基于 SOC 职业分类