# Softcopy Proof Check

> Build and validate ownership evidence checklists from the declared development mode. Use when proof documents are needed for formal review. Do not use for unrelated writing or code analysis.

- Skill: `yult222/softcopy-proof-check` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add yult222/softcopy-proof-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yult222/softcopy-proof-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yult222 (https://skillmd.com/u/yult222)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/yult222/softcopy-proof-check

---


# softcopy-proof-check

## Purpose

Create ownership evidence checklists and missing-proof reports.

## Triggers

- Proof or ownership review is required
- `development_mode` is known or needs checklist generation

## Non-triggers

- Generic drafting
- Repository scan without filing context

## Required outputs

- `softcopy/outputs/proof_check/ownership_evidence.candidate.yaml`
- `softcopy/outputs/proof_check/proof_checklist.md`
- `softcopy/outputs/proof_check/missing_proofs.md`

## Hard rules

- Use `development_mode`, never `ownership_mode`
- Distinguish required vs optional documents
- Do not overwrite an existing approved `softcopy/ownership_evidence.yaml`

## Workflow summary

1. Read confirmed or candidate development mode.
2. Generate proof checklist.
3. Mark missing and provided documents separately.

