ask-boardlisted
Install: claude install-skill schmug/shipofclaudius
# ask-board — cross-session question board
Board = **Q&A discussions** in `schmug/agent-notes` (private). Open questions
are injected into every session by this plugin's `SessionStart` hook. Answered
questions leave the board automatically and become memory files.
`gh discussion` is in **preview**; if a subcommand breaks, fall back to
`gh api graphql` rather than silently skipping the step.
---
## The post gate — all three must hold
1. **Not answerable by reading code or running a command.** If a `grep`, a
file read, or `gh run list` settles it, do that instead.
2. **Not a call only the user can make.** Product decisions, credentials,
intent, scope — ask in chat, now. The board is asynchronous; those
questions block.
3. **A future session in different context plausibly could answer it.** If no
one will ever be better positioned than you are right now, it isn't a board
question.
Failing any of the three means investigate, or ask. **"I posted a question
about it" is never a substitute for verifying.** Post, state the assumption
you're proceeding under, and keep going — the board never gates work.
| Passes | Fails → investigate | Fails → ask in chat |
|---|---|---|
| Does a bounced Cloudflare Email Routing send count against the daily quota? | Which test runner does this repo use? (read `package.json`) | Should this ship behind a flag? |
| Does Spotify's 60-episode auto-prune drop the oldest or the unpinned? | Is CI green? (`gh run list`) | What's the prod