-
Notifications
You must be signed in to change notification settings - Fork 0
skills: add portable continue and status session-discipline skills #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
23e9466
skills: add portable continue and status session-discipline skills
justin808 f9de6ad
Address continue status review notes
justin808 f4eed3f
Clarify continue and status boundaries
justin808 aaf206c
Clarify continue cold start handling
justin808 12116f9
Clarify continue skill metadata
justin808 c805ad7
Tighten continue status guidance
justin808 d67a76b
Harden continue resume guidance
justin808 66b2781
Align continue status block wording
justin808 36681da
Delegate continue summary to status
justin808 5d4cdac
Clarify status summary fallback
justin808 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| --- | ||
| name: continue | ||
| description: Resume an in-progress task with a structured checkpoint instead of a bare "continue", re-establishing what is done, what is next, and how done is verified. Use when resuming work after an interruption, handoff, or a vague "keep going". | ||
| --- | ||
|
justin808 marked this conversation as resolved.
|
||
|
|
||
| # Continue | ||
|
|
||
| Resume the current task. Before doing any new work, re-establish context so work does not drift or | ||
| repeat: | ||
|
|
||
| 1. **Where we are** - Summarize in 2-4 lines what is already done (cite files, commits, or PRs) and | ||
| the current goal. If the goal is unclear, state your best inference and proceed; do not stop to | ||
| ask unless you are genuinely blocked. | ||
|
justin808 marked this conversation as resolved.
Outdated
|
||
| 2. **What is next** - List the remaining steps to reach done, then pick the next concrete one. | ||
| 3. **Definition of done** - Restate the overall success criteria in one line, plus the command or | ||
| test that will verify it. | ||
|
justin808 marked this conversation as resolved.
Outdated
|
||
| 4. Continue working on the next step. | ||
|
justin808 marked this conversation as resolved.
Outdated
|
||
|
|
||
| If the user supplied focus text or arguments, treat it as additional direction or a narrowed scope | ||
| for what to continue. | ||
|
|
||
| - Do not re-do completed work, and do not ask the user to repeat context you can reconstruct from | ||
| the conversation, open files, or git state. | ||
| - Honor `AGENTS.md` boundaries and safety rules while resuming; never push or take irreversible | ||
|
justin808 marked this conversation as resolved.
|
||
| actions unless the task already authorized them. | ||
| - End with a short status line: what changed, how it was verified, what is left. Use `/status` to | ||
|
justin808 marked this conversation as resolved.
Outdated
|
||
| produce that report without starting new work. | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| --- | ||
| name: status | ||
| description: Report tight progress on the current work - done, in progress, blocked, and next - without starting new work. Use when asked for a status update or "where are we / anything needed from me". | ||
| --- | ||
|
|
||
| # Status | ||
|
|
||
| Give a tight status update on the current work. **Do not start new work.** | ||
|
|
||
| Report: | ||
|
|
||
| - **Done** - what is complete and verified. Cite files, commits, or test results, and only claim | ||
|
justin808 marked this conversation as resolved.
Outdated
|
||
| "verified" if the check was actually run. | ||
| - **In progress** - what is mid-way through. | ||
| - **Blocked / needs input** - anything that genuinely needs a decision, credentials, or an external | ||
|
justin808 marked this conversation as resolved.
|
||
| unblock. If nothing, say "nothing needed - proceeding". | ||
| - **Next** - the next one to three concrete steps. | ||
|
|
||
| Keep it to roughly ten lines. If you are waiting on a long-running command or a background agent, | ||
|
justin808 marked this conversation as resolved.
Outdated
justin808 marked this conversation as resolved.
Outdated
|
||
| name it and the signal you are waiting for. Do not run another review or build solely to produce a | ||
| nicer status. | ||
|
justin808 marked this conversation as resolved.
Outdated
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.