HU

humblestudio-proposal-artifact-loop

Maintains and surfaces markdown change proposals within the repository, integrating with native review flows.

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.zip

Installs 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
Intermediate

Key capabilities

  • Save proposal artifacts into `docs/change-proposals/` with predictable filenames.
  • List matching proposals for the current selection.
  • Surface proposal linkage in adjacent review or navigation inspector summaries.
  • Show scope, coverage, evidence, updated time, and richer proposal metadata.
  • Support refresh and open/reveal actions for proposals.

How it works

This skill saves markdown change proposals to a designated repository path and makes them visible within HumbleStudio's native review interface, ensuring consistent artifact management.

Inputs & outputs

You give it
Native review context, including component/view ID, evidence path, and preview coverage.
You get back
Saved markdown proposal artifacts and visible matching artifacts in the native inspector.

When to use humblestudio-proposal-artifact-loop

  • Document a new feature proposal
  • Surface existing change proposals
  • Verify proposal coverage

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

  1. Start from native review context:
    • component id or view id
    • evidence path
    • preview coverage
    • current truth gap
  2. Save proposal artifacts into docs/change-proposals/ with predictable scope-based filenames.
  3. 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, and View 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
  4. Keep the markdown shape aligned with docs/change-marking-contract.md.
  5. 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

When not to use it

  • When the task is not extending HumbleStudio's native review flow around markdown change proposals.
  • When coupling proposal capture to automatic apply logic in the same slice.

Limitations

  • The skill preserves a strict boundary between proposal authoring and future write-back.
  • The skill does not couple proposal capture to automatic apply logic in the same slice.
  • The skill tolerates older proposal markdown that only contains `Intent`, `Targets`, and basic acceptance notes.

How it compares

This skill integrates proposal artifact management directly into HumbleStudio's native review flow, providing structured visibility and metadata unlike generic file storage.

Compared to similar skills

humblestudio-proposal-artifact-loop side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
humblestudio-proposal-artifact-loop (this skill)03moNo flagsIntermediate
docs-review107moNo flagsBeginner
claude-md-improver217moReviewBeginner
backend-to-frontend-handoff-docs36moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

Search skills

Search the agent skills registry