Conversation
…oupling Address follow-up items from Henry's PR #164 review: - Document that safe_write_settings overwrites caller EXIT traps - Document STATUSLINE_SCRIPT global coupling as known limitation - Add TODO for refactoring to parameter-based jq args when 3rd consumer appears Co-Authored-By: Claude Code (User Settings, in: ${CLAUDE_PROJECT_DIR}) <noreply@anthropic.com>
Captures the session report process developed during the looney-tunes
team's 2026-02-17 session: report structure, authoring process
(engineer drafts, coach reviews accuracy, docs reviews quality, all
sign off), formatting rules (clickable links, issue state
differentiation, commit hash links), common pitfalls, data sources,
and executive summary guidelines.
Co-Authored-By: Claude Code (User Settings, in: ${CLAUDE_PROJECT_DIR}) <noreply@anthropic.com>
…eport skill
The skill now covers the full report lifecycle rather than just
end-of-session generation: create at session start, incremental
updates by each agent throughout the day, and finalize with
PM compilation + 3-reviewer sign-off at end of session.
Adds: per-role update responsibilities table, update rules
(append-never-overwrite, include links immediately, conflict
resolution), lightweight batch update pattern, and 3 new
common pitfalls.
Co-Authored-By: Claude Code (User Settings, in: ${CLAUDE_PROJECT_DIR}) <noreply@anthropic.com>
Spec for a plugin that tracks agent activity (directories visited, tool
calls made, tasks created) via PostToolUse hooks and exposes data through
MCP tools and a CLI script. Data stored as JSONL files per session.
Co-Authored-By: Claude Code (User Settings, in: ${CLAUDE_PROJECT_DIR}) <noreply@anthropic.com>
Adds a new plugin with a skill that generates comprehensive work summaries across platforms (GitHub, Linear, Slack, Notion) for a person or agent over a configurable time period. Supports standup format and incremental report building. Co-Authored-By: Claude Code (/Users/nathan.heaps/src/stainless-api/stainless) <noreply@anthropic.com>
Contributor
Plugin Version StatusVersions are auto-bumped in PRs. Manual bumps to higher versions are preserved.
|
Closed
Closed
This was referenced Jul 3, 2026
Closed
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
work-summaryplugin that generates comprehensive work summaries across platforms for a person or agent over a time period.Changes
New plugin at
plugins/work-summary/with a single skill that:The skill is platform-agnostic — it only queries platforms for which a plugin or MCP server is configured, and gracefully skips unavailable ones.
Test plan
/work-summarywith GitHub CLI available🤖 Generated with Claude Code