.claude/skills/check-ready/SKILL.md
Walk Documents/Process/DefinitionOfReady.md against a ticket and report READY or NOT READY with specific gaps.
npx skillsauth add RahmanBhuiyan/monthly-budget-planning-rd .claude/skills/check-readyInstall 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.
You are running the Definition of Ready check for ticket $1.
Documents/Process/DefinitionOfReady.md for the current authoritative checklist.Documents/Project/ticket-inventory.md and find the row for ticket $1.BUG- → bug, FEAT- → feature, TEST- → chore, INFRA- → chore, DOCS- → docs).ticket-inventory.md (e.g., "out-of-scope listed" — the inventory is one-line per ticket), state explicitly that this needs to be added before the ticket is Ready.## DefinitionOfReady check — ticket $1
### Universal checklist
- [✓/✗] Title is short imperative — <copied title>
- [✓/✗] Type assigned — <type>
- [✓/✗] Severity assigned — <severity>
- [✓/✗] Acceptance criteria written
- [✓/✗] Out-of-scope explicitly listed
- [✓/✗] Owner assigned
- [✓/✗] Branch name decided
- [✓/✗] Effort estimate
- [✓/✗] No unanswered questions
### Per-type checklist (<type>)
- [✓/✗] <each item>
### Verdict
READY | NOT READY because: <specific gaps>
### To make Ready
1. <action>
2. <action>
If the ticket id doesn't exist in ticket-inventory.md, output: NOT FOUND — ticket $1 is not in Documents/Project/ticket-inventory.md. Add it first.
development
Generate a weekly summary of commits on master — categorized highlights, statistics, and draft email/standup notes. Useful for sprint retros and release notes.
development
Read recent code changes and update the affected docs under Documents/. Documents the *current* state, not history. Use after a feature lands or when docs have drifted.
testing
# Statusline Setup — Smart Expense & Budget Tracker A two-row statusline tailored for this project's SDLC workflow. Adapted from [fotoflo/claude-skills](https://github.com/fotoflo/claude-skills/tree/main/statusline-setup). ## What you see **Row 1 — project context** ``` ~/project/monthly-budget-planning-rd (feature/audit-deep-read) [opus] session-name #BUG-1 [BIZ-QC ✓] ``` | Element | Meaning | |---------|---------| | `~/project/...` (green) | Current working directory | | `(branch)` (c
development
Run the pre-flight checklist from Documents/DevOps/ReleaseRunbook.md before cutting a release. Reports PASS or BLOCKED with specific reasons.