Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    taylorhuston

    project-status

    taylorhuston/project-status
    Communication
    25
    2 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Enhanced project status dashboard with intelligent context analysis. Use for session start context, weekly reviews, or seeing what needs attention.

    SKILL.md

    /project-status

    Dashboard showing status of all ideas, specs, and issues across the repository.

    Usage

    /project-status                       # Overview of all projects
    /project-status --project coordinatr  # Focus on one project
    /project-status --detailed            # Comprehensive analysis
    

    Output Structure

    # Ideas Repository Status
    
    ## Active Projects
    
    ### Coordinatr
    Status: Active planning
    Specs: 2 (1 complete, 1 in progress)
    Issues: 3 (1 in_progress, 2 pending)
    Active: 001-auth-research (TASK, in_progress)
    
    ### YourBench
    Status: MVP in progress (60%)
    Specs: 1 (complete)
    Issues: 0
    
    ## Needs Attention
    - Coordinatr TASK-002 blocked (waiting on TASK-001)
    - IRL Social research 75% complete
    
    ## Quick Stats
    - 13 ideas total
    - 4 specs across all projects
    - 5 active issues
    
    ## Suggested Next Actions
    1. Complete Coordinatr TASK-001
    2. Create plan for YourBench auth
    

    Execution Steps

    1. Scan Repository Structure

    ls ideas/
    # For each: README.md, specs/, issues/, docs/
    

    2. Parse Project Status

    For each idea folder:

    1. Read README.md for status
    2. Count specs: ideas/{project}/specs/SPEC-*.md
    3. Analyze issues: status, PLAN.md progress, WORKLOG activity

    3. Parse Dependencies

    Read depends_on from issue frontmatter:

    depends_on: [001, 002]
    

    Auto-block detection: If depends on incomplete issues, flag as blocked.

    4. Check Branch Status

    For in_progress issues:

    cd spaces/[project]
    git branch -a | grep "feature/###"
    git log origin/branch..branch  # Unpushed commits
    

    5. Identify Attention Items

    • Issues with status: blocked
    • Issues blocked by dependencies
    • Stale issues (no activity 14+ days)
    • Incomplete spikes past time box
    • Branches with unpushed commits

    6. Generate Recommendations

    • Next logical step for active work
    • Items to unblock
    • Stale items to review

    Status Taxonomy

    Project Status

    • Initial brainstorming
    • Active brainstorming
    • Active planning
    • Concept phase
    • Pre-MVP
    • MVP in progress (X%)
    • Portfolio-first
    • Shelved
    • Graduated

    Issue Status

    • open - Not started
    • in_progress - Currently working
    • blocked - Waiting
    • complete - Done

    When to Use

    • Session start (get context)
    • Before planning (see what's active)
    • Weekly review (find stale items)
    • After completing work (see what's next)
    Recommended Servers
    Asana
    Asana
    Linear
    Linear
    ClickUp
    ClickUp
    Repository
    taylorhuston/local-life-manager
    Files