一键导入
project-status
Enhanced project status dashboard with intelligent context analysis. Use for session start context, weekly reviews, or seeing what needs attention.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Enhanced project status dashboard with intelligent context analysis. Use for session start context, weekly reviews, or seeing what needs attention.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End-of-session reflection. Extracts memories, suggests updates to about-taylor.md and CLAUDE.md. Run before ending a long session or when context is getting full. Triggers on "debrief", "extract memories", "session summary".
Sync all git repos - my-life top repo and spaces/ projects
Morning routine check-in. Use at start of day to review yesterday, set up today's journal, and check learning reviews due. Triggers on "good morning", "morning", "start my day", "what's on for today".
Silently refresh AI context by reading project configuration and guidelines. Use when starting a new conversation, after context loss, or before major tasks.
Fetch and summarize latest articles from RSS feeds. Creates notes with article summaries as bullet points. Use to catch up on blogs without reading everything. Triggers on "rss catchup", "blog catchup", "check feeds", "summarize articles".
Fetch and summarize latest videos from priority YouTube channels. Creates notes with transcripts summarized as bullet points. Use to catch up on subscriptions without watching everything. Triggers on "youtube catchup", "video catchup", "check youtube", "summarize videos".
| name | project-status |
| description | Enhanced project status dashboard with intelligent context analysis. Use for session start context, weekly reviews, or seeing what needs attention. |
| model | claude-haiku-4-5-20251001 |
| allowed-tools | Read, Glob, Grep, Task |
Dashboard showing status of all ideas, specs, and issues across the repository.
/project-status # Overview of all projects
/project-status --project coordinatr # Focus on one project
/project-status --detailed # Comprehensive analysis
# Ideas Repository Status
## Active Projects
### Coordinatr
Status: Active planning
Specs: 2 (1 complete, 1 in progress)
Issues: 3 (1 in_progress, 2 pending)
Active: 001-auth-research (TASK, in_progress)
### YourBench
Status: MVP in progress (60%)
Specs: 1 (complete)
Issues: 0
## Needs Attention
- Coordinatr TASK-002 blocked (waiting on TASK-001)
- IRL Social research 75% complete
## Quick Stats
- 13 ideas total
- 4 specs across all projects
- 5 active issues
## Suggested Next Actions
1. Complete Coordinatr TASK-001
2. Create plan for YourBench auth
ls ideas/
# For each: README.md, specs/, issues/, docs/
For each idea folder:
ideas/{project}/specs/SPEC-*.mdRead depends_on from issue frontmatter:
depends_on: [001, 002]
Auto-block detection: If depends on incomplete issues, flag as blocked.
For in_progress issues:
cd spaces/[project]
git branch -a | grep "feature/###"
git log origin/branch..branch # Unpushed commits
open - Not startedin_progress - Currently workingblocked - Waitingcomplete - Done