Skip to content
Development
Command

/status

View PROJECT.md goal progress with GenAI analysis and strategic recommendations

From plugin
autonomous-dev
3226 skills16 agents26 commands1 MCP
Install
$ npx -y skills add akaszubski/autonomous-dev --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/status

Context preview

What this command does when you run it.

View PROJECT.md goal progress with GenAI analysis and strategic recommendations

Command definition

status.md
name: status
description: View PROJECT.md goal progress with GenAI analysis and strategic recommendations
argument-hint: (no arguments needed)
allowed-tools: [Task, Read, Grep, Glob]
disable-model-invocation: true
user-invocable: true
user_facing: true

Implementation

Invoke the project-progress-tracker agent to analyze goal completion and suggest strategic next priorities.

Status - Project Goal Progress

**GenAI-powered strategic goal tracking and progress analysis**

---

Usage

/status

**Time**: 30-60 seconds **Interactive**: Shows progress, answers questions **GenAI-Powered**: Uses project-progress-tracker agent for intelligent analysis

---

How It Works

The project-progress-tracker agent analyzes your strategic direction:

Analysis Phase

The agent:

  • ✅ Reads PROJECT.md goals, scope, constraints
  • ✅ Scans session logs for completed features
  • ✅ Analyzes git history for feature implementation
  • ✅ Calculates progress toward each goal
  • ✅ Identifies neglected goals
  • ✅ Suggests strategic next priorities

Report Phase

Shows you:

  • 📊 **Goal Progress**: Visual bars for each goal
  • ✅ **Completed Features**: What's been accomplished
  • ⏳ **In Progress**: What's currently being worked on
  • 💡 **Strategic Recommendations**: What to do next
  • ⚠️ **Risk Flags**: Neglected or drifting goals

---

Example Output

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 PROJECT.md Goal Progress
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Enhanced UX:       [████████░░] 80% (4/5 features)
  ✅ Responsive design
  ✅ Accessibility improvements
  ✅ Dark mode toggle
  ✅ User preferences
  ⏳ Keyboard shortcuts (Next priority - 1 feature away!)

Security:          [██████████] 100% ✅ COMPLETE
  ✅ OAuth integration
  ✅ JWT tokens
  ✅ Password hashing
  ✅ CSRF protection

Performance:       [██░░░░░░░░] 20% (1/5 features)
  ✅ Basic caching
  ⏳ Rate limiting (should start soon)
  ⏳ Query optimization
  ⏳ Compression
  ⏳ CDN integration

Maintainability:   [░░░░░░░░░░] 0% (0/3 features)
  ⏳ Code organization
  ⏳ API versioning
  ⏳ Documentation structure

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 Strategic Analysis
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Status Summary:
- ✅ Security: COMPLETE (maintain)
- ✅ Enhanced UX: Near completion (4/5 features)
- ⚠️  Performance: Neglected (only 1/5, should balance)
- ❌ Maintainability: Not started (0/3)

Overall: 42% complete (5/11 features)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 Recommended Next Priorities
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. ⭐ Add keyboard shortcuts
   Goal: Enhanced UX (80% → 100%)
   Impact: Completes a strategic goal
   Effort: medium
   Reason: One feature away from 100% completion

2. Add rate limiting
   Goal: Performance (20% → 40%)
   Impact: Improves stability, advances neglected goal
   Effort: high
   Reason: Performance is underserved (only 20%)

3. Start code organization
   Goal: Maintainability (0% → 33%)
   Impact: Begins new strategic area
   Effort: medium
   Reason: Maintainability not started (0%)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📈 Historical Progress
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Last 7 days:
  Day 1: Enhanced UX (40% → 60%)
  Day 2: Security (80% → 100%)
  Day 3: Enhanced UX (60% → 80%)
  Day 4-7: No progress (Performance needs work!)

Pace: Averaging 1.4 features per day
Trend: Good on UX, neglecting other goals

Next week: Focus on Performance to balance progress

---

What the Agent Analyzes

Goal Completion

  • Counts completed features per goal
  • Calculates percentage (features done / total planned)
  • Marks goals 100% complete with ✅
  • Flags goals under 20% as "neglected"

Strategic Balance

  • Are we completing goals evenly?
  • Are some goals being neglected?
  • Is there a risk of missing strategic direction?
  • What would provide best overall progress?

Next Priorities

  • Which goal is closest to 100%? (finish it!)
  • Which goal is neglected? (start balancing)
  • What provides strategic value?
  • What should we work on next?

Risk Flags

  • ⚠️ Goals under 20% progress (neglected)
  • 🚨 Goals completely untouched (risk)
  • 📉 Goals stalled for 7+ days
  • 🔄 Scope drift detected (features not mapped to goals)

---

Example Workflows

First Feature Completed

# After implementing "Add OAuth login"
/status

OUTPUT:
Security: [██░░░░░░░░] 20% (1/5 features)
  ✅ Add OAuth login (NEW!)
  ⏳ Password reset
  ⏳ 2FA
  ⏳ Rate limiting
  ⏳ CSRF protection

💡 Recommend: Continue with password reset (momentum)

Checking Strategic Alignment

# Mid-sprint, checking balance
/status

OUTPUT:
Enhanced UX:       [████████░░] 80% (4/5 features)  ← Near done
Performance:       [░░░░░░░░░░] 0% (0/5 features)   ← Neglected!
Maintainability:   [░░░░░░░░░░] 0% (0/3 features)   ← Not started

⚠️  Warning: Performance and Maintainability are completely untouched
💡 Recommend: After UX, focus on Performance (more neglected)

After Completing a Goal

# Just finished "Add user preferences" (5th UX feature)
/status

OUTPUT:
Enhanced UX: [██████████] 100% ✅ COMPLETE

🎉 Goal completed! Moving focus to Performance (currently 20%)

💡 Recommend:
  1. Add rate limiting (Performance: 20% → 40%)
  2. Add query optimization (Performance: 40% → 60%)

---

When to Use

**Run /status when**:

  • 📊 Starting your day (see progress on strategic goals)
  • ✅ Completing a feature (see updated progress)
  • 🤔 Deciding what to work on next (gets strategic recommendations)
  • 📈 Periodic check-ins (weekly/bi-weekly)
  • 👥 Team meetings (show project progress)

**Output tells you**:

  • Where are we strategically?
  • What goals need attention?
  • What should we do next?
  • Are we balanced across goals?

---

Integration with /auto-implement

After using `/auto-implement` to complete a feature:

# 1. Complete feature
/auto-imp
Read more
Ships withautonomous-dev

A harness that wraps Claude Code with enforcement, specialist agents, and alignment gates to deliver consistent, production-grade software engineering outcomes.

Get the whole plugin, auto-invoked
Stats
32
Stars
0
Views
5
Forks
Active
Maintenance
Python
Language
2h ago
Last commit
9mo ago
Created

Repo: akaszubski/autonomous-dev