status

Display feature development progress and phase status within a codebase.

7|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/moduloMoments/VINE --skill status-modulomoments
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/moduloMoments/VINE/tree/main/plugins/vine/skills/status
Command: npx skills add https://github.com/moduloMoments/VINE --skill status-modulomoments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an overview of the current state of feature development in a codebase, allowing users to assess progress and next steps without needing to reconstruct full session context.

Core Features & Use Cases

  • At-a-Glance Progress: Instantly see which phases of a feature development are complete and which are in progress.
  • Read-Only: Display progress without writing or modifying anything, ensuring that no artifacts or states are changed.
  • Use Case: Quickly check the status of a specific feature by passing its path as an argument, or view a summary of all active projects in the repository.

Quick Start

Use the /vine:status payments/webhook-support to view the progress of the 'payments/webhook-support' feature.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check feature progress in a codebase without modifying files?▼

To check feature progress without modifying files, use a read-only status review tool. It scans the codebase to display a snapshot of completed, in-progress, and pending development phases, ensuring no artifacts are changed.

What is the best way to view codebase status for active projects?▼

The best way to view codebase status for active projects is to run a status review command. It provides at-a-glance insights by summarizing all active feature development phases within the repository.

Can I check the status of a specific feature by passing its path?▼

Yes, you can check the status of a specific feature by passing its directory path as an argument to the status command. It then reviews that specific feature's development progress and displays its artifacts.

Does a read-only feature tracking tool modify my repository state?▼

No, a read-only feature tracking tool does not modify your repository state. It strictly reviews feature development progress to provide a snapshot view, ensuring no artifacts or states are changed.

When do I need a feature status review for software engineering?▼

You need a feature status review when you want to assess codebase progress and next steps quickly. It is useful for engineers who need to understand completed, in-progress, and pending phases without reconstructing session context.