Skip to content
meirlabs

sae

Status And Estimate — four plain-English lines and a real number

v0.3.0

Asking an agent where it's at usually costs you a paragraph of throat-clearing, an estimate like "almost done", and a status written for whoever wrote the code. This skill replaces it with a fixed four-line block aimed at the person who owns the product: minutes left as an actual number, what's remaining, what's finished, and a notes line only when something is blocked. File paths, migration numbers, and function names are banned outright — every item names something a user or the business would notice, and five related fixes report as one phrase. Plain markdown with no tool calls, so the same folder works in Claude Code, Codex, or anything else that reads a SKILL.md.

npx @meir-labs/skill-sae
GitHub

What it does

  • answers "where are you at?" in exactly four lines — estimate, remaining, finished, and notes only when something is blocked
  • forces a numeric estimate in minutes and bans "soon", "shortly", and "almost done"
  • bans file paths, function names, migration numbers, and flags — every item is a feature, screen, flow, or risk instead
  • groups five related fixes into one phrase rather than listing the mechanisms behind them
  • refuses to round a partial pass up to a win — a failing test stays in working on, with the blocker in notes
  • aggregates a whole subagent fleet into one block rather than one status report per agent