team-shinchan:status

Display active stage, phase, completed items, and pending requirements from WORKFLOW_STATE.yaml.

8|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-shinchan:status
Source: https://github.com/seokan-jeong/team-shinchan/tree/main/skills/status
Command: npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show current workflow status for the active Shinchan workflow, including active stage, phase, completed items, and pending requirements, enabling teams to stay aligned and informed.

Core Features & Use Cases

  • Display the latest workflow state from .shinchan-docs/WORKFLOW_STATE.yaml to provide a real-time snapshot.
  • Validate the presence of key documents (REQUESTS.md, PROGRESS.md, RETROSPECTIVE.md, IMPLEMENTATION.md) and present a concise dashboard.
  • Enable quick status checks during planning, execution, and review to identify blockers and follow-ups.

Quick Start

Invoke the status skill to display the current workflow status for the active project.

Frequently Asked Questions about team-shinchan:status

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

FAQPage Schema
How do I check the current workflow status of my active project?

Workflow status monitoring reads .shinchan-docs/WORKFLOW_STATE.yaml to display the active stage, phase, completed items, and pending requirements for a multi-stage task. It provides a real-time snapshot to keep teams aligned.

What project documents are validated when displaying a workflow dashboard?

The workflow dashboard validates the existence of REQUESTS.md, PROGRESS.md, RETROSPECTIVE.md, and IMPLEMENTATION.md documents within .shinchan-docs/ to present a concise status overview and identify missing tracking files.

Can I use this workflow status checker to identify blockers during execution?

Yes, you can perform quick status checks during planning, execution, and review phases to identify blockers and follow-ups. The dashboard highlights pending requirements across the multi-stage task workflow.

What is the best way to monitor a multi-stage task workflow in real-time?

Monitoring a multi-stage task is handled by reading the WORKFLOW_STATE.yaml file to render a concise dashboard. It displays the active stage, phase, completed items, and pending requirements instantly for real-time visibility.

Do I need a specific YAML file structure to track my project management workflow?

Yes, you need a .shinchan-docs/WORKFLOW_STATE.yaml file to track your project management workflow. The dashboard relies on this specific YAML structure to display the current active stage, phase, and pending requirements.