Skip to content
Skillv1.0.0

show-me-your-work

Keep a reviewable decision trail for long-running or unattended work. A TSV log with one row per decision (what, why, evidence, result). Local by default. Commit it when a reviewer needs the trail to

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/show-me-your-work/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill show-me-your-work. Copyright stays with the author (MIT).

Show me your work

For work a human reviews after the fact, a decision trail reconstructs what was decided, why, and on what evidence.

Authorized Scope

Apply this engine only within the user's requested task and existing explicit authorization. Loading or delegating to it grants no additional authority. Preserve report-only restrictions and the caller's target, host, provider, and cost limits. Existing approval satisfies a gate only for the same actions and scope; obtain approval before expanding them. Forward these limits to delegates.

Contract

Inputs:

  • A long, autonomous, or multi-phase run that needs an audit trail

Outputs:

  • One canonical TSV log, plus an Attention section from a different-tier review of the trail

Creates/Modifies:

  • decisions.tsv in the work dir, or .tmp/audit/<task-slug>.tsv when several efforts run at once
  • Commit the log only when a reviewer needs it

External Side Effects:

  • None unless the caller commits the trail

Confirmation Required:

  • Before committing the log to the repo

Delegates To:

  • None. Other skills route their trail here.

Format

Copy references/decision-log-template.tsv to start. Columns: ts, phase, decision, why, evidence, result. Cells stay single-line. Evidence is a pointer, not prose.

Use scripts/log.sh <logfile> <phase> <decision> <why> <evidence> <result> so rows stay well-formed.

Log decision points and checkpoints, not every action. Append-only. A wrong call gets a new row.

Write each entry the way you'd tell a teammate. Apply references/prose-slop.md from the selected deslop skill directory to log text.

Audit the log

Before handing back, walk the log against what actually happened in this run's transcript (the path the harness names). Cut invented rows. Add missing forks. Drop padding.

Cross-tier review

Spawn a subagent on a different capability tier or family from the one that did the work. It reads the trail and the transcript, then flags weak evidence, skipped verification, and risky choices.

Every reply for a run that produced a trail ends with an Attention section. Lead with the reviewer's capability tier, then list flags. "No flags" is valid. Never name a concrete model.

Show Me Your Work procedure

Read show-me-your-work procedure when running this workflow. Apply the authorized scope and mode of this entry point to every step. Resolve other skills through this distribution’s active catalog; resolve resources relative to the installed skill directory.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-show-me-your-work/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-show-me-your-work.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-show-me-your-work",
  "kind": "skill",
  "name": "show-me-your-work",
  "description": "Keep a reviewable decision trail for long-running or unattended work. A TSV log with one row per decision (what, why, evidence, result). Local by default. Commit it when a reviewer needs the trail to trust the result. Use for show-me-your-work, autonomous or multi-phase runs, or work a human reviews after stepping away.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "audit",
      "decisions",
      "trail",
      "verification",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Keep a reviewable decision trail for long-running or unattended work. A TSV log with one row per decision (what, why, evidence, result). Local by default. Commit it when a reviewer needs the trail to trust the result. Use for show-me-your-work, autonomous or multi-phase runs, or work a human reviews after stepping away."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/show-me-your-work/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/show-me-your-work/SKILL.md",
      "key": "shipshitdev/skills/skills/show-me-your-work/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Show me your work\n\nFor work a human reviews after the fact, a decision trail reconstructs\nwhat was decided, why, and on what evidence.\n\n## Authorized Scope\n\nApply this engine only within the user's requested task and existing explicit\nauthorization. Loading or delegating to it grants no additional authority.\nPreserve report-only restrictions and the caller's target, host, provider, and\ncost limits. Existing approval satisfies a gate only for the same actions and\nscope; obtain approval before expanding them. Forward these limits to delegates.\n\n## Contract\n\nInputs:\n\n- A long, autonomous, or mu",
  "cost": {
    "context_tokens": 651
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-show-me-your-work/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.