con un clic
up-analyze
Check consistency between specs, phases, decisions, and traceability markers
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Check consistency between specs, phases, decisions, and traceability markers
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Initialize a new project from the Unpack template
Apply a follow-up conversation to patch or steer existing docs
Scan an existing project and create docs + alignment phases
Show project progress, phases, blockers, and the next runnable phase
Initialize a new project from the Unpack template
Process a research conversation into structured docs, specs, and phases
| name | up-analyze |
| description | Check consistency between specs, phases, decisions, and traceability markers |
Run a read-only cross-reference scan of the documentation system and report findings. This skill never modifies files.
Read all project docs:
.unpack/docs/specs/*.md.unpack/docs/phases/phase-*.md (skip phase-template.md).unpack/docs/_meta/project-memory.md.unpack/docs/decisions/adr-*.md.unpack/docs/index.mdRun these checks:
Coverage — For each requirement, feature, or named entity in specs, check if at least one phase work item references it (via [S:] markers or by content match). Report requirements with no phase coverage.
Orphan tasks — If [S:] markers are present, check for work items that reference spec sections that don't exist. Also flag work items with markers pointing to deleted or renamed sections.
Stale references — Check phase ## Links sections for spec files or sections that no longer exist.
Decision lag — For each accepted decision in project-memory.md, check if the relevant spec content is consistent. Flag cases where a decision says one thing but the spec still says the old thing.
Dependency integrity — Check that every depends_on entry in phase frontmatter references an existing phase that is not abandoned.
Stuck phases — Flag phases that are in_progress or blocked with an updated date older than 7 days.
Change log consistency — If specs have ## Change log entries, check that the referenced phase and decision IDs exist.
Output findings to the console as a formatted report:
## Analysis Results
### <Check name> (N found)
- Finding with specific file and section references
### Summary
- X specs, Y phases, Z decisions scanned
- N findings (breakdown by severity)
- Recommendation (if any)
Severity levels:
If no findings, report a clean bill of health.
Do not create files or modify anything. This is a diagnostic-only skill. If findings suggest action, recommend it but do not take it.