# Softcopy Application

> Build a structured application draft from confirmed facts and traceable feature evidence. Use when application materials are needed after intake. Do not use for marketing copy, README work, or unrelated writing tasks.

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

---


# softcopy-application

## Purpose

Generate application draft artifacts and trace files.

## Triggers

- `project_facts.yaml` exists
- Application draft is requested

## Non-triggers

- Marketing copy
- README edits
- Unrelated legal writing

## Required inputs

- `softcopy/project_facts.yaml`
- optional `softcopy/feature_map.yaml`
- optional `softcopy/ownership_evidence.yaml`
- optional `softcopy/outputs/scan/repo_scan.json`

## Required outputs

- `softcopy/outputs/application/application_fields.json`
- `softcopy/outputs/application/application_draft.md`
- `softcopy/outputs/application/application_review_checklist.md`
- `softcopy/outputs/application/application_trace.json`

## Hard rules

- Critical facts must come from `confirmed` fields only
- If facts or feature review are incomplete, output `provisional` draft mode
- Keep function claims conservative and traceable

## Workflow summary

1. Read facts and supporting evidence.
2. Determine `provisional` or `formal` draft mode.
3. Build structured fields, narrative draft, checklist, and trace file.


