continue

continue is a skill for Claude Code, Codex from cryndoc/polisade-orchestrator. It costs 11 tokens per session (7,029 once invoked), scanned A, original, Apache-2.0.

A skill for continuing ready development tasks through a required workflow: implementation, regression testing, pull request creation, review, and merge. Regression testing means rerunning the project's tests to catch unintended breakage.

In plain words
What is it for?
Use it to find tasks ready for work and carry them through coding, testing, review, and merging.
Why use it?
It keeps unfinished tasks moving and prevents them from being marked complete before the required development steps are done.

Skill for Claude CodeCodex

Part of the polisade plugin — 27 skills, 2 commands shipped together

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/cryndoc/polisade-orchestrator/continue
Any agent
npx skills add cryndoc/polisade-orchestrator --skill continue
Clone the repo
git clone --depth 1 https://github.com/cryndoc/polisade-orchestrator

Made for: Claude Code, Codex.

Or install polisade, the plugin that ships this one along with the rest of its 27 skills, 2 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for continue

README.md
[![agentmods](https://agentmods.dev/badge/skills/cryndoc/polisade-orchestrator/continue.svg)](https://agentmods.dev/skills/cryndoc/polisade-orchestrator/continue)
Your own site
<a href="https://agentmods.dev/skills/cryndoc/polisade-orchestrator/continue"><img src="https://agentmods.dev/badge/skills/cryndoc/polisade-orchestrator/continue.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,029 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.00011 $0.07029
Opus 5 $0.00005 $0.03514
Sonnet 5 $0.00002 $0.01406
Haiku 4.5 $0.00001 $0.00703

Measured 4d ago against content hash f016cfbd78eb, 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 4d 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.

skills/continue/SKILL.md · 661 lines

How it starts

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

/polisade:continue — Автономная работа

Найти готовые к работе артефакты и выполнять их автономно.


⛔ КРИТИЧЕСКИ ВАЖНО: Полный цикл обязателен!

┌─────────────────────────────────────────────────────────────┐
│  ⛔ ЗАПРЕЩЕНО ставить status: done если:                    │
│                                                             │
│     ✗ Regression tests НЕ прогнаны                          │
│     ✗ PR НЕ создан                                          │
│     ✗ Review НЕ пройден                                     │
│     ✗ Merge НЕ выполнен                                     │
│                                                             │
│  После написания кода статус: in_progress                   │
│  После создания PR статус: review                           │
│  После merge PR статус: done                                │
└─────────────────────────────────────────────────────────────┘

Каждая TASK проходит ПОЛНЫЙ ЦИКЛ:

1. IMPLEMENT    → код + unit tests + commit      → статус: in_progress
2. REGRESSION   → запуск ВСЕХ тестов проекта     → исправить если упали
3. CREATE PR    → push + pr-create (polisade_vcs.py)  → статус: review
4. REVIEW LOOP  → ждать/исправлять               → повторять до approve
5. MERGE        → pr-merge + delete-branch       → статус: done

НЕ ПЕРЕХОДИ к следующей TASK пока текущая не завершена полностью!


Использование

/polisade:continue    # Начать автономную работу

Алгоритм

  1. Прочитай .state/PROJECT_STATE.json
  2. Прочитай .state/knowledge.json для контекста проекта
  3. Проверь waitingForPM:
    • Если не пусто → "Есть N вопросов к тебе. Запусти /polisade:unblock сначала."
  4. Проверь readyToWork:
    • Если пусто → "Всё сделано или заблокировано. /polisade:state для деталей."
  5. Если workspaceMode: "worktree":
    • Выполни git worktree list --porcelain
    • Извлеки ветки активных worktree
    • Сопоставь ветки → TASK-ID (по конвенции именования)
    • Пропусти задачи с активным worktree (заняты другим агентом)
  6. Выбери задачу по приоритету (см. ниже)
  7. Выполни ПОЛНЫЙ ЦИКЛ для задачи (см. ниже)
  8. Повтори с шага 1

Read the full file on GitHub · 661 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. 4d ago First seen · 661 lines · 11 tokens per session scan A f016cfbd78eb

Subscribe to this mod's changes

continue is a skill published in the GitHub repository cryndoc/polisade-orchestrator (7 stars, last pushed 9d ago), licensed Apache-2.0. It adds 11 tokens to every session and 7,029 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-31.

Related

Other skills, from other repositories

docs-planner

Identify documentation gaps and prioritize the docs backlog. Use when planning a docs improvement sprint, after signals surface repeated friction, when new SDK features ship without docs, or for periodic health assessment. Also triggers on "plan docs work", "what docs need writing", "prioritize the backlog", "docs…

strands-agents/harness-sdk · 73 tokens

Collaboration Management

Complete guide to multi-agent collaboration card management, including starting collaborations, joining teams, and creating custom collaboration cards.

opensquad-ai/opensquad · 25 tokens

collaboration-workflow

Complete guide to the OpenSquad multi-agent collaboration system with user authorization gates. Use this skill when starting a collaboration session, coordinating multiple agents, managing the collaboration board, or when you need to understand how to use boardupdate, boardlist, and other collaboration tools. Triggers…

opensquad-ai/opensquad · 89 tokens

product-discovery

File-first orchestrator for product discovery and spec frameworks. Frames the problem with a Discovery Lead, Product Analyst, or System Architect role. Spawns parallel framework agents (Double Diamond, How Might We, Jobs to Be Done, user stories with INVEST, EARS for AI-coder specs, Gherkin), synthesizes into a PRD or…

theagenticguy/erpaval · 242 tokens

triage-for-autonomy

Use BEFORE starting an unattended run, to score an existing queue of open items — a to-do list, an issue tracker, plan steps, or a persistent open-items store — into what is safe to do now, what is autonomous but heavy, and what is gated on a human. Produces a tier verdict plus a gate reason per item, and ranks the…

haiggoh/run-to-completion · 136 tokens

update

Updates the vendored Sprint chain in bootstrapped repos from the plugin source. Refreshes scripts, subagents, MCP config, and git hooks. Use --all to update every registered repo. Leaves configuration and lifecycle files untouched.

leonhoffmann86/team-sprint · 48 tokens