ask

A command for viewing and answering open questions recorded during project analysis.

In plain words
What is it for?
Use it to review questions about naming, errors, or other project conventions, then record answers for future planning.
Why use it?
It makes uncertain findings visible and lets human decisions complete the missing context.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/vynazevedo/first-plan/ask
Clone the repo
git clone --depth 1 https://github.com/vynazevedo/first-plan
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 514 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00023 $0.00514
Opus 5 $0.00012 $0.00257
Sonnet 5 $0.00005 $0.00103
Haiku 4.5 $0.00002 $0.00051

Measured 2d ago against content hash f225de609ad2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ask scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/ask.md · 66 lines

What it actually says

/fp:ask

Lista e gerencia perguntas abertas para o humano.

Argumentos

$ARGUMENTS:

  • vazio: lista perguntas abertas
  • --answer Q<n> "resposta": registra resposta para pergunta específica

Workflow

Passo 1 - Pre-flight

Verificar .first-plan/08-meta/questions.md existe.

Passo 2 - Lista (default)

Ler arquivo, mostrar perguntas com answered: false:

Perguntas abertas (<N>)

Q1 [naming]
   Arquivos usam camelCase em alguns lugares e snake_case em outros. Qual é a convenção atual?
   Sinal observado: internal/userHandler.go vs internal/payment_service.go
   Hipóteses:
     A) Migração em curso de camelCase -> snake_case
     B) Inconsistência histórica sem padrão claro
     C) Convenção é por tipo de arquivo
   Impacto: afeta nomeação de novos arquivos

Q2 [errors]
   ...

Para responder uma pergunta:
/fp:ask --answer Q1 "snake_case é o padrão atual, camelCase é legacy a migrar"

Passo 3 - Mode --answer

  1. Ler 08-meta/questions.md
  2. Localizar Q<n>
  3. Atualizar:
    • answered: true
    • answer: "<texto da resposta>"
    • answered_at: <timestamp>
  4. Atualizar contadores no frontmatter (open_questions, answered_questions)
  5. Confirmar: "Q respondida. Considere /fp:refresh para aplicar a resposta nas seções afetadas."

Passo 4 - Aplicar respostas em refresh

A resposta não modifica automaticamente as seções do .first-plan/. O usuário deve rodar /fp:refresh em seguida, e os subagents vão considerar as respostas em questions.md quando reanalisar.

Cuidados

  • Não inventar respostas se o usuário pediu a lista vazia ("não há perguntas abertas").
  • Não modificar status de pergunta sem confirmação.
  • Histórico de perguntas respondidas vai pra seção "Perguntas respondidas" do mesmo arquivo, mantida em ordem cronológica reversa.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 66 lines · 23 tokens per session scan A f225de609ad2

Subscribe to this mod's changes

ask is a command published in the GitHub repository vynazevedo/first-plan (23 stars, last pushed 8d ago), licensed MIT. It adds 23 tokens to every session and 514 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.