consulting-call-questions

Manages question lists for consulting calls in Markdown files with git versioning.

60|11|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/matyasstoch/david-skills --skill consulting-call-questions-matyasstoch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: consulting-call-questions
Source: https://github.com/matyasstoch/david-skills/tree/main/skills/consulting-call-questions
Command: npx skills add https://github.com/matyasstoch/david-skills --skill consulting-call-questions-matyasstoch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping track of questions for a consulting call with a lawyer, accountant, or tax advisor is messy when done in scattered notes. This Skill maintains one structured Markdown file per call, tracking main questions, potential questions, asked questions with answers, decisions, and action items. ## Core Features & Use Cases - Structured Question List: Maintains Main and Potential question sections with continuous numbering that never gets renumbered when items move. - Verbatim Capture: Adds questions exactly as written, without rephrasing or grammar fixes. - Asked-Question Tracking: Moves answered questions to an Already-Asked section with space for the answer. - Use Case: Before a call with your tax advisor, ask the agent to add three questions to the call file; during the call, mark each as asked and record answers; every change is committed and pushed to git immediately. ## Quick Start Add the question "What expenses can I deduct for my home office?" to my consulting call file for my accountant.

Frequently Asked Questions about consulting-call-questions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare a question list for a consulting call with a lawyer or accountant?▼

Create one Markdown file per call with sections for Main Questions, Potential Questions, Notes, and Action Items. Add each question verbatim as you think of it, placing framing questions at the top and follow-ups directly after related items.

How do I track which questions were asked during an advisor call?▼

Move each asked question from the Main or Potential section into an Already-Asked Questions section with a sub-bullet for the answer. Do not renumber the remaining questions; gaps in numbering are acceptable.

Can I reorganize questions between main and potential priority lists?▼

Yes, cut the question from one section and paste it into the other without changing its number. Main and Potential questions share one continuous numbering sequence, so numbers stay stable across moves.

Why should every question list change be committed to git immediately?▼

Immediate commit and push after each change creates a durable audit trail and prevents losing questions added or marked during a live call. Batching changes risks data loss if the session ends unexpectedly.

When is a Markdown question list not the right approach for call prep?▼

A single Markdown file works poorly when multiple people need simultaneous editing or when questions require rich metadata like deadlines and assignees. In those cases a shared task manager or collaborative document fits better.