/QA : An Agent Skill for Resolving Open Questions
A drop-in `/qa` skill for Claude Code that collects the questions your agent just raised and asks them in a single batch, in plan mode, before any code is written. By default, it reviews only the last reply to keep usage low; `/qa deep` runs the full six-category review when needed.
Members-only content
This content is for members. Become a member and it unlocks here, or if you already are.
You are signed in. Unlocking this content now.
Get the weekly digest
One email a week: new member articles, projects and prompts, plus the developer news worth reading. Unsubscribe in one click, any time.
Follow the GBTI Network
Get more content like this. Follow us on your favorite platforms for updates, news, and community discussions.
From the author
atwellpubI wrote this because my work sprints kept ending the same way: with raised questions. The work would wrap up, and only then would the open decisions surface, at the point where acting on them meant redoing something.
So I gave myself a way to invoke the pass I wanted, on demand. Typing
/qagets the questions asked, in plan mode, before anything is written./qa continuedoes the same and then just builds once I have answered.I keep the default narrow on purpose. It reads only what the agent just told me and asks about that, because that is the case I actually hit, and a full sweep of the repository on every invocation is more tokens than the job is worth.
/qa deepis there for when I do want the wide pass.The rest of the file exists to keep the questions worth answering: audit the repository first so it never asks what the code already says, and say plainly when there is nothing left to decide rather than inventing something to ask.
0 Comments
No comments yet. Be the first. Members comment from the GBTI local client, where comments are submitted as pull requests and auto-published for paid members.
Become a memberComments are for members. Become a member to join the conversation, or if you already are.
You are signed in as a member. .