.claude/skills/catchup/SKILL.md
Summarize the current project status at session start and suggest next actions
npx skillsauth add peintangos/deep-agents-example catchupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Follow these steps to summarize the current project status and suggest next actions.
Search for docs/prds/*/todo.md using Glob, then Read all PRD TODOs. Identify next tasks.
Search for docs/prds/*/prd.md using Glob, then Read each PRD. Understand the overall project scope.
Read docs/prds/*/progress.md and docs/roadmap.md to understand current milestone progress.
List docs/prds/*/specifications/spec-*.md using Glob, then Read each specification. Tally implementation step checkboxes (- [x] / - [ ]) to understand completion status of each spec.
Search for docs/prds/*/knowledge.md using Glob, and Read if they exist. Understand reusable patterns and notes.
docs/ubiquitous/*.md if it exists. Understand project terminology.docs/references/ for awareness of available reference materials.Output results in the following format (show progress per PRD):
## Catchup
### Project Overview
[1-2 line summary from PRDs]
### Progress by PRD
#### prd-{slug1}
| Specification | Status | Notes |
| ------------- | ------ | ----- |
| spec-001-xxx | done / in-progress / pending | ... |
#### prd-{slug2}
...
### Unresolved Blockers
- [Extracted from todo.md or specifications. "None" if empty]
### Suggested Next Actions
1. [Highest priority: first task in todo.md, or next unstarted specification step]
2. [Next]
### Knowledge
- [Key learnings from knowledge.md. "None" if empty]
data-ai
監査レポートを Zenn 技術記事向けの文体 (だ/である調 + 比較表 + 階層化された見出し) に整えるスキル。`src/reporter.ts` の骨組みを LLM が整形してレポート (`out/*.md`) を仕上げるときに読み込む。
testing
OSS リポジトリの既知脆弱性 (OSV / GHSA) を照合し、重大度と影響範囲を分類するスキル。セキュリティ監査を実行するときに読み込む。
data-ai
OSS リポジトリのメンテナンス健全性 (リリース頻度・Issue 対応速度・放置 PR) を定量的に評価するスキル。メンテナンス監査を実行するときに読み込む。
tools
OSS リポジトリのメインライセンスを特定し、商用利用制約・依存互換性・NG ライセンスの検出までを行うスキル。ライセンス監査を実行するときに読み込む。