STATE CONVENTION banner
RipeMangoBox RipeMangoBox

STATE CONVENTION

Development community

Description

# Paper State Convention Unified definitions for the `state` column in `paper_list.csv`. All skills must follow this convention. ## State flow ``` Wait → Downloaded → analysised → checked │ │ │ ├→ too_large (PDF cannot be parsed within local limits) │ └→ analysis_mismatch (analysis/export validation failed) │ ├→ Skip (user manually excluded) └→ Missing (download failed, PDF unavailable) ``` ## Main pipeline states | state | Meaning | Written b

Installation

Installs to ~/.claude/skills/ripemangobox-researchflow-state_convention/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ripemangobox-researchflow-state_convention && curl -fsSL https://raw.githubusercontent.com/RipeMangoBox/ResearchFlow/HEAD/.claude/skills/STATE_CONVENTION.md -o ~/.claude/skills/ripemangobox-researchflow-state_convention/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository