backlog-grooming-assistant

Solid

Analyze backlog files (CSV or Markdown) to flag problematic items and generate a structured grooming agenda. No Jira API needed — works entirely with local exports. Use when preparing for sprint grooming, auditing accumulated tasks, or reviewing the backlog after a sprint. Triggers: 'groom my backlog', 'backlog grooming assistant', 'подготовь повестку груминга', 'груминг-ассистент', 'проверь бэклог на проблемы'.

AI & Automation 14 stars 3 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Backlog Grooming Assistant This skill reads a local backlog export (CSV or Markdown table), flags problematic items using a structured checklist, and produces a grooming session agenda with a scorecard. No external service connections required — works entirely from pasted or uploaded file contents. **Input:** - Backlog file contents: CSV (with column headers) or Markdown table — pasted directly or uploaded - Minimum required columns: item ID and title; additional columns (owner, priority, estimate, status, last-updated) enable more flags **Output:** - Markdown document with: Scorecard → Top Issues → Grooming Agenda → Skipped Checks --- ## Language Detection Detect the user's language from their message: - If Russian (or contains Cyrillic): respond in Russian - If English (or other Latin-script language): respond in English - If ambiguous: respond in the language of the trigger phrase used The detected language applies to **all output text**: section headings, table column headers, field labels, agenda topic titles, error messages, and recommended actions. Translate every part of the output format template into the detected language — do not leave any section header or label in English when responding in Russian. --- ## Instructions ### Step 1: Parse and Validate Input 1. Accept backlog content from the user (pasted text or file contents) - If content is empty: stop and return — "Backlog is empty — no items to analyze. Paste CSV or Markdown table content." 2. ...

Details

Author
KirKruglov
Repository
KirKruglov/claude-skills-kit
Created
4 months ago
Last Updated
yesterday
Language
N/A
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

groom

Run a Backlog Grooming session for a milestone. Loads full project context deterministically (via the backend's GET /api/groom-context route), explores the code regions tasks touch with a git-fresh cache, presents 🔲 Backlog tasks in batches for human sign-off, and marks them 🗂️ Ready. Use when the user says "groom", "grooming session", "let's groom milestone X", "bring the backlog to Ready", or starts a Backlog Grooming session. Requires a grooming manifest in the central config tree (config/projects/<dir>/grooming.json).

1 Updated today
phahadek
DevOps & Infrastructure Solid

monthly-close-checklist-and-reconciliation-prep

Turns a pasted bank export or transaction list into a monthly-close checklist, categorization draft with disputed flags, and an accountant/investor summary — no SaaS needed. Triggers: 'monthly close checklist', 'reconcile transactions', 'чек-лист месячного закрытия', 'сверь транзакции'.

14 Updated yesterday
KirKruglov
Data & Documents Solid

content-performance-reporter

Compile weekly analytics CSV exports from Instagram, YouTube, Google Analytics, LinkedIn, TikTok, Facebook, and Twitter into a narrative performance report: what worked, what didn't, the week's pattern, and concrete recommendations. No code, no dashboards, no API required. Triggers: 'content performance report', 'analyze my content performance', 'what worked this week', 'weekly content report', 'compile my analytics', 'отчёт по контенту', 'чт�� сработало на этой неделе', 'анализ контент-аналитики', 'еженедельный отчёт по контенту', 'скомпилируй аналитику'.

14 Updated yesterday
KirKruglov