mcmespinaa

6 mods across 1 repository, 6 stars between them.

folder-audit

01

mcmespinaa/folder-structure-protocol

Skill Claude CodeCodex

Evaluates any project's folder architecture against the ICM five-layer context hierarchy. Scores Layer 0 (Map/CLAUDE.md), Layer 1 (Rooms/CONTEXT.md), Layer 2 (Stage Contracts), Layer 3 (Reference Material), Layer 4 (Working Artifacts), plus Tools assessment. Checks 14 anti-patterns (8 base + 6 ICM), measures 5…

6 1mo ago A 135 tokens

pipeline-scaffold

02

mcmespinaa/folder-structure-protocol

Skill Claude CodeCodex

Creates a new ICM pipeline from a domain description. Generates numbered stage folders with CONTEXT.md contracts (Inputs/Process/Outputs), reference and output directories, and a root CONTEXT.md. Use when: setting up a new staged workflow, creating a production pipeline, scaffolding an ICM workspace.

6 1mo ago A 65 tokens

run-stage

03

mcmespinaa/folder-structure-protocol

Skill Claude CodeCodex

Executes a single ICM pipeline stage by reading its CONTEXT.md contract, loading scoped inputs (Layer 3 reference vs Layer 4 working), following the Process section, writing declared outputs, and pausing for human review. Use when: running a pipeline stage, executing a stage, processing the next stage.

6 1mo ago A 66 tokens

stage-review

04

mcmespinaa/folder-structure-protocol

Skill Claude CodeCodex

Reviews a completed pipeline stage before advancing to the next one. Verifies all declared outputs exist, runs the stage's Review Checkpoint criteria, checks quality against the Process intent, and confirms downstream readiness. Use when: reviewing stage output, checking if ready to advance, verifying stage completion.

6 1mo ago A 60 tokens

validate-pipeline

05

mcmespinaa/folder-structure-protocol

Skill Claude CodeCodex

Validates an ICM pipeline's contract chain — checks that each stage's outputs match the next stage's expected inputs, verifies factory/product separation, and flags structural anti-patterns. Use when: checking pipeline integrity, verifying handoffs, debugging broken stage connections.

6 1mo ago A 56 tokens