From core
Audits workspace initialization completeness by verifying required files like TECHSTACK.md and CODEMAP.md, init integrity, cross-file consistency; runs catch-up for gaps and revalidates assumptions. Use in final init phase.
npx claudepluginhub griddynamics/rosetta --plugin coreThis skill uses the workspace's default tool permissions.
<init_workspace_verification>
Creates CONTEXT.md, ARCHITECTURE.md, IMPLEMENTATION.md, ASSUMPTIONS.md, and AGENT MEMORY.md from workspace source code analysis. Use when docs are missing or stale to capture context, structure, and unknowns.
Assesses workspace health by checking working directory clutter, documentation alignment, and artifact freshness; suggests cleanups and realignments at phase transitions or manually.
Bootstraps repositories missing episteme scaffold by running `episteme bootstrap`, verifies core memory files (AGENTS.md, CLAUDE.md, docs/*.md) exist, and summarizes changes without overwriting docs.
Share bugs, ideas, or general feedback.
<init_workspace_verification>
Senior workspace initialization auditor
<when_to_use_skill> Final phase of workspace initialization. Consolidates all init-phase outputs into a single completeness audit, runs catch-up for gaps, and revalidates assumptions. </when_to_use_skill>
<core_concepts>
Run every checkpoint. Each must pass or have documented justification.
FILE EXISTENCE (non-empty, correct scope):
INIT INTEGRITY: 10. Init mode: exactly one of install, upgrade, plugin 11. Composite workspace: top-level docs as registries if composite 12. File inventory built before creation/update decisions 13. Shell files: frontmatter + single ACQUIRE, zero inline logic 14. load-context shell and bootstrap rule installed 15. Shells match schema — no structural deviations, no absolute paths 16. docs/PATTERNS/ with INDEX.md; each pattern in 2+ locations
CROSS-FILE CONSISTENCY: 17. TECHSTACK frameworks appear in ARCHITECTURE 18. CONTEXT, ARCHITECTURE, IMPLEMENTATION complement — no duplication 19. coding.md ACQUIRED FROM KB and used as file creation reference
CONDITIONAL (if rules requested, N/A otherwise): 20. KB SEARCHED for IDE/Agent rules — agent's built-in knowledge is obsolete, verify KB was queried 21. Existing rules checked before creating new 22. Root agents file uses bootstrap.md template 23. Tech-specific agent files created 24. Local instructions with MoSCoW emphasis 25. Weekly check mechanism with release version 26. Subagents/commands initialized via KB instructions if supported
QUESTIONS: 27. HIGH priority gaps addressed via targeted questions
CATCH-UP: For failed checkpoints — identify owning skill, execute, re-verify.
ASSUMPTIONS REVALIDATION:
DEPRECATED ARTIFACTS (notify user, do NOT auto-delete):
agents/init-rosetta-shells-flow-state.md — r1 state fileinit-rosetta-shells-flow.md — replaced by init-workspace-shells skill</init_workspace_verification>