| name | team-shinchan:status |
| description | Use when you need to check current workflow status, stage, or pending items. |
| user-invocable | false |
Status Skill
Input Validation
If no active workflow is found:
No active workflow found.
Use /team-shinchan:start to begin a new task.
Execution Steps
- Find the most recently updated WORKFLOW_STATE.yaml in .shinchan-docs/
- Read WORKFLOW_STATE.yaml and extract current state
- Check existence of workflow documents (REQUESTS.md, PROGRESS.md, etc.)
- Display status dashboard
Dashboard Output Format
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Workflow Status Dashboard
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Document: {doc_id}
๐ Stage: {stage} ({status})
๐ค Owner: {owner}
๐ Phase: {phase or "N/A"}
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Documents:
โ
WORKFLOW_STATE.yaml
{โ
|โ} REQUESTS.md
{โ
|โ} PROGRESS.md
{โ
|โ} RETROSPECTIVE.md
{โ
|โ} IMPLEMENTATION.md
๐ Metrics:
โฑ๏ธ Stages Completed: {N}/4
{stage_name}: {duration} min (if available)
Agents: {agent_count} invoked
๐ Recent History:
{last 3-5 history entries}
โญ๏ธ Next Step:
{transition requirements for current stage}
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Metrics Section Rules
- Read
metrics: section from WORKFLOW_STATE.yaml
- Show stage durations for completed stages only
- Show agent invocation count if
metrics.agents is populated
- If
metrics: section is missing (legacy workflows), skip metrics display
Transition Requirements Reference
requirements โ planning
- REQUESTS.md exists with Problem Statement
- Requirements defined
- Acceptance Criteria defined
- User approval
planning โ execution
- PROGRESS.md exists with Phases
- Each phase has acceptance criteria
execution โ completion
- All phases complete
- All Action Kamen reviews passed
completion โ done
- RETROSPECTIVE.md written
- IMPLEMENTATION.md written
- Final Action Kamen review passed
Error Handling
If WORKFLOW_STATE.yaml is corrupted or unreadable:
โ ๏ธ WORKFLOW_STATE.yaml is corrupted or unreadable.
Showing available information from folder structure.