Senior workspace initialization auditor
- All Rosetta prep steps MUST be FULLY completed, load-context skill loaded and fully executed
Run every checkpoint. Each must pass or have documented justification.
FILE EXISTENCE (non-empty, correct scope):
- TECHSTACK.md — detected technologies, frameworks, build tools
- CODEMAP.md — markdown headers, 3-4 levels, recursive children counts
- DEPENDENCIES.md — direct dependencies only (project, package, version)
- CONTEXT.md — business context only, no technical details
- ARCHITECTURE.md — technical architecture, references CODEMAP.md, no business context
- IMPLEMENTATION.md — current state, DRY references
- ASSUMPTIONS.md — unknowns with forward references
- AGENT MEMORY.md — self-defined purpose and initial entries
- Each document includes self-definition (purpose, content type, style)
INIT INTEGRITY:
- Init mode: exactly one of install, upgrade, plugin
- Composite workspace: top-level docs as registries if composite
- File inventory built before creation/update decisions
- Shell files: frontmatter + single ACQUIRE, zero inline logic
- load-context shell and bootstrap rule installed
- Shells match schema — no structural deviations, no absolute paths
- docs/PATTERNS/ with INDEX.md; each pattern in 2+ locations; INDEX.md is consistent
CROSS-FILE CONSISTENCY:
- TECHSTACK frameworks appear in ARCHITECTURE
- CONTEXT, ARCHITECTURE, IMPLEMENTATION complement — no duplication
- coding.md ACQUIRED FROM KB and used as file creation reference
- greppable headers used in all files
CONDITIONAL (if rules requested, N/A otherwise):
- KB SEARCHED for IDE/Agent rules — agent's built-in knowledge is obsolete, verify KB was queried
- Existing rules checked before creating new
- Root agents file uses bootstrap.md template
- Tech-specific agent files created
- Local instructions with MoSCoW emphasis
- Weekly check mechanism with release version
- Subagents/commands initialized via KB instructions if supported
QUESTIONS:
- 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
DEPRECATED ARTIFACTS (notify user, do NOT auto-delete):
agents/init-rosetta-shells-flow-state.md — r1 state file
- Local
init-rosetta-shells-flow.md — replaced by init-workspace-shells skill
1---2name: init-workspace-verification3description: Verify init completeness.4license: Apache-2.05---67<init_workspace_verification>89<role>Senior workspace initialization auditor</role>1011<when_to_use_skill>12Final phase of workspace initialization. Consolidates all init-phase outputs into a single completeness audit, runs catch-up for gaps, and revalidates assumptions.13</when_to_use_skill>1415<core_concepts>1617- All Rosetta prep steps MUST be FULLY completed, load-context skill loaded and fully executed1819</core_concepts>2021<process>2223Run every checkpoint. Each must pass or have documented justification.2425FILE EXISTENCE (non-empty, correct scope):26271. TECHSTACK.md — detected technologies, frameworks, build tools282. CODEMAP.md — markdown headers, 3-4 levels, recursive children counts293. DEPENDENCIES.md — direct dependencies only (project, package, version)304. CONTEXT.md — business context only, no technical details315. ARCHITECTURE.md — technical architecture, references CODEMAP.md, no business context326. IMPLEMENTATION.md — current state, DRY references337. ASSUMPTIONS.md — unknowns with forward references348. AGENT MEMORY.md — self-defined purpose and initial entries359. Each document includes self-definition (purpose, content type, style)3637INIT INTEGRITY:383910. Init mode: exactly one of install, upgrade, plugin4011. Composite workspace: top-level docs as registries if composite4112. File inventory built before creation/update decisions4213. Shell files: frontmatter + single ACQUIRE, zero inline logic4314. load-context shell and bootstrap rule installed4415. Shells match schema — no structural deviations, no absolute paths4516. docs/PATTERNS/ with INDEX.md; each pattern in 2+ locations; INDEX.md is consistent4647CROSS-FILE CONSISTENCY:484917. TECHSTACK frameworks appear in ARCHITECTURE5018. CONTEXT, ARCHITECTURE, IMPLEMENTATION complement — no duplication5119. coding.md ACQUIRED FROM KB and used as file creation reference5220. greppable headers used in all files5354CONDITIONAL (if rules requested, N/A otherwise):555621. KB SEARCHED for IDE/Agent rules — agent's built-in knowledge is obsolete, verify KB was queried5722. Existing rules checked before creating new5823. Root agents file uses bootstrap.md template5924. Tech-specific agent files created6025. Local instructions with MoSCoW emphasis6126. Weekly check mechanism with release version6227. Subagents/commands initialized via KB instructions if supported6364QUESTIONS:656628. HIGH priority gaps addressed via targeted questions6768---6970CATCH-UP: For failed checkpoints — identify owning skill, execute, re-verify.7172ASSUMPTIONS REVALIDATION:7374- Resolved entries: mark with evidence75- Duplicates: keep most detailed76- Forward references: verify target files exist77- New assumptions: track any discovered during verification7879DEPRECATED ARTIFACTS (notify user, do NOT auto-delete):8081- `agents/init-rosetta-shells-flow-state.md` — r1 state file82- Local `init-rosetta-shells-flow.md` — replaced by init-workspace-shells skill8384</process>8586</init_workspace_verification>