office-hours

仓库创建 2026年6月29日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

集成问诊与输出模板,适合快速做产品方向检视

▸ 风险提示

包含本地脚本与更新检查,可能拉取外部脚本或修改本地文件

这个 Skill 做什么

提供两种模式的创业/构建者问诊,帮助提炼问题与产出设计文档

提供两种 Office Hours 模式:Startup 用六个强迫性问题帮你快速暴露需求和最小切入点,Builder 用设计思维式头脑风暴帮你把点子拆解成可执行方案,并把讨论保存为设计文档。适合你有新想法、想评估是否值得做或需要把产品决策理清楚时使用。特别之处是结构化提问和产出文档,能主动介入而不是直接给出随意建议。

▸ 展开 SKILL.md 英文原文

YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Builder mode: design thinking brainstorming for side projects, hackathons, learning, and open source. Saves a design doc. Use when asked to "brainstorm this", "I have an idea", "help me think through this", "office hours", or "is this worth building". Proactively invoke this skill (do NOT answer directly) when the user describes a new product idea, asks whether something is worth building, wants to think through design decisions for something that doesn't exist yet, or is exploring a concept before any code is written. Use before /plan-ceo-review or /plan-eng-review. (gstack)

办公文档创业辅导诊断问题设计思维Claude Code
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/office-hours/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/office-hours/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
<!-- Regenerate: bun run gen:skill-docs -->

## Preamble (run first)

```bash
_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true
mkdir -p ~/.gstack/sessions
touch ~/.gstack/sessions/"$PPID"
_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true")
_PROACTIVE_PROMPTED=$([ -f ~/.gstack/.proactive-prompted 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有