Agent skill

status

Stars 6
Forks 1

Install this agent skill to your Project

npx add-skill https://github.com/duc01226/EasyPlatform/tree/main/.claude/skills/status

SKILL.md

[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.

Quick Summary

Goal: Generate a project status report covering progress, blockers, and next steps.

Workflow:

  1. Gather -- Collect data from git, tasks, plans, and recent activity
  2. Analyze -- Assess progress against goals, identify blockers
  3. Report -- Write structured status report with metrics

Key Rules:

  • Include: completed items, in-progress work, blockers, next steps
  • Quantify where possible (files changed, tests passing, coverage)
  • Save report to plans/reports/ with standard naming

Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).

Status Report

Generate project/sprint status reports with metrics.

When to Use

  • Sprint status needed
  • Project progress report
  • Stakeholder update

Quick Reference

Workflow

  1. Read PBIs in scope
  2. Check git log for recent commits
  3. Find open issues/PRs
  4. Calculate metrics
  5. Generate report
  6. Save to plans/reports/

Metrics

  • Completed vs Planned
  • Velocity (if sprint)
  • Bug count
  • Blocker count

Report Structure

markdown
## Status Report - {Date}

### Sprint: {Name} | Day {N}/{Total}

#### Progress

| Metric | Planned | Actual | Status |
| ------ | ------- | ------ | ------ |

#### Completed

| Item | Owner |

#### In Progress

| Item | Status | Blocker |

#### Blockers

| Blocker | Impact | Action |

#### Risks

| Risk | Probability | Impact |

Output

  • Path: plans/reports/{YYMMDD}-status-{scope}.md

Related

  • Role Skill: project-manager
  • Command: /status

Workflow Recommendation

IMPORTANT MUST: If you are NOT already in a workflow, use AskUserQuestion to ask the user:

  1. Activate pm-reporting workflow (Recommended) — status → dependency
  2. Execute /status directly — run this skill standalone

Closing Reminders

  • MUST break work into small todo tasks using TaskCreate BEFORE starting
  • MUST search codebase for 3+ similar patterns before creating new code
  • MUST cite file:line evidence for every claim (confidence >80% to act)
  • MUST add a final review todo task to verify work quality

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results