k-status

Provides project status overviews, task suggestions based on dependencies, and editor/MCP state checks via PowerShell scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ewertonxyz/ProjectK --skill k-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k-status
Source: https://github.com/ewertonxyz/ProjectK/tree/main/.claude/skills/k-status
Command: npx skills add https://github.com/ewertonxyz/ProjectK --skill k-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Read, Glob, Grep, Bash, Git, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides an overview of your project's status, suggests the next task based on dependencies, and checks the editor and MCP state.

Core Features & Use Cases

  • Project Status Overview: Get a summary of active, blocked, and next tasks by milestone.
  • Next-Task Suggestion: Based on completed dependencies, suggests the next task with reasoning.
  • Editor/MCP State: Checks the state of the editor and MCP (Master Control Panel) for workflow synchronization.
  • Use Case: When you need to know what to work on next or get a quick update on the project status.

Quick Start

Use the k-status skill to get the current project status and next task suggestion.

Frequently Asked Questions about k-status

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

FAQPage Schema
How do I get project status and see what task to work on next?

You can get a project status overview and next-task suggestion by indexing tasks with PowerShell scripts. It summarizes active, blocked, and next tasks by milestone and suggests the next task based on completed dependencies.

How does dependency tracking work for task suggestions?

Dependency tracking for task suggestions works by checking which task dependencies are completed. It then identifies and suggests the next available task, providing reasoning for why that specific task is ready to be worked on next.

Can I check editor state and MCP status for workflow synchronization?

Yes, you can check editor state and MCP status for workflow synchronization. The tool runs PowerShell scripts to inspect the Master Control Panel and editor state, ensuring your development environment is coordinated.

Does project status tracking work with Git and Bash environments?

Yes, project status tracking works with Git and Bash environments. The tool uses Git for VCS status checks and relies on Bash to execute PowerShell scripts for task indexing and editor state retrieval.

What is the best way to track blocked tasks and active milestones?

The best way to track blocked tasks and active milestones is to generate a project status overview. This provides a quick summary of your project's active, blocked, and next tasks organized by milestone.

What are the limitations of using this project status tool?

The main limitation is its reliance on PowerShell scripts for task indexing and state checks, which may require specific environment configurations. It is optimized for task management and workflow coordination within project development.