GitHub - Tacsiazuma/shall-we: A skill to stop premature feature development before even coding. · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Tacsiazuma
shall-we
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>8 Commits<br>8 Commits
.claude-plugin
.claude-plugin
plugins/shall-we/.claude-plugin
plugins/shall-we/.claude-plugin
skills/shall-we
skills/shall-we
LICENSE
LICENSE
README.md
README.md
View all files
Repository files navigation
███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ██╗ ██╗ ███████╗ ██████╗<br>██╔════╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██║ ██║ ██╔════╝ ╚════██╗<br>███████╗ ███████║ ███████║ ██║ ██║ ██║ █╗ ██║ █████╗ ██╔╝<br>╚════██║ ██╔══██║ ██╔══██║ ██║ ██║ ██║███╗██║ ██╔══╝ ╚═╝<br>███████║ ██║ ██║ ██║ ██║ ███████╗ ███████╗ ╚███╔███╔╝ ███████╗ ██╗<br>╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚══════╝ ╚══╝╚══╝ ╚══════╝ ╚═╝
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
Restates your idea to confirm it understood correctly
Asks one question at a time — only what it needs to know
Stops early if a deal-breaker surfaces
Delivers a structured verdict:
## Verdict: YES / NO / LATER
**Why:** ...
**Strengths:**<br>- ...
**Concerns:**<br>- ...
**What would need to be true for a YES:**<br>- ...
The four lenses: business value , market demand , complexity , and risk .
Installation
Claude Code
/plugin marketplace add Tacsiazuma/shall-we<br>/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<br>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<br>git clone https://github.com/Tacsiazuma/shall-we.git /tmp/shall-we<br>cp -r /tmp/shall-we/skills/shall-we .agents/skills/shall-we
OpenAI Codex
mkdir -p ~/.agents/skills<br>git clone https://github.com/Tacsiazuma/shall-we.git /tmp/shall-we<br>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/<br>│ └── shall-we/<br>│ └── SKILL.md # agentskills.io standard skill<br>├── .claude-plugin/<br>│ └── marketplace.json # Claude Code marketplace manifest<br>└── plugins/<br>└── shall-we/<br>└── .claude-plugin/<br>└── plugin.json
About
A skill to stop premature feature development before even coding.
Resources
Readme
License
MIT license
Uh oh!
There was an error while loading. Please reload this...