.claude/skills/catchup/SKILL.md
Summarize the current project status at session start and suggest next actions
npx skillsauth add peintangos/langgraph-tutorial-ts 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]
testing
Run tests and return a summary. Test logs are contained within the forked context; only the summary is returned to the main context.
testing
Review testing strategy and guidelines
testing
Create a new feature specification and update progress.md and roadmap.md
documentation
Interactively adapt the Ralph Matsuo template to the current repository by filling project docs, rules, roadmap, and ralph.toml in one setup pass