RA

rankup-work-logging

Logs work progress and yarn validate evidence to keep project documentation and status accurate.

Install

mkdir -p .claude/skills/rankup-work-logging && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15452" && unzip -o skill.zip -d .claude/skills/rankup-work-logging && rm skill.zip

Installs to .claude/skills/rankup-work-logging

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Work tracking + evidence logging for Rankup. Use when updating docs/work (CURRENT, ROADMAP, epics, log) and recording yarn validate evidence to close WPs/epics reproducibly.
173 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Update Work Package (WP) and epic statuses.
  • Record validation evidence in the daily log.
  • Update `docs/work/CURRENT.md` to the next unit of work.
  • Mark WP sections as Done/Blocked with notes.
  • Append command(s) executed and PASS/FAIL status to log.

How it works

The skill updates the status of work packages and epics, records validation evidence in a daily log, and updates the `CURRENT.md` file to reflect the next unit of work. It ensures work documentation is reproducible.

Inputs & outputs

You give it
Completed work package or epic, `yarn validate` output
You get back
Updated `docs/work/**` files (CURRENT, ROADMAP, epics, log) with status and evidence

When to use rankup-work-logging

  • Update epic status to closed
  • Record yarn validate output
  • Log daily work completion
  • Move CURRENT.md to next task

About this skill

Rankup: Work tracking + evidence logging

Objective

Keep docs/work/** reproducible:

  • WPs have clear DoR/DoD
  • Validation evidence is recorded
  • CURRENT/ROADMAP reflect reality

Trigger / Use when

  • You finish a WP or an epic.
  • You ran yarn validate and need to record results.
  • You need to move CURRENT to the next unit of work.

Minimal workflow

  1. Update WP/epic status
  • Mark WP sections as Done/Blocked with a short note.
  • Update epic status if closing.
  1. Record evidence in the daily log
  • Append to docs/work/log/YYYY-MM-DD.md:
    • command(s) executed
    • PASS/FAIL
    • short note about scope
  1. Update docs/work/CURRENT.md
  • Point to next WP/epic.
  • Keep it small and unambiguous.

Evidence format (recommended)

## YYYY-MM-DD

-   WP-XXX-YY: <short label>
    -   yarn validate: PASS
    -   notes: <1-2 lines>

Done criteria

  • Work docs reflect actual repo state.
  • Evidence exists for validation gates.

When not to use it

  • When the user does not need to update Rankup work documentation.
  • When the user does not need to record `yarn validate` results.
  • When the user does not need to move `CURRENT.md` to the next unit of work.

Limitations

  • Requires manual update of WP/epic status.
  • Evidence format is recommended but not strictly enforced.
  • Focuses on Rankup-specific work tracking.

How it compares

This skill provides a structured and reproducible way to log work and update project documentation, ensuring clear definitions of done and recorded validation evidence, unlike informal tracking methods.

Compared to similar skills

rankup-work-logging side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
rankup-work-logging (this skill)02moNo flagsBeginner
tbd05moReviewIntermediate
preserve02moReviewBeginner
session-handoff03moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry