skills/brief-status/SKILL.md
Use when the user asks for progress against current project direction, wants a status check on the active brief, or needs evidence-backed assessment across briefs, checkpoints, and docs/plans
npx skillsauth add anortham/goldfish brief-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Assess status from three sources:
docs/plans/ = execution detailmcp__goldfish__recall({ limit: 0 })
If the user asks about a specific brief, fetch it directly:
mcp__goldfish__brief({ action: "get", id: "brief-id" })
mcp__goldfish__recall({ days: 7, limit: 20, full: true })
Use full: true when you need files, git context, or detailed checkpoint metadata.
docs/plans/ when execution detail mattersUse project plan docs to understand implementation sequencing, task lists, and status headers. Do not trust the status header blindly. Verify it against checkpoints.
docs/plans/ execution detail matches the briefUse short sections:
Direction for the active briefEvidence for completed and active workDrift for work that does not map back to the briefNext for likely immediate follow-upBe direct. If the brief is stale, say so. If the implementation work has drifted away from the brief, say so.
docs/plans/ can explain how the team is executing, but the brief explains why.docs/plans/.testing
Use when returning to a project after time away, switching harnesses, or handing work off to another agent, to produce a structured session-resumption summary from the active brief, recent checkpoints, and git delta.
development
Use when starting multi-session work, capturing approved project direction, updating goals or constraints, or when the user asks for durable strategic context that should persist across sessions
testing
Use when the user asks for progress against current project direction, wants a status check on the active brief, or needs evidence-backed assessment across briefs, checkpoints, and docs/plans
development
Use when the user asks for a standup, daily update, progress summary, or cross-project report built from Goldfish briefs and checkpoints