| name | tasuki-status |
| description | Show current Tasuki pipeline configuration — active agents, mode, rules, hooks, MCP servers. |
| allowed-tools | Read, Glob, Bash |
Tasuki Status — Pipeline Configuration Report
Show the current state of the Tasuki pipeline.
Steps
-
Read TASUKI.md and extract:
- Project name
- Current execution mode
- Pipeline stages table
-
List active agents:
ls .tasuki/agents/*.md 2>/dev/null
-
List active rules:
ls .tasuki/rules/*.md 2>/dev/null
-
List active hooks:
ls .tasuki/hooks/*.sh 2>/dev/null
-
List available skills:
ls .tasuki/skills/*/SKILL.md 2>/dev/null
-
Check MCP servers:
cat .mcp.json 2>/dev/null | jq -r '.mcpServers | keys[]'
-
Check agent memory:
ls .tasuki/agent-memory/*/MEMORY.md 2>/dev/null
Output
Tasuki Pipeline Status
======================
Project: {name}
Mode: {current_mode}
Agents ({count}/9):
{list with status}
Rules: {list}
Hooks: {list}
Skills: {list}
MCP: {list}
Memory: {count} agents with persistent memory