| name | athena-status |
| description | 快速查看当前项目的 Athena 状态: stage / path / sprint / 进度 / 活动 worktree.
无副作用, 只读. v9.7.0: 由 deprecated prompts/ 迁为 skill.
|
/athena-status — 项目状态查询 (v9.9.2)
Memory contract: Tier1 working memory is ignored as authority; Tier2 persistent memory is read from .ai_state; _index.md retrieval router supplies routed state and pointers.
Status emits missing authoritative pointer, escaping authoritative pointer, or stale authoritative pointer for invalid nonempty targets. It also flags malformed/over-10 route_history and ## 当前状态; required keys are latest_design, latest_review, latest_cleanup, latest_requirement.
工作流
[ -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 ""
.ai_state/sprints// 2>/dev/null
[ -d ];
-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