RA
rankup-work-logging
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.
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.zipInstalls 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
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 validateand need to record results. - You need to move CURRENT to the next unit of work.
Minimal workflow
- Update WP/epic status
- Mark WP sections as Done/Blocked with a short note.
- Update epic status if closing.
- Record evidence in the daily log
- Append to
docs/work/log/YYYY-MM-DD.md:- command(s) executed
- PASS/FAIL
- short note about scope
- 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.