continue

A workflow for resuming unfinished story or task work from saved progress. A story is a defined piece of product work, and the workflow checks its plan before finding the next step.

In plain words
What is it for?
Use it to continue a development story or task, locate its progress file, promote backlog work, check plan integrity, and identify the next action.
Why use it?
It prevents resumed work from starting with missing context or from continuing when the saved plan is inconsistent. It also handles stories that have moved to a completed area.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rakovi4/continue-framework/continue
Any agent
npx skills add rakovi4/continue-framework --skill continue
Clone the repo
git clone --depth 1 https://github.com/rakovi4/continue-framework

Made for: Claude Code, Codex.

Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,552 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00029 $0.05552
Opus 5 $0.00015 $0.02776
Sonnet 5 $0.00006 $0.01110
Haiku 4.5 $0.00003 $0.00555

Measured 2d ago against content hash a5fd7e98012e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

continue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/continue/SKILL.md · 170 lines

How it starts

The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/continue - Resume Development

Workflow

  1. Identify work item from argument
  2. Backlog promotion -- if the story row is in the Backlog table in ProductSpecification/stories.md, move it to In Progress before proceeding
  3. Read progress file, bootstrap if missing (stories only — .claude/templates/workflow/bootstrapping.md). Missing means both locations came back empty — resolve ProductSpecification/stories/NN-story-name/ and ProductSpecification/stories/done/NN-story-name/ before the bootstrap may fire (.claude/rules/workflow.md, "Resolving a story folder"); a hit in either is the story, so read its progress.md and bootstrap nothing. What an unchecked bootstrap does to an already-shipped story is in the template's "Precondition: the story genuinely has no folder" For an existing task, normalize legacy Type: bug to bugfix and Type: refactoring to refactor in memory; do not rewrite its type or folder merely to migrate terminology.
  4. Find next step -- run the plan-integrity check (.claude/templates/workflow/plan-integrity-check.md) over progress.md first; on a failed check report it and STOP without dispatching. Otherwise the next step is the first [~] or [ ] entry. A task with none runs its unconsumed terminal review, or archives immediately when its work log already records Task review: consumed.
  5. Read relevant context -- read carryover.md (if present), the current scenario's summary, and only worklog/ records matching the current heading/step or named by its compact pointer. Do not load the directory wholesale. /continue never writes journey files (/handoff is their sole writer).
  6. Load ADR context -- check for decisions/*-decision.md files in the story directory. If any exist AND the current step references the ADR (via "see ADR" annotation or matching scenario), read it. ADRs contain architectural decisions, schema changes, edge cases, and implementation guidance that the work unit needs.
  7. Execute one work unit -- dispatch sub-skills per tables below. If no named row matches, execute the checkbox intent directly in the main agent.
  8. Discovery gates -- when the next step is [ ] adapters-discovery, map usecase ports to adapters (see .claude/guidelines/workflow-detail.md), then insert concrete steps. A TDD task's steps discovery inserts its scoped TDD plan; a refactor task's refactor (steps discovery) reconciles direct ## Work checkboxes, not merely a companion artifact.
  9. Update records -- create one worklog/ Markdown record for this invocation (maximum 200 lines) and keep routine evidence, notes, coordinator plans, checkpoints, and proposals there. Composite stages update this active record while in flight. Keep progress.md to headings, permitted compact tokens, and one-line checkboxes of at most 200 characters: mark completed and advance next. Add a work-log pointer only when a later decision must consume that exact record. Any new checkbox must pass .claude/templates/workflow/finding-admission-test.md; a failing finding is reported and stored nowhere.
  10. Update stories.md -- for stories only, update the phase columns in ProductSpecification/stories.md (see below)
  11. Behavior commit -- include progress.md, the invocation's work-log record, and ProductSpecification/stories.md for stories. Before every progress commit, stage it and run plan-integrity check 8 against its zero-context staged diff; only added lines are checked, so legacy prose is grandfathered. Re-home any rejected evidence in the active work-log record and re-stage. For completion, also confirm the staged advance and zero [ ]/[~] entries. Stories archive in that commit; tasks remain active until terminal review.
  12. Refactor and review -- land any owed /refactor separately. Stories review at block boundaries. Tasks skip per-step review and, once all planned work joins, dispatch agent-review-agent and premortem-agent concurrently over the whole task history before archive.
  13. Triage & auto-fix -- partition findings per triage-and-auto-fix.md, resolve any permitted quiz, and append every verdict/disposition to the active work log. A task record also adds Task review: consumed; findings never trigger a second terminal batch. Land SAFE fixes in review-fix: and records without fixes in worklog:.

Read the full file on GitHub · 170 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 170 lines · 29 tokens per session scan A a5fd7e98012e

Subscribe to this mod's changes

continue is a skill published in the GitHub repository rakovi4/continue-framework (50 stars, last pushed 5d ago), licensed MIT. It adds 29 tokens to every session and 5,552 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wayfinder

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

mattpocock/skills · 46 tokens

setup-matt-pocock-skills

Configure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

mattpocock/skills · 44 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

release-notes

Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.

phuryn/pm-skills · 57 tokens

retro

Facilitate a structured sprint retrospective — what went well, what didn't, and prioritized action items with owners and deadlines. Use when running a retrospective, reflecting on a sprint, creating action items from team feedback, or learning how to run effective retros.

phuryn/pm-skills · 52 tokens

bug-triage

Read all open bugs in production/qa/bugs/, re-evaluate priority vs. severity, assign to sprints, surface systemic trends, and produce a triage report. Run at sprint start or when the bug count grows enough to need re-prioritization.

Donchitos/Claude-Code-Game-Studios · 59 tokens