summarise
Summarise the current state of the project based on the journal and plan, extracting key decisions, observations, and progress. Where there isn't a plan or journal, you should lean on your context window or commit logs to provide a summary.
It should not be a verbose report, but rather a concise summary that highlights the most important aspects of the project's current status.
The output should be several key bullet points that can be easily read and understood by a human, providing a clear overview.
It should not include:
- Details about test cases (unless they are critical to a PRD).
- Implementation details (unless they are critical to a PRD).
- Any information that is not directly relevant to understanding the current state of the project.
More from lmcjt37/skills
cosmograph
Walks a codebase and produces a render-ready Cosmograph architecture dataset by extracting meaningful points, typed links, config, and optional layout under architecture/output/.
7dev-plan
Maintains a per-project engineering plan (plan.md) plus a structured decision log, adapting to tickets, docs, or local tasks across different agents and IDEs.
5map-architecture
Maps a project or domain by tracing screens, interfaces, functions, callsites, branches, and data flow into Mermaid-based architecture notes. Use when the user asks for architecture analysis, domain mapping, dependency tracing, touchpoint discovery, or wants diagrams written under architecture/.
5journal
Maintains a per-project engineering journal (journal.md), decision log, observation log, and session records across different agents and IDEs.
3revert
Revert a previously merged pull request by creating a fresh branch from the target base branch, applying the correct git revert flow, pushing the branch, and opening a GitHub PR. Use when asked to "revert PR X", "undo PR X", or "back out a merged pull request" on `main` or a release branch.
2dev-journal
Maintains a per-project engineering journal (journal.md) plus a structured decision log and full conversation transcripts.
2