state

state is a skill for Claude Code from cryndoc/polisade-orchestrator. It costs 5 tokens per session (1,645 once invoked), scanned A, original, Apache-2.0.

A command that reports the current status of a project by comparing its state file with documents and task files. It groups work into ready, blocked, waiting, review, and planning stages and shows architecture information.

In plain words
What is it for?
Use it to inspect project progress, find tasks ready to implement, identify missing specifications, and spot state mismatches.
Why use it?
It gives a single view of what can be implemented, what needs decisions, and whether the recorded status matches the project files. This helps project managers decide what to do next.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Made for: Claude Code.

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 state

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

Measured 5d ago against content hash a06b40d4c4e4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

state 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 5d 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/state/SKILL.md · 166 lines

How it starts

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

/polisade:state — Статус проекта

Показать полный статус проекта для PM.

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

/polisade:state    # Показать статус

Алгоритм

  1. Прочитай .state/PROJECT_STATE.json
  2. Просканируй папки docs/, backlog/, tasks/ на артефакты
  3. Сверь статусы с PROJECT_STATE.json (синхронизируй если нужно)
  4. Собери статистику по состояниям
  5. Выведи в структурированном формате

Формат вывода

═══════════════════════════════════════════
  СТАТУС ПРОЕКТА
═══════════════════════════════════════════

МОЖНО РЕАЛИЗОВАТЬ (N):
   • BUG-001: Кнопка не работает (P1)
   • TASK-001: Create API endpoint
   • TASK-002: Add UI component

МОЖНО СОЗДАТЬ ЗАДАЧИ (N):
   • FEAT-001 → /polisade:tasks FEAT-001
   • SPEC-001 → /polisade:tasks SPEC-001

НУЖНА ПРОРАБОТКА (N):
   • PRD-001 → /polisade:spec PRD-001
   • SPEC-002 → /polisade:design SPEC-002 (опц., создать doc-as-code пакет)

АРХИТЕКТУРА:
   Active ADRs: 4
   Design packages: 2 (DESIGN-001, DESIGN-002)

<!-- polisade:claude-only BEGIN -->
CORPUS-RUN (экспериментально, #187 — показывать только если есть ARCHRUN или corpus.mode=living):
   Corpus mode: living
   • ARCHRUN-001: ждёт PM — "synonym collision: Order vs PurchaseOrder"
       → /polisade:unblock, затем /polisade:design-corpus --resume=<runId>
   • ARCHRUN-002: ready (resume required) → /polisade:design-corpus --resume=<runId>
<!-- polisade:claude-only END -->

───────────────────────────────────────────

ЖДУТ PM (N):
   • TASK-003: "Какой лимит для rate limiting?"
     (с 2024-01-15)
   • FEAT-002: "Какой приоритет?"
     (с 2024-01-14)

ЗАБЛОКИРОВАНО (N):
   • TASK-008: Тесты падают после изменений в API

В РАБОТЕ (N):
   • TASK-005: Implementing auth module

───────────────────────────────────────────

БЭКЛОГ:
   Features: 3 (1 ready, 2 draft)
   Bugs: 2 (1 ready, 1 in_progress)
   Tech Debt: 5 (2 ready, 3 draft)

ЗАВЕРШЕНО ЗА СЕССИЮ:
   • TASK-004, BUG-002

═══════════════════════════════════════════
РЕКОМЕНДАЦИЯ:
   → [Конкретное действие]
═══════════════════════════════════════════

Read the full file on GitHub · 166 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. 5d ago First seen · 166 lines · 5 tokens per session scan A a06b40d4c4e4

Subscribe to this mod's changes

state is a skill published in the GitHub repository cryndoc/polisade-orchestrator (7 stars, last pushed 10d ago), licensed Apache-2.0. It adds 5 tokens to every session and 1,645 once invoked, about $0.0000 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

update-lid

Configure or reconcile a project for linked-intent development (LID). Dispatches on project state — fresh bootstrap, append directives to an existing agent-instructions file (AGENTS.md or CLAUDE.md), add missing mode marker, reconcile convention drift, or run mode transitions. Invoked as /update-lid. For fresh…

jszmajda/lid · 105 tokens

matryca-github

Apply Matryca maintainer standards for GitHub issues, pull requests, branches, reviews, merges, milestones, tags, releases, and remote comments. Use before any GitHub-facing action or artifact.

MarcoPorcellato/matryca-plumber · 47 tokens

matryca-logseq-io

Choose safe direct-file versus Local HTTP API access for Logseq. Use when changing graph reads, writes, background indexing, live Logseq integration, authentication, or JSON-RPC communication.

MarcoPorcellato/matryca-plumber · 45 tokens

sflo

Starts and manages SFLO factory runs through the configured runner. Use when the user explicitly asks to start, run, resume, list, kill, clean, or inspect an SFLO factory, including requests to build something with SFLO. Do not use when SFLO appears only in quoted text, documentation, examples, code, logs, or…

simonasrazm/simon-factory-lights-out · 74 tokens

map-codebase

Bootstrap LID in an existing (brownfield) codebase. Deep-reads every file in the declared scope, offers lens-based clustering options, generates skeleton LLDs/HLD/EARS bottom-up, then creates arrow docs and prompts the user to flesh out the skeletons. Token-intensive by design. Use when asked to map a codebase…

jszmajda/lid · 92 tokens

cvpr-iccv-eccv

CVPR / ICCV / ECCV paper formatting — activate when the user wants to submit to CVPR, ICCV, or ECCV, follow their template, or fix format issues for these computer vision conferences.

nanoAgentTeam/research-claw · 52 tokens