| name | athena-status |
| description | 快速查看当前项目的 Athena 状态: stage / path / sprint / 进度 / 活动 worktree.
无副作用, 只读. v9.7.0: 由 deprecated prompts/ 迁为 skill.
|
| effort | low |
/athena-status — 项目状态查询 (v9.7.0)
工作流
[ -d .ai_state ] || { echo "项目未 init, 先跑 /athena-init"; exit 1; }
echo "=== 项目状态 ==="
sed -n '/^---$/,/^---$/p' .ai_state/_index.md | head -50
slug=$(grep -oP 'current_sprint_slug:\s*"?\K[^"\n]*' .ai_state/_index.md | head -1)
if [ -n "$slug" ]; then
echo ""
echo "=== 当前 sprint: $slug ==="
ls .ai_state/sprints/$slug/ 2>/dev/null
if [ -d ".ai_state/sprints/$slug/reviews" ];
-t .ai_state/sprints//reviews/*.md 2>/dev/null | -1 | xargs -30 2>/dev/null
[ -f ];
-20
grep -oP .ai_state/_index.md | -1
git worktree list 2>/dev/null
learning trick decision explore;
count=$( .ai_state/compound/*--*.md 2>/dev/null | -l)
roadmap=$(grep -oP .ai_state/_index.md | -1)
[ -n ];
.ai_state/roadmap//items.yaml 2>/dev/null
git status -s
git --oneline -5