-
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 all commits
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
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,34 @@ | ||
| --- | ||
| 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". | ||
| argument-hint: '[focus text or scope]' | ||
| --- | ||
|
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. **Repo rules** - Read `AGENTS.md` first so repo-specific commands, formatting, boundaries, and | ||
| safety rules are current before acting. | ||
| 2. **Where we are** - Summarize in 2-4 lines what is already done (cite files, commits, PRs, issues, | ||
| or linked planning docs) and the current goal. If there is no task currently in progress (no prior | ||
| conversation, no staged work, no recent commits on this branch, and no open PR or issue context), | ||
| say so and ask the user what to continue instead of inferring a goal. If the goal is unclear but | ||
| prior work exists, state your best inference and proceed only when confidence is reasonable; for | ||
| low-confidence inference, state the hypothesis and ask the user to confirm before acting. | ||
| 3. **What is next** - List the remaining steps to reach done, then pick the next concrete one. | ||
| 4. **Definition of done** - Restate the overall success criteria in one line, plus the command or | ||
| test that will verify it. If there is no runnable check, state how completion will be confirmed. | ||
| 5. Continue working on **that one next step only**. Stop after completing it. | ||
|
|
||
| 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 `$status` report when that companion skill is installed; otherwise use the same four | ||
|
justin808 marked this conversation as resolved.
|
||
| sections directly: Done, In progress, Blocked / needs input, and Next. Treat this closing summary | ||
| as a report of the resumed work, not as a separate trigger to start additional work beyond step 5. | ||
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. Note whether it has been verified, cite the check result when one | ||
| exists, or mark it as done and awaiting verification when a check has not run yet. | ||
| - **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 blocked". | ||
| - **Next** - the next one to three concrete steps, without starting them. | ||
|
|
||
| Keep it concise: one to three lines per section. If you are waiting on a long-running command or a | ||
| background agent, name it and the signal you are waiting for. Do not start new long-running work | ||
| solely to produce a richer status report. | ||
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.