Use when extending HumbleStudio's native review flow around markdown change proposals stored in the repository.
Install
mkdir -p .claude/skills/humblestudio-proposal-artifact-loop && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13577" && unzip -o skill.zip -d .claude/skills/humblestudio-proposal-artifact-loop && rm skill.zipInstalls to .claude/skills/humblestudio-proposal-artifact-loop
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when extending HumbleStudio's native review flow around markdown change proposals stored in the repository.111 chars · catalog description✓ has a “when” trigger
About this skill
HumbleStudio Proposal Artifact Loop
Use when extending HumbleStudio's native review flow around markdown change proposals stored in the repository.
Goals
- keep proposal capture repo-aware and stable
- let reviewers read proposal artifacts back inside the macOS app
- preserve a strict boundary between proposal authoring and future write-back
Workflow
- Start from native review context:
- component id or view id
- evidence path
- preview coverage
- current truth gap
- Save proposal artifacts into
docs/change-proposals/with predictable scope-based filenames. - Add native readback:
- list matching proposals for the current selection
- if useful, also surface proposal linkage in adjacent review or navigation inspector summaries
- once the loop becomes dense enough, promote it into a dedicated native proposal workspace instead of keeping everything buried inside inspectors
- show scope, coverage, evidence, updated time, and richer proposal metadata when available
- prefer native filtering and sorting by scope, status, and coverage before creating a dedicated artifact workspace
- prefer structured metadata such as
Area,Why,Token candidate,Component candidate, andView candidate - tolerate older proposal markdown that only contains
Intent,Targets, and basic acceptance notes - surface typed recovery states for
docs/change-proposals/reload issues such as missing folder, unreadable directory, or unreadable markdown files - support refresh and open/reveal actions
- Keep the markdown shape aligned with
docs/change-marking-contract.md. - Do not couple proposal capture to automatic apply logic in the same slice.
Output Expectations
- proposal save path is deterministic
- matching artifacts are visible from the native inspector
- documentation mentions the repo-aware proposal loop