init-workspace-flow-verification

init-workspace-flow-verification is a command for coding agents from griddynamics/rosetta. It costs 16 tokens per session (1,055 once invoked), scanned A, original, Apache-2.0.

Phase 9 Verification of init-workspace-flow.

Command

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 commands/griddynamics/rosetta/init-workspace-flow-verification
Clone the repo
git clone --depth 1 https://github.com/griddynamics/rosetta
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,055 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00016 $0.01055
Opus 5 $0.00008 $0.00528
Sonnet 5 $0.00003 $0.00211
Haiku 4.5 $0.00002 $0.00105

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

Security

Grade A, and why

init-workspace-flow-verification 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 today.

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.

plugins/core-copilot-light/commands/init-workspace-flow-verification.md · 128 lines

How it starts

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

<init_workspace_flow_verification>

<description_and_purpose> Without a final verification pass, incomplete or inconsistent documentation ships silently. Phase 9 runs a centralized checklist, ensures nothing was missed, and enforces new-chat requirement. </description_and_purpose>

<workflow_context>

  • Phase 9 of 9 in init-workspace-flow (final phase)
  • Prerequisite: Phases 1-8 complete
  • Output: verification report, next steps, new-chat enforcement </workflow_context>

<phase_steps>

  1. Read state file and confirm prerequisites
  2. Execute verification checklist
  3. Suggest next steps
  4. Enforce new chat and mark COMPLETE </phase_steps>

<read_state step="9.1">

  1. Read agents/init-workspace-flow-state.md
  2. Confirm Phases 1-8 all marked complete
  3. Collect unresolved gaps from Phase 8 </read_state>

<execute_verification step="9.2" subagent="built-in" role="Workspace initialization auditor" subagent_recommended_model="claude-sonnet-5,gpt-5.6-terra-medium">

Act as a senior workspace initialization auditor. This is the final phase of workspace initialization. Consolidates all init-phase outputs into a single completeness audit, runs catch-up for gaps, and revalidates assumptions.

<core_concepts>

  • All Rosetta prep steps MUST be FULLY completed, load-project-context skill loaded and fully executed

</core_concepts>

<verification_process>

Run every checkpoint. Each must pass or have documented justification.

FILE EXISTENCE (non-empty, correct scope):

  1. TECHSTACK.md — detected technologies, frameworks, build tools
  2. CODEMAP.md — markdown headers, 3-4 levels, recursive children counts
  3. DEPENDENCIES.md — direct dependencies only (project, package, version)
  4. CONTEXT.md — business context only, no technical details
  5. ARCHITECTURE.md — technical architecture, references CODEMAP.md, no business context
  6. IMPLEMENTATION.md — current state, DRY references
  7. ASSUMPTIONS.md — unknowns with forward references
  8. AGENT MEMORY.md — self-defined purpose and initial entries
  9. Each document includes self-definition (purpose, content type, style)

INIT INTEGRITY:

  1. Init mode: exactly one of install, upgrade, plugin
  2. Composite workspace: top-level docs as registries if composite
  3. File inventory built before creation/update decisions
  4. Shell files: frontmatter + single ACQUIRE, zero inline logic
  5. load-project-context shell and bootstrap rule installed
  6. Shells match schema — no structural deviations, no absolute paths
  7. docs/PATTERNS/ with INDEX.md; each pattern in 2+ locations; INDEX.md is consistent

CROSS-FILE CONSISTENCY:

  1. TECHSTACK frameworks appear in ARCHITECTURE
  2. CONTEXT, ARCHITECTURE, IMPLEMENTATION complement — no duplication
  3. skill coding loaded and used as file creation reference
  4. greppable headers used in all files

CONDITIONAL (if rules requested, N/A otherwise):

  1. KB SEARCHED for IDE/Agent rules — agent's built-in knowledge is obsolete, verify KB was queried
  2. Existing rules checked before creating new
  3. Root agents file uses mcp-files-mode.md template
  4. Tech-specific agent files created
  5. Local instructions with MoSCoW emphasis
  6. Weekly check mechanism with release version
  7. Subagents/commands initialized via KB instructions if supported

QUESTIONS:

  1. HIGH priority gaps addressed via targeted questions

CATCH-UP: For failed checkpoints — identify owning skill, execute, re-verify.

ASSUMPTIONS REVALIDATION:

  • Resolved entries: mark with evidence
  • Duplicates: keep most detailed
  • Forward references: verify target files exist
  • New assumptions: track any discovered during verification

</verification_process>

</execute_verification>

<next_steps step="9.3">

  1. If verification found failed checkpoints: list specific remediation actions
  2. Suggest next steps based on workspace state:
    • Run coding workflow for first feature
    • Review and customize generated docs
    • Add project-specific patterns </next_steps>

<enforce_new_chat step="9.4">

  1. EMPHASIZE: MUST start a new chat session after init completes
  2. Current session context is polluted with init-specific state
  3. Mark state as COMPLETE in agents/init-workspace-flow-state.md </enforce_new_chat>

Read the full file on GitHub · 128 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. today First seen · 128 lines · 16 tokens per session scan A d53ed68a775d

Subscribe to this mod's changes

init-workspace-flow-verification is a command published in the GitHub repository griddynamics/rosetta (342 stars, last pushed today), licensed Apache-2.0. It adds 16 tokens to every session and 1,055 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-09-03.