Add stalled-work tracking: issue templates + README callout#31
Merged
Conversation
…allout Makes the [blocked-human] / [followup: YYYY-MM-DD] convention discoverable and easy to use, rather than something you have to remember the syntax for: - .github/ISSUE_TEMPLATE/blocked-human.md and followup.md put both options right in the 'New Issue' picker, with the title tag pre-filled and a body skeleton (what's needed, waiting on whom, next step). - A README callout (top, before the Skills table) documents the convention, links live-filtered issue searches for both tags, and states how items get resolved/updated/postponed (close it, edit it, or change the date — the issue is the reminder, nothing else to keep in sync). A weekly automated digest (a scheduled Routine, auto-discovering all public repos under this account) scans for these tags and pushes a phone notification, so paperwork/sign-ups/external approvals stop silently rotting between check-ins. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D3gQfyqFnxTqnm455xwPyX
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
Makes the
[blocked-human]/[followup: YYYY-MM-DD]issue-tracking convention (used by the weekly stalled-work digest routine) discoverable and easy to use instead of something you have to remember the exact syntax for..github/ISSUE_TEMPLATE/blocked-human.mdandfollowup.md— both appear as options in GitHub's "New Issue" picker, with the title tag pre-filled and a short body skeleton (what's needed / waiting on whom / next step, or what to check / why it matters).> [!IMPORTANT], placed right after the intro, before the Skills table) documents the convention, links live-filtered issue searches for both tags, and states plainly how items get resolved/updated/postponed — close it, edit it, or change the date; the issue is the reminder, there's nothing else to keep in sync..github/ISSUE_TEMPLATE/directory.Context
A scheduled Routine (auto-discovering all public repos under this account, no hardcoded list) scans for these two title tags weekly and pushes a phone notification digest, so tasks stalled on external human action (DUA/DSA signatures, sign-ups, records-release emails, IRB responses) don't silently get forgotten between check-ins.
Test plan
name,about,title,labels,assignees).https://claude.ai/code/session_01D3gQfyqFnxTqnm455xwPyX
Generated by Claude Code