惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
J
Java Code Geeks
量子位
腾讯CDC
C
Check Point Blog
小众软件
小众软件
IT之家
IT之家
I
InfoQ
Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
GbyAI
GbyAI
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
博客园_首页
S
SegmentFault 最新的问题
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
Martin Fowler
Martin Fowler

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - Tacsiazuma/shall-we: A skill to stop premature f...
tacsiazuma · 2026-06-21 · via Hacker News - Newest: "AI"
███████╗ ██╗  ██╗  █████╗  ██╗      ██╗         ██╗    ██╗ ███████╗ ██████╗ 
██╔════╝ ██║  ██║ ██╔══██╗ ██║      ██║         ██║    ██║ ██╔════╝ ╚════██╗
███████╗ ███████║ ███████║ ██║      ██║         ██║ █╗ ██║ █████╗       ██╔╝
╚════██║ ██╔══██║ ██╔══██║ ██║      ██║         ██║███╗██║ ██╔══╝      ╚═╝  
███████║ ██║  ██║ ██║  ██║ ███████╗ ███████╗    ╚███╔███╔╝ ███████╗    ██╗  
╚══════╝ ╚═╝  ╚═╝ ╚═╝  ╚═╝ ╚══════╝ ╚══════╝     ╚══╝╚══╝  ╚══════╝    ╚═╝

A skill that helps you decide whether an idea is worth building — before you build it.

Implements the Agent Skills open standard. Works with Claude Code, Cursor, GitHub Copilot, Gemini CLI, OpenAI Codex, and any other compatible agent.


The problem

We're in an AI hype cycle where everyone wants to build everything, just because they can. Features get shipped because they're technically possible. Products get started because the demo looked good. Nobody stops to ask the uncomfortable question.

Shall we, though?

This skill is the uncomfortable question. It was inspired by two characters who've been fighting this battle from different angles:

  • The caveman (grugbrain.dev) — who's been saying no to complexity since before it was cool, and whose club has saved more codebases than any design pattern
  • The ponytail — the architect who's seen enough hype cycles to know that most ideas aren't bad, they're just badly timed, badly scoped, or solving the wrong problem

shall-we thinks like both of them, but operates one level higher: at the PM layer, where the decision to build (or not) is still cheap. It asks the questions that should happen before any code is written, any ticket is created, any design doc is started.


How it works

  1. Restates your idea to confirm it understood correctly
  2. Asks one question at a time — only what it needs to know
  3. Stops early if a deal-breaker surfaces
  4. Delivers a structured verdict:
## Verdict: YES / NO / LATER

**Why:** ...

**Strengths:**
- ...

**Concerns:**
- ...

**What would need to be true for a YES:**
- ...

The four lenses: business value, market demand, complexity, and risk.


Installation

Claude Code

/plugin marketplace add Tacsiazuma/shall-we
/plugin install shall-we@shall-we

Then invoke with /shall-we.

Gemini CLI

gemini skills install https://github.com/Tacsiazuma/shall-we.git --consent

Cursor

Clone the skill into Cursor's skill directory:

git clone https://github.com/Tacsiazuma/shall-we.git /tmp/shall-we
cp -r /tmp/shall-we/skills/shall-we ~/.cursor/skills/shall-we

Cursor picks it up automatically — no restart needed.

VS Code (GitHub Copilot)

Copy the skill into your project:

mkdir -p .agents/skills
git clone https://github.com/Tacsiazuma/shall-we.git /tmp/shall-we
cp -r /tmp/shall-we/skills/shall-we .agents/skills/shall-we

OpenAI Codex

mkdir -p ~/.agents/skills
git clone https://github.com/Tacsiazuma/shall-we.git /tmp/shall-we
cp -r /tmp/shall-we/skills/shall-we ~/.agents/skills/shall-we

Any other agent

The skill lives at skills/shall-we/SKILL.md in this repo. Copy or symlink that directory wherever your agent looks for skills. See agentskills.io/clients for agent-specific paths.


Structure

.
├── skills/
│   └── shall-we/
│       └── SKILL.md       # agentskills.io standard skill
├── .claude-plugin/
│   └── marketplace.json   # Claude Code marketplace manifest
└── plugins/
    └── shall-we/
        └── .claude-plugin/
            └── plugin.json